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

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

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