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

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

上级 ee5f4522
{
"codeName" : "Usr0601747453",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/City/PSSEARCHBARS/Usr0601747453.json",
"logicName" : "Test",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/City.json"
},
"quickGroupCount" : -1,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : false,
"enableGroup" : false,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"modelid" : "19A15267-8E76-4A0B-A9AE-2B369885F905",
"modeltype" : "PSSYSSEARCHBAR"
}
\ No newline at end of file
...@@ -95,34 +95,34 @@ ...@@ -95,34 +95,34 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "EDITDATA",
"realTitle" : "城市编辑视图", "realTitle" : "城市数据重定向视图",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"defaultContent" : "城市编辑视图", "defaultContent" : "城市数据重定向视图",
"lanResTag" : "PAGE.TITLE.CITY.EDITVIEW", "lanResTag" : "PAGE.TITLE.CITY.REDIRECTVIEW",
"lanResType" : "PAGE", "lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.CITY.EDITVIEW]", "name" : "界面文本(PAGE.*)[TITLE.CITY.REDIRECTVIEW]",
"refFlag" : true "refFlag" : true
}, },
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/cityEditView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/cityRedirectView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEREDIRECTVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "NEWDATA",
"realTitle" : "城市数据重定向视图", "realTitle" : "城市编辑视图",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"defaultContent" : "城市数据重定向视图", "defaultContent" : "城市编辑视图",
"lanResTag" : "PAGE.TITLE.CITY.REDIRECTVIEW", "lanResTag" : "PAGE.TITLE.CITY.EDITVIEW",
"lanResType" : "PAGE", "lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.CITY.REDIRECTVIEW]", "name" : "界面文本(PAGE.*)[TITLE.CITY.EDITVIEW]",
"refFlag" : true "refFlag" : true
}, },
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/cityRedirectView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/cityEditView.json",
"viewType" : "DEREDIRECTVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
...@@ -706,14 +706,16 @@ ...@@ -706,14 +706,16 @@
"modelid" : "9F57A4A5-D2BC-42BF-AF27-98F42F1DD40A", "modelid" : "9F57A4A5-D2BC-42BF-AF27-98F42F1DD40A",
"modeltype" : "PSDEFORM_SEARCHFORM" "modeltype" : "PSDEFORM_SEARCHFORM"
}, { }, {
"codeName" : "Usr0601747453",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"name" : "searchbar", "dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/City/PSSEARCHBARS/Usr0601747453.json",
"logicName" : "Test",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/City.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/City.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "searchbar" "id" : "SEARCHBAR"
}, },
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
...@@ -721,7 +723,10 @@ ...@@ -721,7 +723,10 @@
"enableFilter" : false, "enableFilter" : false,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false "mobileSearchBar" : false,
"name" : "searchbar",
"modelid" : "19A15267-8E76-4A0B-A9AE-2B369885F905",
"modeltype" : "PSSYSSEARCHBAR"
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "城市", "defaultContent" : "城市",
......
...@@ -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"
} }
} ] } ]
}, { }, {
......
...@@ -2237,16 +2237,16 @@ ...@@ -2237,16 +2237,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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册