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

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

上级 4a1d9d80
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"name" : "MySQL5", "name" : "MySQL5",
"getPSDEDataQueryCodeConds" : [ { "getPSDEDataQueryCodeConds" : [ {
"condType" : "CUSTOM", "condType" : "CUSTOM",
"customCond" : "( t1.`PHONETYPE` = iphone )", "customCond" : "( t1.`PHONETYPE` = 'Iphone' )",
"name" : "查询条件" "name" : "查询条件"
} ], } ],
"getPSDEDataQueryCodeExps" : [ { "getPSDEDataQueryCodeExps" : [ {
......
...@@ -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"
} }
} ] } ]
}, { }, {
......
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
"codeName" : "TabExpViewtabviewpanel", "codeName" : "TabExpViewtabviewpanel",
"controlType" : "TABVIEWPANEL", "controlType" : "TABVIEWPANEL",
"name" : "tabviewpanel", "name" : "tabviewpanel",
"navFilter" : "test1",
"getNavPSDER" : { "getNavPSDER" : {
"codeName" : "Phone", "codeName" : "Phone",
"dERType" : "DER1N", "dERType" : "DER1N",
...@@ -86,6 +87,7 @@ ...@@ -86,6 +87,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"navFilter" : "test1",
"navPSDERName" : "DER1N_BOOK_PHONE_PHONEID", "navPSDERName" : "DER1N_BOOK_PHONE_PHONEID",
"id" : "TABVIEWPANEL" "id" : "TABVIEWPANEL"
}, },
......
...@@ -654,6 +654,7 @@ ...@@ -654,6 +654,7 @@
"viewType" : "DETABEXPVIEW" "viewType" : "DETABEXPVIEW"
}, },
"name" : "tabviewpanel", "name" : "tabviewpanel",
"navFilter" : "test1",
"getNavPSDER" : { "getNavPSDER" : {
"codeName" : "Phone", "codeName" : "Phone",
"dERType" : "DER1N", "dERType" : "DER1N",
...@@ -687,6 +688,7 @@ ...@@ -687,6 +688,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"navFilter" : "test1",
"navPSDERName" : "DER1N_BOOK_PHONE_PHONEID", "navPSDERName" : "DER1N_BOOK_PHONE_PHONEID",
"id" : "TABVIEWPANEL" "id" : "TABVIEWPANEL"
}, },
......
...@@ -2157,16 +2157,16 @@ ...@@ -2157,16 +2157,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"
} }
} ] } ]
} ], } ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册