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

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

上级 cbe5438d
...@@ -1398,16 +1398,16 @@ ...@@ -1398,16 +1398,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"
} }
} ] } ]
}, { }, {
......
...@@ -8,195 +8,22 @@ ...@@ -8,195 +8,22 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json" "path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json"
}, },
"getPSControls" : [ {
"caption" : "应用登录视图",
"codeName" : "captionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSControlParam" : { }
} ],
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"getAllPSPanelFields" : [ { "codeName" : "Layoutpanel",
"id" : "auth_userid", "controlStyle" : "APPLOGINVIEW",
"viewFieldName" : "username"
}, {
"id" : "auth_password",
"viewFieldName" : "password"
} ],
"codeName" : "Usr0908920114",
"controlType" : "VIEWLAYOUTPANEL", "controlType" : "VIEWLAYOUTPANEL",
"layoutMode" : "FLEX",
"logicName" : "AppLoginView",
"memo" : "应用登录视图",
"name" : "layoutpanel", "name" : "layoutpanel",
"getPSControlParam" : { }, "getPSControlParam" : { },
"getPSLayout" : { "layoutBodyOnly" : true,
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX",
"widthMode" : "FULL"
},
"getPSPanelItems" : [ {
"caption" : "用户名",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "auth_userid",
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "auth_userid",
"predefinedType" : "AUTH_USERID"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "username",
"hidden" : false,
"showCaption" : false
}, {
"caption" : "密码",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "auth_password",
"getPSEditor" : {
"editorType" : "PASSWORD",
"name" : "auth_password",
"predefinedType" : "AUTH_PASSWORD"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "password",
"hidden" : false,
"showCaption" : false
}, {
"caption" : "栅格容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_grid1",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container4",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"grow" : 6,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"actionType" : "UIACTION",
"buttonStyle" : "DEFAULT",
"caption" : "登陆1",
"itemStyle" : "DEFAULT",
"itemType" : "BUTTON",
"name" : "auth_loginbutton",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "layoutpanel_auth_loginbutton"
},
"getPSLayoutPos" : {
"colMD" : 24,
"heightMode" : "FULL",
"layout" : "TABLE_24COL"
},
"getPSUIAction" : {
"caption" : "登录",
"codeName" : "Login",
"fullCodeName" : "Login",
"name" : "应用登录",
"predefinedType" : "APP_LOGIN",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Login",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "登陆1",
"showCaption" : true
} ]
}, {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container5",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"grow" : 6,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"actionType" : "UIACTION",
"buttonStyle" : "DEFAULT",
"caption" : "重置",
"itemStyle" : "DEFAULT",
"itemType" : "BUTTON",
"name" : "auth_resetinput",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "layoutpanel_auth_resetinput"
},
"getPSLayoutPos" : {
"colMD" : 24,
"heightMode" : "FULL",
"layout" : "TABLE_24COL"
},
"getPSUIAction" : {
"caption" : "取消变更",
"codeName" : "CancelChanges",
"fullCodeName" : "CancelChanges",
"name" : "取消变更",
"predefinedType" : "DATA_CANCELCHANGES",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "CancelChanges",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "重置",
"showCaption" : true
} ]
} ],
"predefinedType" : "CONTAINER_GRID"
} ]
} ],
"layoutBodyOnly" : false,
"layoutPanel" : true, "layoutPanel" : true,
"useDefaultLayout" : false, "useDefaultLayout" : true
"viewProxyMode" : true,
"modelid" : "5976AAF4-3024-4E35-8123-8A74518AFA8A",
"modeltype" : "PSSYSVIEWLAYOUTPANEL",
"getPSControls" : [ {
"caption" : "应用登录视图",
"codeName" : "captionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSControlParam" : { }
} ]
}, },
"title" : "应用登录视图", "title" : "应用登录视图",
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
......
...@@ -3571,16 +3571,16 @@ ...@@ -3571,16 +3571,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"
} }
} ] } ]
}, { }, {
...@@ -3598,38 +3598,38 @@ ...@@ -3598,38 +3598,38 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg6"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg4"
} }
} ] } ]
}, { }, {
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图上方", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息位置-视图方", "name" : "消息位置-视图方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "消息位置-弹出", "name" : "消息位置-弹出",
...@@ -3638,20 +3638,20 @@ ...@@ -3638,20 +3638,20 @@
"id" : "ViewMsg10" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg8"
} }
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-删除", "name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-默认删除", "name" : "关闭模式-默认删除",
...@@ -3660,10 +3660,10 @@ ...@@ -3660,10 +3660,10 @@
"id" : "ViewMsg12" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg11"
} }
} ] } ]
}, { }, {
...@@ -1285,195 +1285,22 @@ ...@@ -1285,195 +1285,22 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json" "path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json"
}, },
"getPSControls" : [ {
"caption" : "应用登录视图",
"codeName" : "captionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSControlParam" : { }
} ],
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"getAllPSPanelFields" : [ { "codeName" : "Layoutpanel",
"id" : "auth_userid", "controlStyle" : "APPLOGINVIEW",
"viewFieldName" : "username"
}, {
"id" : "auth_password",
"viewFieldName" : "password"
} ],
"codeName" : "Usr0908920114",
"controlType" : "VIEWLAYOUTPANEL", "controlType" : "VIEWLAYOUTPANEL",
"layoutMode" : "FLEX",
"logicName" : "AppLoginView",
"memo" : "应用登录视图",
"name" : "layoutpanel", "name" : "layoutpanel",
"getPSControlParam" : { }, "getPSControlParam" : { },
"getPSLayout" : { "layoutBodyOnly" : true,
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX",
"widthMode" : "FULL"
},
"getPSPanelItems" : [ {
"caption" : "用户名",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "auth_userid",
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "auth_userid",
"predefinedType" : "AUTH_USERID"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "username",
"hidden" : false,
"showCaption" : false
}, {
"caption" : "密码",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "auth_password",
"getPSEditor" : {
"editorType" : "PASSWORD",
"name" : "auth_password",
"predefinedType" : "AUTH_PASSWORD"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "password",
"hidden" : false,
"showCaption" : false
}, {
"caption" : "栅格容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_grid1",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container4",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"grow" : 6,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"actionType" : "UIACTION",
"buttonStyle" : "DEFAULT",
"caption" : "登陆1",
"itemStyle" : "DEFAULT",
"itemType" : "BUTTON",
"name" : "auth_loginbutton",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "layoutpanel_auth_loginbutton"
},
"getPSLayoutPos" : {
"colMD" : 24,
"heightMode" : "FULL",
"layout" : "TABLE_24COL"
},
"getPSUIAction" : {
"caption" : "登录",
"codeName" : "Login",
"fullCodeName" : "Login",
"name" : "应用登录",
"predefinedType" : "APP_LOGIN",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Login",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "登陆1",
"showCaption" : true
} ]
}, {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container5",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"grow" : 6,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"actionType" : "UIACTION",
"buttonStyle" : "DEFAULT",
"caption" : "重置",
"itemStyle" : "DEFAULT",
"itemType" : "BUTTON",
"name" : "auth_resetinput",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "layoutpanel_auth_resetinput"
},
"getPSLayoutPos" : {
"colMD" : 24,
"heightMode" : "FULL",
"layout" : "TABLE_24COL"
},
"getPSUIAction" : {
"caption" : "取消变更",
"codeName" : "CancelChanges",
"fullCodeName" : "CancelChanges",
"name" : "取消变更",
"predefinedType" : "DATA_CANCELCHANGES",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "CancelChanges",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "重置",
"showCaption" : true
} ]
} ],
"predefinedType" : "CONTAINER_GRID"
} ]
} ],
"layoutBodyOnly" : false,
"layoutPanel" : true, "layoutPanel" : true,
"useDefaultLayout" : false, "useDefaultLayout" : true
"viewProxyMode" : true,
"modelid" : "5976AAF4-3024-4E35-8123-8A74518AFA8A",
"modeltype" : "PSSYSVIEWLAYOUTPANEL",
"getPSControls" : [ {
"caption" : "应用登录视图",
"codeName" : "captionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSControlParam" : { }
} ]
}, },
"title" : "应用登录视图", "title" : "应用登录视图",
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册