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

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

上级 3888f890
...@@ -2746,6 +2746,14 @@ ...@@ -2746,6 +2746,14 @@
"rTMOSFilePath" : "psmodeldata$psdataentities/ListView", "rTMOSFilePath" : "psmodeldata$psdataentities/ListView",
"realModelSubType" : "DELISTVIEW", "realModelSubType" : "DELISTVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr0505414736PickupTreeView",
"logicName" : "SelectTree",
"mOSFilePath" : "psmodeldata$psdataentities/Usr0505414736PickupTreeView",
"name" : "SelectTree",
"rTMOSFilePath" : "psmodeldata$psdataentities/Usr0505414736PickupTreeView",
"realModelSubType" : "DEPICKUPTREEVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "GridExpView", "codeName" : "GridExpView",
"logicName" : "手机实体表格导航视图", "logicName" : "手机实体表格导航视图",
......
...@@ -1224,16 +1224,16 @@ ...@@ -1224,16 +1224,16 @@
"mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2", "mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/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"
} }
} ], } ],
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2" "rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2"
......
...@@ -2279,6 +2279,10 @@ ...@@ -2279,6 +2279,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr0505414736PickupTreeView.json",
"viewType" : "DEPICKUPTREEVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneGridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneGridView.json",
......
...@@ -1357,6 +1357,20 @@ ...@@ -1357,6 +1357,20 @@
"caption" : "容器", "caption" : "容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container1",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "容器",
"contentHeight" : 65.0,
"height" : 65.0,
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container6", "name" : "container6",
"getPSLayout" : { "getPSLayout" : {
"align" : "space-between", "align" : "space-between",
...@@ -1365,6 +1379,8 @@ ...@@ -1365,6 +1379,8 @@
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"height" : 65,
"heightMode" : "PX",
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
...@@ -1430,7 +1446,7 @@ ...@@ -1430,7 +1446,7 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"showCaption" : true, "showCaption" : true,
"id" : "663c3dab99740d1417cb4d8d7e47b4e0" "id" : "294F8F0A-4DA0-4C24-980B-D1BEE8EFD8DC"
} ] } ]
} ] } ]
}, { }, {
...@@ -1442,7 +1458,7 @@ ...@@ -1442,7 +1458,7 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : 0,
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
...@@ -1465,7 +1481,7 @@ ...@@ -1465,7 +1481,7 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : 1,
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
...@@ -1479,6 +1495,7 @@ ...@@ -1479,6 +1495,7 @@
}, },
"showCaption" : true "showCaption" : true
} ] } ]
} ]
} ], } ],
"layoutBodyOnly" : false, "layoutBodyOnly" : false,
"layoutPanel" : true, "layoutPanel" : true,
......
...@@ -2476,16 +2476,16 @@ ...@@ -2476,16 +2476,16 @@
"mOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2", "mOSFilePath" : "pssysapps/Web/psappviewmsggroups/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"
} }
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2" "rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2"
...@@ -2884,6 +2884,12 @@ ...@@ -2884,6 +2884,12 @@
"viewType" : "DEGRIDVIEW", "viewType" : "DEGRIDVIEW",
"resource" : "TEST", "resource" : "TEST",
"view" : "GridView_modal" "view" : "GridView_modal"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr0505414736PickupTreeView.json",
"viewType" : "DEPICKUPTREEVIEW",
"resource" : "Phone",
"view" : "Usr0505414736PickupTreeView"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneGridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneGridView.json",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册