提交 70b3b894 编写于 作者: ibizdev's avatar ibizdev

zhujiamin 发布系统代码 [TrainSys,网页端]

上级 4192bd9d
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</changeSet> </changeSet>
<!--输出实体[BOOK]数据结构 --> <!--输出实体[BOOK]数据结构 -->
<changeSet author="root" id="tab-book-128-3"> <changeSet author="root" id="tab-book-137-3">
<createTable tableName="T_BOOK"> <createTable tableName="T_BOOK">
<column name="BOOKNAME" remarks="" type="VARCHAR(200)"> <column name="BOOKNAME" remarks="" type="VARCHAR(200)">
</column> </column>
......
...@@ -393,20 +393,24 @@ ...@@ -393,20 +393,24 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "MDROPDOWNLIST", "editorParams" : {
"name" : "type", "AC" : "TRUE",
"getPSAppCodeList" : { "PICKUPVIEW" : "TRUE"
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList.json"
}, },
"singleSelect" : false "editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "type",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "地址选择器", "caption" : "地址选择器",
...@@ -426,14 +430,17 @@ ...@@ -426,14 +430,17 @@
}, },
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"AC" : "TRUE",
"PICKUPVIEW" : "TRUE" "PICKUPVIEW" : "TRUE"
}, },
"editorType" : "ADDRESSPICKUP", "editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field2", "name" : "field2",
"enableAC" : false, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
"forceSelection" : true, "forceSelection" : true,
"showTrigger" : true "showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -697,6 +704,18 @@ ...@@ -697,6 +704,18 @@
"editorType" : "PICKEREX_TRIGGER", "editorType" : "PICKEREX_TRIGGER",
"handlerType" : "PickupText", "handlerType" : "PickupText",
"name" : "field11", "name" : "field11",
"getPSAppDEACMode" : {
"modelref" : true,
"id" : "Default"
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
},
"enableAC" : true, "enableAC" : true,
"enablePickupView" : false, "enablePickupView" : false,
"forceSelection" : true, "forceSelection" : true,
......
...@@ -514,20 +514,24 @@ ...@@ -514,20 +514,24 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "MDROPDOWNLIST", "editorParams" : {
"name" : "type", "AC" : "TRUE",
"getPSAppCodeList" : { "PICKUPVIEW" : "TRUE"
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList.json"
}, },
"singleSelect" : false "editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "type",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "地址选择器", "caption" : "地址选择器",
...@@ -547,14 +551,17 @@ ...@@ -547,14 +551,17 @@
}, },
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"AC" : "TRUE",
"PICKUPVIEW" : "TRUE" "PICKUPVIEW" : "TRUE"
}, },
"editorType" : "ADDRESSPICKUP", "editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field2", "name" : "field2",
"enableAC" : false, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
"forceSelection" : true, "forceSelection" : true,
"showTrigger" : true "showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -818,6 +825,18 @@ ...@@ -818,6 +825,18 @@
"editorType" : "PICKEREX_TRIGGER", "editorType" : "PICKEREX_TRIGGER",
"handlerType" : "PickupText", "handlerType" : "PickupText",
"name" : "field11", "name" : "field11",
"getPSAppDEACMode" : {
"modelref" : true,
"id" : "Default"
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
},
"enableAC" : true, "enableAC" : true,
"enablePickupView" : false, "enablePickupView" : false,
"forceSelection" : true, "forceSelection" : true,
......
...@@ -4740,20 +4740,24 @@ ...@@ -4740,20 +4740,24 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "MDROPDOWNLIST", "editorParams" : {
"name" : "type", "AC" : "TRUE",
"getPSAppCodeList" : { "PICKUPVIEW" : "TRUE"
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList.json"
}, },
"singleSelect" : false "editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "type",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "地址选择器", "caption" : "地址选择器",
...@@ -4773,14 +4777,17 @@ ...@@ -4773,14 +4777,17 @@
}, },
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"AC" : "TRUE",
"PICKUPVIEW" : "TRUE" "PICKUPVIEW" : "TRUE"
}, },
"editorType" : "ADDRESSPICKUP", "editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field2", "name" : "field2",
"enableAC" : false, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
"forceSelection" : true, "forceSelection" : true,
"showTrigger" : true "showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -5044,6 +5051,18 @@ ...@@ -5044,6 +5051,18 @@
"editorType" : "PICKEREX_TRIGGER", "editorType" : "PICKEREX_TRIGGER",
"handlerType" : "PickupText", "handlerType" : "PickupText",
"name" : "field11", "name" : "field11",
"getPSAppDEACMode" : {
"modelref" : true,
"id" : "Default"
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
},
"enableAC" : true, "enableAC" : true,
"enablePickupView" : false, "enablePickupView" : false,
"forceSelection" : true, "forceSelection" : true,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册