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

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

上级 04915351
...@@ -849,12 +849,16 @@ ...@@ -849,12 +849,16 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 2000, "maxLength" : 2000,
"name" : "formitem4" "name" : "formitem4",
"getPSEditorItems" : [ {
"name" : "field"
} ]
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueItemName" : "field",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
...@@ -876,12 +880,16 @@ ...@@ -876,12 +880,16 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "MDROPDOWNLIST", "editorType" : "MDROPDOWNLIST",
"name" : "formitem5", "name" : "formitem5",
"getPSEditorItems" : [ {
"name" : "field"
} ],
"singleSelect" : false "singleSelect" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueItemName" : "field",
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true, "needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
...@@ -909,12 +917,16 @@ ...@@ -909,12 +917,16 @@
}, },
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
"editorWidth" : 160.0, "editorWidth" : 160.0,
"name" : "formitem6" "name" : "formitem6",
"getPSEditorItems" : [ {
"name" : "field"
} ]
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueItemName" : "field",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
...@@ -935,12 +947,16 @@ ...@@ -935,12 +947,16 @@
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "NUMBER", "editorType" : "NUMBER",
"name" : "formitem7" "name" : "formitem7",
"getPSEditorItems" : [ {
"name" : "field"
} ]
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueItemName" : "field",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
...@@ -961,12 +977,24 @@ ...@@ -961,12 +977,24 @@
}, },
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"OBJECTNAMEFIELD" : "bookname",
"OBJECTVALUEFIELD" : "test",
"AC" : "TRUE", "AC" : "TRUE",
"OBJECTIDFIELD" : "bookid",
"VALUETYPE" : "OBJECT",
"PICKUPVIEW" : "TRUE" "PICKUPVIEW" : "TRUE"
}, },
"editorType" : "PICKER", "editorType" : "PICKER",
"handlerType" : "PickupText", "handlerType" : "PickupText",
"name" : "formitem3", "name" : "formitem3",
"objectIdField" : "bookid",
"objectNameField" : "bookname",
"objectValueField" : "test",
"getPSEditorItems" : [ {
"name" : "field"
} ],
"valueItemName" : "field",
"valueType" : "OBJECT",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
"forceSelection" : true, "forceSelection" : true,
...@@ -977,6 +1005,7 @@ ...@@ -977,6 +1005,7 @@
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueItemName" : "field",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
} ], } ],
......
...@@ -966,12 +966,16 @@ ...@@ -966,12 +966,16 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 2000, "maxLength" : 2000,
"name" : "formitem4" "name" : "formitem4",
"getPSEditorItems" : [ {
"name" : "field"
} ]
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueItemName" : "field",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
...@@ -993,12 +997,16 @@ ...@@ -993,12 +997,16 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "MDROPDOWNLIST", "editorType" : "MDROPDOWNLIST",
"name" : "formitem5", "name" : "formitem5",
"getPSEditorItems" : [ {
"name" : "field"
} ],
"singleSelect" : false "singleSelect" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueItemName" : "field",
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true, "needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
...@@ -1026,12 +1034,16 @@ ...@@ -1026,12 +1034,16 @@
}, },
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
"editorWidth" : 160.0, "editorWidth" : 160.0,
"name" : "formitem6" "name" : "formitem6",
"getPSEditorItems" : [ {
"name" : "field"
} ]
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueItemName" : "field",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
...@@ -1052,12 +1064,16 @@ ...@@ -1052,12 +1064,16 @@
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "NUMBER", "editorType" : "NUMBER",
"name" : "formitem7" "name" : "formitem7",
"getPSEditorItems" : [ {
"name" : "field"
} ]
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueItemName" : "field",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
...@@ -1078,12 +1094,24 @@ ...@@ -1078,12 +1094,24 @@
}, },
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"OBJECTNAMEFIELD" : "bookname",
"OBJECTVALUEFIELD" : "test",
"AC" : "TRUE", "AC" : "TRUE",
"OBJECTIDFIELD" : "bookid",
"VALUETYPE" : "OBJECT",
"PICKUPVIEW" : "TRUE" "PICKUPVIEW" : "TRUE"
}, },
"editorType" : "PICKER", "editorType" : "PICKER",
"handlerType" : "PickupText", "handlerType" : "PickupText",
"name" : "formitem3", "name" : "formitem3",
"objectIdField" : "bookid",
"objectNameField" : "bookname",
"objectValueField" : "test",
"getPSEditorItems" : [ {
"name" : "field"
} ],
"valueItemName" : "field",
"valueType" : "OBJECT",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
"forceSelection" : true, "forceSelection" : true,
...@@ -1094,6 +1122,7 @@ ...@@ -1094,6 +1122,7 @@
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueItemName" : "field",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
} ], } ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册