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

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

上级 14cc039b
...@@ -1375,16 +1375,16 @@ ...@@ -1375,16 +1375,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"
} }
} ] } ]
}, { }, {
......
...@@ -10,9 +10,6 @@ ...@@ -10,9 +10,6 @@
}, },
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"getAllPSPanelFields" : [ { "getAllPSPanelFields" : [ {
"id" : "app_apptitle",
"viewFieldName" : "apptitle"
}, {
"id" : "auth_userid", "id" : "auth_userid",
"viewFieldName" : "username" "viewFieldName" : "username"
}, { }, {
...@@ -30,65 +27,21 @@ ...@@ -30,65 +27,21 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getRootPSPanelItems" : [ { "getRootPSPanelItems" : [ {
"caption" : "图片背景容器",
"contentHeight" : 100.0,
"contentWidth" : 100.0,
"height" : 100.0,
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "page_container",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "CENTER",
"height" : 100,
"heightMode" : "PERCENTAGE",
"layout" : "FLEX",
"width" : 100,
"widthMode" : "PERCENTAGE"
},
"getPSPanelItems" : [ {
"caption" : "容器", "caption" : "容器",
"contentWidth" : 450.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container1", "name" : "container",
"getPSLayout" : { "getPSLayout" : {
"align" : "center", "align" : "center",
"dir" : "column", "dir" : "column",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "CENTER",
"heightMode" : "FULL",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 450, "vAlign" : "center"
"widthMode" : "PX"
},
"getPSPanelItems" : [ {
"caption" : "应用标题",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "app_apptitle",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "app_apptitle",
"predefinedType" : "APP_APPTITLE",
"renderMode" : "HEADING1",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX" "layout" : "FLEX"
}, },
"viewFieldName" : "apptitle", "getPSPanelItems" : [ {
"hidden" : false,
"showCaption" : false
}, {
"caption" : "用户名", "caption" : "用户名",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "FIELD", "itemType" : "FIELD",
...@@ -231,31 +184,7 @@ ...@@ -231,31 +184,7 @@
} ] } ]
} ], } ],
"predefinedType" : "CONTAINER_GRID" "predefinedType" : "CONTAINER_GRID"
} ], } ]
"predefinedType" : "CONTAINER",
"width" : 450.0
} ],
"predefinedType" : "CONTAINER_IMAGE",
"width" : 100.0
}, {
"caption" : "标签",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_label",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"caption" : "test111",
"contentType" : "RAW",
"name" : "static_label",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "test111",
"showCaption" : true
} ], } ],
"layoutBodyOnly" : false, "layoutBodyOnly" : false,
"layoutPanel" : true, "layoutPanel" : true,
......
...@@ -3584,16 +3584,16 @@ ...@@ -3584,16 +3584,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"
} }
} ] } ]
}, { }, {
...@@ -248,9 +248,6 @@ ...@@ -248,9 +248,6 @@
}, },
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"getAllPSPanelFields" : [ { "getAllPSPanelFields" : [ {
"id" : "app_apptitle",
"viewFieldName" : "apptitle"
}, {
"id" : "auth_userid", "id" : "auth_userid",
"viewFieldName" : "username" "viewFieldName" : "username"
}, { }, {
...@@ -268,65 +265,21 @@ ...@@ -268,65 +265,21 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getRootPSPanelItems" : [ { "getRootPSPanelItems" : [ {
"caption" : "图片背景容器",
"contentHeight" : 100.0,
"contentWidth" : 100.0,
"height" : 100.0,
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "page_container",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "CENTER",
"height" : 100,
"heightMode" : "PERCENTAGE",
"layout" : "FLEX",
"width" : 100,
"widthMode" : "PERCENTAGE"
},
"getPSPanelItems" : [ {
"caption" : "容器", "caption" : "容器",
"contentWidth" : 450.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container1", "name" : "container",
"getPSLayout" : { "getPSLayout" : {
"align" : "center", "align" : "center",
"dir" : "column", "dir" : "column",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "CENTER",
"heightMode" : "FULL",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 450, "vAlign" : "center"
"widthMode" : "PX"
},
"getPSPanelItems" : [ {
"caption" : "应用标题",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "app_apptitle",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "app_apptitle",
"predefinedType" : "APP_APPTITLE",
"renderMode" : "HEADING1",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX" "layout" : "FLEX"
}, },
"viewFieldName" : "apptitle", "getPSPanelItems" : [ {
"hidden" : false,
"showCaption" : false
}, {
"caption" : "用户名", "caption" : "用户名",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "FIELD", "itemType" : "FIELD",
...@@ -469,31 +422,7 @@ ...@@ -469,31 +422,7 @@
} ] } ]
} ], } ],
"predefinedType" : "CONTAINER_GRID" "predefinedType" : "CONTAINER_GRID"
} ], } ]
"predefinedType" : "CONTAINER",
"width" : 450.0
} ],
"predefinedType" : "CONTAINER_IMAGE",
"width" : 100.0
}, {
"caption" : "标签",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_label",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"caption" : "test111",
"contentType" : "RAW",
"name" : "static_label",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "test111",
"showCaption" : true
} ], } ],
"layoutBodyOnly" : false, "layoutBodyOnly" : false,
"layoutPanel" : true, "layoutPanel" : true,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册