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

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

上级 242279e7
{
"codeListTag" : "Test__Rank",
"codeListType" : "STATIC",
"codeName" : "Test__Rank",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__Rank.json",
"emptyText" : "未定义",
"name" : "职级",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"text" : "一级干部",
"value" : "1"
}, {
"codeName" : "Item_2",
"text" : "二级干部",
"value" : "2"
}, {
"codeName" : "Item_3",
"text" : "三级干部",
"value" : "3"
} ],
"enableCache" : true
}
\ No newline at end of file
...@@ -91,10 +91,6 @@ ...@@ -91,10 +91,6 @@
} ], } ],
"scriptCode" : "return {\r\n testname: '测试1'\r\n}", "scriptCode" : "return {\r\n testname: '测试1'\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
}, { }, {
"codeName" : "ceshi2", "codeName" : "ceshi2",
"name" : "表单项更新2", "name" : "表单项更新2",
...@@ -104,6 +100,10 @@ ...@@ -104,6 +100,10 @@
"scriptCode" : "return {\r\n testname: '测试2'\r\n}", "scriptCode" : "return {\r\n testname: '测试2'\r\n}",
"customCode" : true, "customCode" : true,
"showBusyIndicator" : false "showBusyIndicator" : false
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -397,7 +397,7 @@ ...@@ -397,7 +397,7 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"dynaClass" : "[data.type === 'A' ? 'bg-red' : 'bg-blue']", "dynaClass" : "[data.type === 'A' ? 'bg-red' : 'bg-blue']",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "type", "name" : "type",
...@@ -411,9 +411,13 @@ ...@@ -411,9 +411,13 @@
"id" : "ceshi1" "id" : "ceshi1"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "MOBTEXT", "editorType" : "DROPDOWNLIST",
"maxLength" : 100, "name" : "type",
"name" : "type" "getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__Rank.json"
},
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -421,7 +425,7 @@ ...@@ -421,7 +425,7 @@
}, },
"updateDV" : "B", "updateDV" : "B",
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true, "needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -1094,9 +1098,18 @@ ...@@ -1094,9 +1098,18 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "MOBTEXT", "editorParams" : {
"maxLength" : 100, "AC" : "TRUE",
"name" : "field5" "PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 6, "colLG" : 6,
......
...@@ -388,10 +388,6 @@ ...@@ -388,10 +388,6 @@
} ], } ],
"scriptCode" : "return {\r\n testname: '测试1'\r\n}", "scriptCode" : "return {\r\n testname: '测试1'\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
}, { }, {
"codeName" : "ceshi2", "codeName" : "ceshi2",
"name" : "表单项更新2", "name" : "表单项更新2",
...@@ -401,6 +397,10 @@ ...@@ -401,6 +397,10 @@
"scriptCode" : "return {\r\n testname: '测试2'\r\n}", "scriptCode" : "return {\r\n testname: '测试2'\r\n}",
"customCode" : true, "customCode" : true,
"showBusyIndicator" : false "showBusyIndicator" : false
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -694,7 +694,7 @@ ...@@ -694,7 +694,7 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"dynaClass" : "[data.type === 'A' ? 'bg-red' : 'bg-blue']", "dynaClass" : "[data.type === 'A' ? 'bg-red' : 'bg-blue']",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "type", "name" : "type",
...@@ -708,9 +708,13 @@ ...@@ -708,9 +708,13 @@
"id" : "ceshi1" "id" : "ceshi1"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "MOBTEXT", "editorType" : "DROPDOWNLIST",
"maxLength" : 100, "name" : "type",
"name" : "type" "getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__Rank.json"
},
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -718,7 +722,7 @@ ...@@ -718,7 +722,7 @@
}, },
"updateDV" : "B", "updateDV" : "B",
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true, "needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -1391,9 +1395,18 @@ ...@@ -1391,9 +1395,18 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "MOBTEXT", "editorParams" : {
"maxLength" : 100, "AC" : "TRUE",
"name" : "field5" "PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 6, "colLG" : 6,
......
{
"codeListTag" : "Test__TreeDynaCodeList",
"codeListType" : "DYNAMIC",
"codeName" : "Test__TreeDynaCodeList",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/Test__TreeDynaCodeList.json",
"emptyText" : "未定义",
"name" : "树形动态代码表",
"enableCache" : true
}
\ No newline at end of file
...@@ -154,6 +154,13 @@ ...@@ -154,6 +154,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field24",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -370,6 +377,38 @@ ...@@ -370,6 +377,38 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性24",
"codeName" : "field24",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSEditor" : {
"editorType" : "MDROPDOWNLIST",
"name" : "field24",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/Test__TreeDynaCodeList.json"
},
"singleSelect" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "书标识", "caption" : "书标识",
"codeName" : "bookid", "codeName" : "bookid",
......
...@@ -76,10 +76,6 @@ ...@@ -76,10 +76,6 @@
} ], } ],
"scriptCode" : "return {\r\n testname: '测试1'\r\n}", "scriptCode" : "return {\r\n testname: '测试1'\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
}, { }, {
"codeName" : "ceshi2", "codeName" : "ceshi2",
"name" : "表单项更新2", "name" : "表单项更新2",
...@@ -89,6 +85,10 @@ ...@@ -89,6 +85,10 @@
"scriptCode" : "return {\r\n testname: '测试2'\r\n}", "scriptCode" : "return {\r\n testname: '测试2'\r\n}",
"customCode" : true, "customCode" : true,
"showBusyIndicator" : false "showBusyIndicator" : false
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -396,12 +396,13 @@ ...@@ -396,12 +396,13 @@
"id" : "ceshi1" "id" : "ceshi1"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/Test__TestType.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/Test__Rank.json"
} },
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -1082,9 +1083,18 @@ ...@@ -1082,9 +1083,18 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"maxLength" : 100, "AC" : "TRUE",
"name" : "field5" "PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 6, "colLG" : 6,
......
...@@ -388,10 +388,6 @@ ...@@ -388,10 +388,6 @@
} ], } ],
"scriptCode" : "return {\r\n testname: '测试1'\r\n}", "scriptCode" : "return {\r\n testname: '测试1'\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
}, { }, {
"codeName" : "ceshi2", "codeName" : "ceshi2",
"name" : "表单项更新2", "name" : "表单项更新2",
...@@ -401,6 +397,10 @@ ...@@ -401,6 +397,10 @@
"scriptCode" : "return {\r\n testname: '测试2'\r\n}", "scriptCode" : "return {\r\n testname: '测试2'\r\n}",
"customCode" : true, "customCode" : true,
"showBusyIndicator" : false "showBusyIndicator" : false
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -708,12 +708,13 @@ ...@@ -708,12 +708,13 @@
"id" : "ceshi1" "id" : "ceshi1"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/Test__TestType.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/Test__Rank.json"
} },
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -1394,9 +1395,18 @@ ...@@ -1394,9 +1395,18 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"maxLength" : 100, "AC" : "TRUE",
"name" : "field5" "PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 6, "colLG" : 6,
......
...@@ -185,10 +185,6 @@ ...@@ -185,10 +185,6 @@
} ], } ],
"scriptCode" : "return {\r\n testname: '测试1'\r\n}", "scriptCode" : "return {\r\n testname: '测试1'\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
}, { }, {
"codeName" : "ceshi2", "codeName" : "ceshi2",
"name" : "表单项更新2", "name" : "表单项更新2",
...@@ -198,6 +194,10 @@ ...@@ -198,6 +194,10 @@
"scriptCode" : "return {\r\n testname: '测试2'\r\n}", "scriptCode" : "return {\r\n testname: '测试2'\r\n}",
"customCode" : true, "customCode" : true,
"showBusyIndicator" : false "showBusyIndicator" : false
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -505,12 +505,13 @@ ...@@ -505,12 +505,13 @@
"id" : "ceshi1" "id" : "ceshi1"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/Test__TestType.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/Test__Rank.json"
} },
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -1191,9 +1192,18 @@ ...@@ -1191,9 +1192,18 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"maxLength" : 100, "AC" : "TRUE",
"name" : "field5" "PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 6, "colLG" : 6,
......
...@@ -182,10 +182,6 @@ ...@@ -182,10 +182,6 @@
} ], } ],
"scriptCode" : "return {\r\n testname: '测试1'\r\n}", "scriptCode" : "return {\r\n testname: '测试1'\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
}, { }, {
"codeName" : "ceshi2", "codeName" : "ceshi2",
"name" : "表单项更新2", "name" : "表单项更新2",
...@@ -195,6 +191,10 @@ ...@@ -195,6 +191,10 @@
"scriptCode" : "return {\r\n testname: '测试2'\r\n}", "scriptCode" : "return {\r\n testname: '测试2'\r\n}",
"customCode" : true, "customCode" : true,
"showBusyIndicator" : false "showBusyIndicator" : false
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -502,12 +502,13 @@ ...@@ -502,12 +502,13 @@
"id" : "ceshi1" "id" : "ceshi1"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/Test__TestType.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/Test__Rank.json"
} },
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -1188,9 +1189,18 @@ ...@@ -1188,9 +1189,18 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"maxLength" : 100, "AC" : "TRUE",
"name" : "field5" "PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 6, "colLG" : 6,
......
...@@ -339,6 +339,13 @@ ...@@ -339,6 +339,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field24",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -555,6 +562,38 @@ ...@@ -555,6 +562,38 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性24",
"codeName" : "field24",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSEditor" : {
"editorType" : "MDROPDOWNLIST",
"name" : "field24",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/Test__TreeDynaCodeList.json"
},
"singleSelect" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "书标识", "caption" : "书标识",
"codeName" : "bookid", "codeName" : "bookid",
......
...@@ -137,6 +137,15 @@ ...@@ -137,6 +137,15 @@
"disableSelect" : true "disableSelect" : true
} ], } ],
"enableCache" : true "enableCache" : true
}, {
"codeListTag" : "Test__TreeDynaCodeList",
"codeListType" : "DYNAMIC",
"codeName" : "Test__TreeDynaCodeList",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/Test__TreeDynaCodeList.json",
"emptyText" : "未定义",
"name" : "树形动态代码表",
"enableCache" : true
}, { }, {
"codeListTag" : "common__PhoneType", "codeListTag" : "common__PhoneType",
"codeListType" : "STATIC", "codeListType" : "STATIC",
......
...@@ -5629,6 +5629,13 @@ ...@@ -5629,6 +5629,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field24",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -5845,6 +5852,38 @@ ...@@ -5845,6 +5852,38 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性24",
"codeName" : "field24",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSEditor" : {
"editorType" : "MDROPDOWNLIST",
"name" : "field24",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TreeDynaCodeList.json"
},
"singleSelect" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "书标识", "caption" : "书标识",
"codeName" : "bookid", "codeName" : "bookid",
......
...@@ -154,6 +154,13 @@ ...@@ -154,6 +154,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field24",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -370,6 +377,38 @@ ...@@ -370,6 +377,38 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性24",
"codeName" : "field24",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSEditor" : {
"editorType" : "MDROPDOWNLIST",
"name" : "field24",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TreeDynaCodeList.json"
},
"singleSelect" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "书标识", "caption" : "书标识",
"codeName" : "bookid", "codeName" : "bookid",
......
...@@ -374,10 +374,6 @@ ...@@ -374,10 +374,6 @@
} ], } ],
"scriptCode" : "return {\r\n testname: '测试1'\r\n}", "scriptCode" : "return {\r\n testname: '测试1'\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
}, { }, {
"codeName" : "ceshi2", "codeName" : "ceshi2",
"name" : "表单项更新2", "name" : "表单项更新2",
...@@ -387,6 +383,10 @@ ...@@ -387,6 +383,10 @@
"scriptCode" : "return {\r\n testname: '测试2'\r\n}", "scriptCode" : "return {\r\n testname: '测试2'\r\n}",
"customCode" : true, "customCode" : true,
"showBusyIndicator" : false "showBusyIndicator" : false
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -694,12 +694,13 @@ ...@@ -694,12 +694,13 @@
"id" : "ceshi1" "id" : "ceshi1"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
} },
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -1380,9 +1381,18 @@ ...@@ -1380,9 +1381,18 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"maxLength" : 100, "AC" : "TRUE",
"name" : "field5" "PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 6, "colLG" : 6,
......
...@@ -76,10 +76,6 @@ ...@@ -76,10 +76,6 @@
} ], } ],
"scriptCode" : "return {\r\n testname: '测试1'\r\n}", "scriptCode" : "return {\r\n testname: '测试1'\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
}, { }, {
"codeName" : "ceshi2", "codeName" : "ceshi2",
"name" : "表单项更新2", "name" : "表单项更新2",
...@@ -89,6 +85,10 @@ ...@@ -89,6 +85,10 @@
"scriptCode" : "return {\r\n testname: '测试2'\r\n}", "scriptCode" : "return {\r\n testname: '测试2'\r\n}",
"customCode" : true, "customCode" : true,
"showBusyIndicator" : false "showBusyIndicator" : false
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -396,12 +396,13 @@ ...@@ -396,12 +396,13 @@
"id" : "ceshi1" "id" : "ceshi1"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
} },
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -1082,9 +1083,18 @@ ...@@ -1082,9 +1083,18 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"maxLength" : 100, "AC" : "TRUE",
"name" : "field5" "PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 6, "colLG" : 6,
......
...@@ -387,10 +387,6 @@ ...@@ -387,10 +387,6 @@
} ], } ],
"scriptCode" : "return {\r\n testname: '测试1'\r\n}", "scriptCode" : "return {\r\n testname: '测试1'\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
}, { }, {
"codeName" : "ceshi2", "codeName" : "ceshi2",
"name" : "表单项更新2", "name" : "表单项更新2",
...@@ -400,6 +396,10 @@ ...@@ -400,6 +396,10 @@
"scriptCode" : "return {\r\n testname: '测试2'\r\n}", "scriptCode" : "return {\r\n testname: '测试2'\r\n}",
"customCode" : true, "customCode" : true,
"showBusyIndicator" : false "showBusyIndicator" : false
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -707,12 +707,13 @@ ...@@ -707,12 +707,13 @@
"id" : "ceshi1" "id" : "ceshi1"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
} },
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -1393,9 +1394,18 @@ ...@@ -1393,9 +1394,18 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"maxLength" : 100, "AC" : "TRUE",
"name" : "field5" "PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 6, "colLG" : 6,
......
...@@ -300,10 +300,6 @@ ...@@ -300,10 +300,6 @@
} ], } ],
"scriptCode" : "return {\r\n testname: '测试1'\r\n}", "scriptCode" : "return {\r\n testname: '测试1'\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
}, { }, {
"codeName" : "ceshi2", "codeName" : "ceshi2",
"name" : "表单项更新2", "name" : "表单项更新2",
...@@ -313,6 +309,10 @@ ...@@ -313,6 +309,10 @@
"scriptCode" : "return {\r\n testname: '测试2'\r\n}", "scriptCode" : "return {\r\n testname: '测试2'\r\n}",
"customCode" : true, "customCode" : true,
"showBusyIndicator" : false "showBusyIndicator" : false
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -620,12 +620,13 @@ ...@@ -620,12 +620,13 @@
"id" : "ceshi1" "id" : "ceshi1"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
} },
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -1306,9 +1307,18 @@ ...@@ -1306,9 +1307,18 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"maxLength" : 100, "AC" : "TRUE",
"name" : "field5" "PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 6, "colLG" : 6,
......
...@@ -184,10 +184,6 @@ ...@@ -184,10 +184,6 @@
} ], } ],
"scriptCode" : "return {\r\n testname: '测试1'\r\n}", "scriptCode" : "return {\r\n testname: '测试1'\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
}, { }, {
"codeName" : "ceshi2", "codeName" : "ceshi2",
"name" : "表单项更新2", "name" : "表单项更新2",
...@@ -197,6 +193,10 @@ ...@@ -197,6 +193,10 @@
"scriptCode" : "return {\r\n testname: '测试2'\r\n}", "scriptCode" : "return {\r\n testname: '测试2'\r\n}",
"customCode" : true, "customCode" : true,
"showBusyIndicator" : false "showBusyIndicator" : false
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -504,12 +504,13 @@ ...@@ -504,12 +504,13 @@
"id" : "ceshi1" "id" : "ceshi1"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
} },
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -1190,9 +1191,18 @@ ...@@ -1190,9 +1191,18 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"maxLength" : 100, "AC" : "TRUE",
"name" : "field5" "PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 6, "colLG" : 6,
......
...@@ -182,10 +182,6 @@ ...@@ -182,10 +182,6 @@
} ], } ],
"scriptCode" : "return {\r\n testname: '测试1'\r\n}", "scriptCode" : "return {\r\n testname: '测试1'\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
}, { }, {
"codeName" : "ceshi2", "codeName" : "ceshi2",
"name" : "表单项更新2", "name" : "表单项更新2",
...@@ -195,6 +191,10 @@ ...@@ -195,6 +191,10 @@
"scriptCode" : "return {\r\n testname: '测试2'\r\n}", "scriptCode" : "return {\r\n testname: '测试2'\r\n}",
"customCode" : true, "customCode" : true,
"showBusyIndicator" : false "showBusyIndicator" : false
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -502,12 +502,13 @@ ...@@ -502,12 +502,13 @@
"id" : "ceshi1" "id" : "ceshi1"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
} },
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -1188,9 +1189,18 @@ ...@@ -1188,9 +1189,18 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"maxLength" : 100, "AC" : "TRUE",
"name" : "field5" "PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 6, "colLG" : 6,
......
...@@ -202,10 +202,6 @@ ...@@ -202,10 +202,6 @@
} ], } ],
"scriptCode" : "return {\r\n testname: '测试1'\r\n}", "scriptCode" : "return {\r\n testname: '测试1'\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
}, { }, {
"codeName" : "ceshi2", "codeName" : "ceshi2",
"name" : "表单项更新2", "name" : "表单项更新2",
...@@ -215,6 +211,10 @@ ...@@ -215,6 +211,10 @@
"scriptCode" : "return {\r\n testname: '测试2'\r\n}", "scriptCode" : "return {\r\n testname: '测试2'\r\n}",
"customCode" : true, "customCode" : true,
"showBusyIndicator" : false "showBusyIndicator" : false
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -522,12 +522,13 @@ ...@@ -522,12 +522,13 @@
"id" : "ceshi1" "id" : "ceshi1"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
} },
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -1208,9 +1209,18 @@ ...@@ -1208,9 +1209,18 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"maxLength" : 100, "AC" : "TRUE",
"name" : "field5" "PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 6, "colLG" : 6,
......
...@@ -196,10 +196,6 @@ ...@@ -196,10 +196,6 @@
} ], } ],
"scriptCode" : "return {\r\n testname: '测试1'\r\n}", "scriptCode" : "return {\r\n testname: '测试1'\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
}, { }, {
"codeName" : "ceshi2", "codeName" : "ceshi2",
"name" : "表单项更新2", "name" : "表单项更新2",
...@@ -209,6 +205,10 @@ ...@@ -209,6 +205,10 @@
"scriptCode" : "return {\r\n testname: '测试2'\r\n}", "scriptCode" : "return {\r\n testname: '测试2'\r\n}",
"customCode" : true, "customCode" : true,
"showBusyIndicator" : false "showBusyIndicator" : false
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -516,12 +516,13 @@ ...@@ -516,12 +516,13 @@
"id" : "ceshi1" "id" : "ceshi1"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
} },
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -1202,9 +1203,18 @@ ...@@ -1202,9 +1203,18 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"maxLength" : 100, "AC" : "TRUE",
"name" : "field5" "PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 6, "colLG" : 6,
......
...@@ -640,10 +640,6 @@ ...@@ -640,10 +640,6 @@
} ], } ],
"scriptCode" : "return {\r\n testname: '测试1'\r\n}", "scriptCode" : "return {\r\n testname: '测试1'\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
}, { }, {
"codeName" : "ceshi2", "codeName" : "ceshi2",
"name" : "表单项更新2", "name" : "表单项更新2",
...@@ -653,6 +649,10 @@ ...@@ -653,6 +649,10 @@
"scriptCode" : "return {\r\n testname: '测试2'\r\n}", "scriptCode" : "return {\r\n testname: '测试2'\r\n}",
"customCode" : true, "customCode" : true,
"showBusyIndicator" : false "showBusyIndicator" : false
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -960,12 +960,13 @@ ...@@ -960,12 +960,13 @@
"id" : "ceshi1" "id" : "ceshi1"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
} },
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -1646,9 +1647,18 @@ ...@@ -1646,9 +1647,18 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"maxLength" : 100, "AC" : "TRUE",
"name" : "field5" "PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 6, "colLG" : 6,
......
...@@ -257,6 +257,13 @@ ...@@ -257,6 +257,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field24",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -473,6 +480,38 @@ ...@@ -473,6 +480,38 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性24",
"codeName" : "field24",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSEditor" : {
"editorType" : "MDROPDOWNLIST",
"name" : "field24",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TreeDynaCodeList.json"
},
"singleSelect" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "书标识", "caption" : "书标识",
"codeName" : "bookid", "codeName" : "bookid",
......
...@@ -878,6 +878,13 @@ ...@@ -878,6 +878,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field24",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -1094,6 +1101,38 @@ ...@@ -1094,6 +1101,38 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性24",
"codeName" : "field24",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSEditor" : {
"editorType" : "MDROPDOWNLIST",
"name" : "field24",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TreeDynaCodeList.json"
},
"singleSelect" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "书标识", "caption" : "书标识",
"codeName" : "bookid", "codeName" : "bookid",
......
...@@ -340,6 +340,13 @@ ...@@ -340,6 +340,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field24",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -556,6 +563,38 @@ ...@@ -556,6 +563,38 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性24",
"codeName" : "field24",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSEditor" : {
"editorType" : "MDROPDOWNLIST",
"name" : "field24",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TreeDynaCodeList.json"
},
"singleSelect" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "书标识", "caption" : "书标识",
"codeName" : "bookid", "codeName" : "bookid",
......
...@@ -271,6 +271,13 @@ ...@@ -271,6 +271,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field24",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -487,6 +494,38 @@ ...@@ -487,6 +494,38 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性24",
"codeName" : "field24",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSEditor" : {
"editorType" : "MDROPDOWNLIST",
"name" : "field24",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TreeDynaCodeList.json"
},
"singleSelect" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "书标识", "caption" : "书标识",
"codeName" : "bookid", "codeName" : "bookid",
......
...@@ -257,6 +257,13 @@ ...@@ -257,6 +257,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field24",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -473,6 +480,38 @@ ...@@ -473,6 +480,38 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性24",
"codeName" : "field24",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSEditor" : {
"editorType" : "MDROPDOWNLIST",
"name" : "field24",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TreeDynaCodeList.json"
},
"singleSelect" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "书标识", "caption" : "书标识",
"codeName" : "bookid", "codeName" : "bookid",
......
...@@ -492,10 +492,6 @@ ...@@ -492,10 +492,6 @@
} ], } ],
"scriptCode" : "return {\r\n testname: '测试1'\r\n}", "scriptCode" : "return {\r\n testname: '测试1'\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
}, { }, {
"codeName" : "ceshi2", "codeName" : "ceshi2",
"name" : "表单项更新2", "name" : "表单项更新2",
...@@ -505,6 +501,10 @@ ...@@ -505,6 +501,10 @@
"scriptCode" : "return {\r\n testname: '测试2'\r\n}", "scriptCode" : "return {\r\n testname: '测试2'\r\n}",
"customCode" : true, "customCode" : true,
"showBusyIndicator" : false "showBusyIndicator" : false
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -812,12 +812,13 @@ ...@@ -812,12 +812,13 @@
"id" : "ceshi1" "id" : "ceshi1"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
} },
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -1498,9 +1499,18 @@ ...@@ -1498,9 +1499,18 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"maxLength" : 100, "AC" : "TRUE",
"name" : "field5" "PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 6, "colLG" : 6,
......
...@@ -258,6 +258,13 @@ ...@@ -258,6 +258,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field24",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -474,6 +481,38 @@ ...@@ -474,6 +481,38 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性24",
"codeName" : "field24",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSEditor" : {
"editorType" : "MDROPDOWNLIST",
"name" : "field24",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TreeDynaCodeList.json"
},
"singleSelect" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "书标识", "caption" : "书标识",
"codeName" : "bookid", "codeName" : "bookid",
......
...@@ -339,6 +339,13 @@ ...@@ -339,6 +339,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field24",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -555,6 +562,38 @@ ...@@ -555,6 +562,38 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性24",
"codeName" : "field24",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSEditor" : {
"editorType" : "MDROPDOWNLIST",
"name" : "field24",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TreeDynaCodeList.json"
},
"singleSelect" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "书标识", "caption" : "书标识",
"codeName" : "bookid", "codeName" : "bookid",
......
...@@ -364,6 +364,13 @@ ...@@ -364,6 +364,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field24",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -580,6 +587,38 @@ ...@@ -580,6 +587,38 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性24",
"codeName" : "field24",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSEditor" : {
"editorType" : "MDROPDOWNLIST",
"name" : "field24",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TreeDynaCodeList.json"
},
"singleSelect" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "书标识", "caption" : "书标识",
"codeName" : "bookid", "codeName" : "bookid",
...@@ -1081,6 +1120,13 @@ ...@@ -1081,6 +1120,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field24",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -1297,6 +1343,38 @@ ...@@ -1297,6 +1343,38 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性24",
"codeName" : "field24",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSEditor" : {
"editorType" : "MDROPDOWNLIST",
"name" : "field24",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TreeDynaCodeList.json"
},
"singleSelect" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "书标识", "caption" : "书标识",
"codeName" : "bookid", "codeName" : "bookid",
...@@ -1798,6 +1876,13 @@ ...@@ -1798,6 +1876,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field24",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -2014,6 +2099,38 @@ ...@@ -2014,6 +2099,38 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性24",
"codeName" : "field24",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSEditor" : {
"editorType" : "MDROPDOWNLIST",
"name" : "field24",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TreeDynaCodeList.json"
},
"singleSelect" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "书标识", "caption" : "书标识",
"codeName" : "bookid", "codeName" : "bookid",
......
...@@ -921,10 +921,6 @@ ...@@ -921,10 +921,6 @@
} ], } ],
"scriptCode" : "return {\r\n testname: '测试1'\r\n}", "scriptCode" : "return {\r\n testname: '测试1'\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
}, { }, {
"codeName" : "ceshi2", "codeName" : "ceshi2",
"name" : "表单项更新2", "name" : "表单项更新2",
...@@ -934,6 +930,10 @@ ...@@ -934,6 +930,10 @@
"scriptCode" : "return {\r\n testname: '测试2'\r\n}", "scriptCode" : "return {\r\n testname: '测试2'\r\n}",
"customCode" : true, "customCode" : true,
"showBusyIndicator" : false "showBusyIndicator" : false
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -1241,12 +1241,13 @@ ...@@ -1241,12 +1241,13 @@
"id" : "ceshi1" "id" : "ceshi1"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
} },
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -1927,9 +1928,18 @@ ...@@ -1927,9 +1928,18 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"maxLength" : 100, "AC" : "TRUE",
"name" : "field5" "PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 6, "colLG" : 6,
......
...@@ -54446,6 +54446,13 @@ ...@@ -54446,6 +54446,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field24",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -54662,6 +54669,38 @@ ...@@ -54662,6 +54669,38 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性24",
"codeName" : "field24",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSEditor" : {
"editorType" : "MDROPDOWNLIST",
"name" : "field24",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TreeDynaCodeList.json"
},
"singleSelect" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "书标识", "caption" : "书标识",
"codeName" : "bookid", "codeName" : "bookid",
...@@ -55198,6 +55237,13 @@ ...@@ -55198,6 +55237,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field24",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -55414,6 +55460,38 @@ ...@@ -55414,6 +55460,38 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性24",
"codeName" : "field24",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSEditor" : {
"editorType" : "MDROPDOWNLIST",
"name" : "field24",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TreeDynaCodeList.json"
},
"singleSelect" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "书标识", "caption" : "书标识",
"codeName" : "bookid", "codeName" : "bookid",
...@@ -59860,10 +59938,6 @@ ...@@ -59860,10 +59938,6 @@
} ], } ],
"scriptCode" : "return {\r\n testname: '测试1'\r\n}", "scriptCode" : "return {\r\n testname: '测试1'\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
}, { }, {
"codeName" : "ceshi2", "codeName" : "ceshi2",
"name" : "表单项更新2", "name" : "表单项更新2",
...@@ -59873,6 +59947,10 @@ ...@@ -59873,6 +59947,10 @@
"scriptCode" : "return {\r\n testname: '测试2'\r\n}", "scriptCode" : "return {\r\n testname: '测试2'\r\n}",
"customCode" : true, "customCode" : true,
"showBusyIndicator" : false "showBusyIndicator" : false
}, {
"codeName" : "ceshi3",
"name" : "ceshi3",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -60180,12 +60258,13 @@ ...@@ -60180,12 +60258,13 @@
"id" : "ceshi1" "id" : "ceshi1"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
} },
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -60866,9 +60945,18 @@ ...@@ -60866,9 +60945,18 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"maxLength" : 100, "AC" : "TRUE",
"name" : "field5" "PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 6, "colLG" : 6,
...@@ -116738,6 +116826,13 @@ ...@@ -116738,6 +116826,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field24",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -116954,6 +117049,38 @@ ...@@ -116954,6 +117049,38 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性24",
"codeName" : "field24",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSEditor" : {
"editorType" : "MDROPDOWNLIST",
"name" : "field24",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TreeDynaCodeList.json"
},
"singleSelect" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "书标识", "caption" : "书标识",
"codeName" : "bookid", "codeName" : "bookid",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册