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

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

上级 21f3d3b1
...@@ -1049,16 +1049,16 @@ ...@@ -1049,16 +1049,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"
} }
} ] } ]
}, { }, {
......
...@@ -481,6 +481,7 @@ ...@@ -481,6 +481,7 @@
"layoutPanel" : true, "layoutPanel" : true,
"useDefaultLayout" : true "useDefaultLayout" : true
}, },
"refFlag" : false,
"title" : "手机数据视图", "title" : "手机数据视图",
"viewStyle" : "PubTest", "viewStyle" : "PubTest",
"viewType" : "DEDATAVIEW", "viewType" : "DEDATAVIEW",
......
...@@ -628,19 +628,19 @@ ...@@ -628,19 +628,19 @@
"srfparentdename" : "PHONE", "srfparentdename" : "PHONE",
"srfparentmode" : "DER1N_BOOK_PHONE_PHONEID" "srfparentmode" : "DER1N_BOOK_PHONE_PHONEID"
}, },
"realTitle" : "手机数据视图", "realTitle" : "测试实体表格视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneDataView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView.json",
"viewType" : "DEDATAVIEW" "viewType" : "DEGRIDVIEW"
} }
}, { }, {
"name" : "EXPITEM:tabviewpanel2", "name" : "EXPITEM:tabviewpanel2",
"realTitle" : "手机普通表格", "realTitle" : "学员登记信息数据视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneGridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoDataView.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEDATAVIEW"
} }
} ], } ],
"getPSControlParam" : { }, "getPSControlParam" : { },
...@@ -650,8 +650,8 @@ ...@@ -650,8 +650,8 @@
"controlType" : "TABVIEWPANEL", "controlType" : "TABVIEWPANEL",
"getEmbeddedPSAppDEView" : { "getEmbeddedPSAppDEView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneDataView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView.json",
"viewType" : "DEDATAVIEW" "viewType" : "DEGRIDVIEW"
}, },
"name" : "tabviewpanel", "name" : "tabviewpanel",
"navFilter" : "test1", "navFilter" : "test1",
...@@ -705,8 +705,8 @@ ...@@ -705,8 +705,8 @@
"controlType" : "TABVIEWPANEL", "controlType" : "TABVIEWPANEL",
"getEmbeddedPSAppDEView" : { "getEmbeddedPSAppDEView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneGridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoDataView.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEDATAVIEW"
}, },
"name" : "tabviewpanel2", "name" : "tabviewpanel2",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
......
...@@ -2193,31 +2193,31 @@ ...@@ -2193,31 +2193,31 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} ], } ],
"getAllPSAppViewMsgGroups" : [ { "getAllPSAppViewMsgGroups" : [ {
"codeName" : "VMGroup2", "codeName" : "VMGroup",
"name" : "视图消息组2", "name" : "视图消息组test",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息test",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg"
} },
}, { "position" : "TOP"
} ]
}, {
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg3"
} }
} ] }, {
}, { "name" : "视图消息",
"codeName" : "VMGroup",
"name" : "视图消息组test",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息test",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg" "id" : "ViewMsg2"
}, }
"position" : "TOP"
} ] } ]
} ], } ],
"getAllPSAppViewMsgs" : [ { "getAllPSAppViewMsgs" : [ {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册