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

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

上级 34b4eae9
...@@ -1432,16 +1432,16 @@ ...@@ -1432,16 +1432,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
......
...@@ -256,9 +256,15 @@ ...@@ -256,9 +256,15 @@
}, { }, {
"id" : "formitem18", "id" : "formitem18",
"dataType" : 25 "dataType" : 25
}, {
"id" : "formitem20",
"dataType" : 25
}, { }, {
"id" : "formitem19", "id" : "formitem19",
"dataType" : 25 "dataType" : 25
}, {
"id" : "formitem21",
"dataType" : 25
}, { }, {
"id" : "bookid", "id" : "bookid",
"hidden" : true, "hidden" : true,
...@@ -1484,10 +1490,16 @@ ...@@ -1484,10 +1490,16 @@
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"maxlength" : "10" "minvalue" : "500",
"maxvalue" : "1000",
"maxlength" : "10",
"minlength" : "2"
}, },
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 10, "maxLength" : 10,
"maxValue" : 1000.0,
"minLength" : 2,
"minValue" : 500.0,
"name" : "formitem18" "name" : "formitem18"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
...@@ -1496,6 +1508,27 @@ ...@@ -1496,6 +1508,27 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"codeName" : "formitem20",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem20",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "formitem20"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, { }, {
"caption" : "数值框", "caption" : "数值框",
"codeName" : "formitem19", "codeName" : "formitem19",
...@@ -1510,10 +1543,12 @@ ...@@ -1510,10 +1543,12 @@
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"minvalue" : "2",
"maxvalue" : "10" "maxvalue" : "10"
}, },
"editorType" : "NUMBER", "editorType" : "NUMBER",
"maxValue" : 10.0, "maxValue" : 10.0,
"minValue" : 2.0,
"name" : "formitem19" "name" : "formitem19"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
...@@ -1522,6 +1557,27 @@ ...@@ -1522,6 +1557,27 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"codeName" : "formitem21",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem21",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "NUMBER",
"name" : "formitem21"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
......
...@@ -373,9 +373,15 @@ ...@@ -373,9 +373,15 @@
}, { }, {
"id" : "formitem18", "id" : "formitem18",
"dataType" : 25 "dataType" : 25
}, {
"id" : "formitem20",
"dataType" : 25
}, { }, {
"id" : "formitem19", "id" : "formitem19",
"dataType" : 25 "dataType" : 25
}, {
"id" : "formitem21",
"dataType" : 25
}, { }, {
"id" : "bookid", "id" : "bookid",
"hidden" : true, "hidden" : true,
...@@ -1601,10 +1607,16 @@ ...@@ -1601,10 +1607,16 @@
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"maxlength" : "10" "minvalue" : "500",
"maxvalue" : "1000",
"maxlength" : "10",
"minlength" : "2"
}, },
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 10, "maxLength" : 10,
"maxValue" : 1000.0,
"minLength" : 2,
"minValue" : 500.0,
"name" : "formitem18" "name" : "formitem18"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
...@@ -1613,6 +1625,27 @@ ...@@ -1613,6 +1625,27 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"codeName" : "formitem20",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem20",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "formitem20"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, { }, {
"caption" : "数值框", "caption" : "数值框",
"codeName" : "formitem19", "codeName" : "formitem19",
...@@ -1627,10 +1660,12 @@ ...@@ -1627,10 +1660,12 @@
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"minvalue" : "2",
"maxvalue" : "10" "maxvalue" : "10"
}, },
"editorType" : "NUMBER", "editorType" : "NUMBER",
"maxValue" : 10.0, "maxValue" : 10.0,
"minValue" : 2.0,
"name" : "formitem19" "name" : "formitem19"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
...@@ -1639,6 +1674,27 @@ ...@@ -1639,6 +1674,27 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"codeName" : "formitem21",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem21",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "NUMBER",
"name" : "formitem21"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
......
...@@ -9776,16 +9776,16 @@ ...@@ -9776,16 +9776,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
...@@ -9814,22 +9814,22 @@ ...@@ -9814,22 +9814,22 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-错误信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg6"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg5"
} }
} ] } ]
}, { }, {
...@@ -9852,16 +9852,16 @@ ...@@ -9852,16 +9852,16 @@
"id" : "ViewMsg10" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图上方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "消息位置-视图上方", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
...@@ -9892,6 +9892,13 @@ ...@@ -9892,6 +9892,13 @@
"id" : "ViewMsg6" "id" : "ViewMsg6"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-无删除-上方-常规", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -9905,13 +9912,6 @@ ...@@ -9905,13 +9912,6 @@
"id" : "ViewMsg4" "id" : "ViewMsg4"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册