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

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

上级 41c36231
...@@ -167,6 +167,9 @@ ...@@ -167,6 +167,9 @@
}, { }, {
"id" : "formitem1", "id" : "formitem1",
"dataType" : 25 "dataType" : 25
}, {
"id" : "formitem2",
"dataType" : 25
}, { }, {
"id" : "bookid", "id" : "bookid",
"hidden" : true, "hidden" : true,
...@@ -675,7 +678,7 @@ ...@@ -675,7 +678,7 @@
"detailType" : "TABPAGE", "detailType" : "TABPAGE",
"name" : "tabpage1", "name" : "tabpage1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "测试·11", "caption" : "测试11",
"codeName" : "formitem1", "codeName" : "formitem1",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
...@@ -691,11 +694,53 @@ ...@@ -691,11 +694,53 @@
"name" : "formitem1" "name" : "formitem1"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"actionType" : "UIACTION",
"caption" : "按钮1111",
"codeName" : "button1",
"detailStyle" : "DEFAULT",
"detailType" : "BUTTON",
"name" : "button1",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "form_button1"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "打开多数据列表",
"codeName" : "opendsjlb",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr6EditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "Book_opendsjlb",
"name" : "打开多数据列表",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "opendsjlb",
"uIActionType" : "DEUIACTION",
"id" : "opendsjlb@Book"
},
"tooltip" : "按钮1111",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -713,6 +758,29 @@ ...@@ -713,6 +758,29 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "TABPAGE", "detailType" : "TABPAGE",
"name" : "tabpage2", "name" : "tabpage2",
"getPSDEFormDetails" : [ {
"caption" : "测试文本框22",
"codeName" : "formitem2",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem2",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "formitem2"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
"childColMD" : 24, "childColMD" : 24,
...@@ -780,7 +848,7 @@ ...@@ -780,7 +848,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
} }
}, },
"noTabHeader" : true, "noTabHeader" : false,
"modelid" : "72EC1F6C-A78E-4DB4-A37C-099AA3A78437", "modelid" : "72EC1F6C-A78E-4DB4-A37C-099AA3A78437",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
} }
\ No newline at end of file
...@@ -284,6 +284,9 @@ ...@@ -284,6 +284,9 @@
}, { }, {
"id" : "formitem1", "id" : "formitem1",
"dataType" : 25 "dataType" : 25
}, {
"id" : "formitem2",
"dataType" : 25
}, { }, {
"id" : "bookid", "id" : "bookid",
"hidden" : true, "hidden" : true,
...@@ -792,7 +795,7 @@ ...@@ -792,7 +795,7 @@
"detailType" : "TABPAGE", "detailType" : "TABPAGE",
"name" : "tabpage1", "name" : "tabpage1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "测试·11", "caption" : "测试11",
"codeName" : "formitem1", "codeName" : "formitem1",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
...@@ -808,11 +811,53 @@ ...@@ -808,11 +811,53 @@
"name" : "formitem1" "name" : "formitem1"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"actionType" : "UIACTION",
"caption" : "按钮1111",
"codeName" : "button1",
"detailStyle" : "DEFAULT",
"detailType" : "BUTTON",
"name" : "button1",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "form_button1"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "打开多数据列表",
"codeName" : "opendsjlb",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr6EditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "Book_opendsjlb",
"name" : "打开多数据列表",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "opendsjlb",
"uIActionType" : "DEUIACTION",
"id" : "opendsjlb@Book"
},
"tooltip" : "按钮1111",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -830,6 +875,29 @@ ...@@ -830,6 +875,29 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "TABPAGE", "detailType" : "TABPAGE",
"name" : "tabpage2", "name" : "tabpage2",
"getPSDEFormDetails" : [ {
"caption" : "测试文本框22",
"codeName" : "formitem2",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem2",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "formitem2"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
"childColMD" : 24, "childColMD" : 24,
...@@ -897,7 +965,7 @@ ...@@ -897,7 +965,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
} }
}, },
"noTabHeader" : true, "noTabHeader" : false,
"name" : "form", "name" : "form",
"modelid" : "72EC1F6C-A78E-4DB4-A37C-099AA3A78437", "modelid" : "72EC1F6C-A78E-4DB4-A37C-099AA3A78437",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
......
...@@ -9515,16 +9515,16 @@ ...@@ -9515,16 +9515,16 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图下方", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-弹出", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图内容区",
...@@ -9569,16 +9569,16 @@ ...@@ -9569,16 +9569,16 @@
"id" : "ViewMsg12" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "关闭模式-本次删除-上方-警告",
...@@ -9598,16 +9598,16 @@ ...@@ -9598,16 +9598,16 @@
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "关闭模式-默认删除", "name" : "关闭模式-删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-本次删除",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册