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

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

上级 250d2cce
{ {
"accUserMode" : 2, "accUserMode" : 2,
"caption" : "树表格视图(增强)", "caption" : "这是标题",
"codeName" : "FILETestTreeGridExView", "codeName" : "FILETestTreeGridExView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILETestTreeGridExView.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILETestTreeGridExView.json",
"mDCtrlActiveMode" : 2, "mDCtrlActiveMode" : 2,
...@@ -19,14 +19,6 @@ ...@@ -19,14 +19,6 @@
"name" : "engine" "name" : "engine"
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"realTitle" : "文件编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA", "name" : "EDITDATA",
"realTitle" : "文件数据重定向视图", "realTitle" : "文件数据重定向视图",
"getRefPSAppView" : { "getRefPSAppView" : {
...@@ -34,6 +26,14 @@ ...@@ -34,6 +26,14 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILERedirectView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILERedirectView.json",
"viewType" : "DEREDIRECTVIEW" "viewType" : "DEREDIRECTVIEW"
} }
}, {
"name" : "NEWDATA",
"realTitle" : "文件编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEEditView.json",
"viewType" : "DEEDITVIEW"
}
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "TestTreeGridExViewtoolbar", "codeName" : "TestTreeGridExViewtoolbar",
...@@ -1025,7 +1025,7 @@ ...@@ -1025,7 +1025,7 @@
"enableQuickSearch" : false, "enableQuickSearch" : false,
"mobileSearchBar" : false "mobileSearchBar" : false
}, { }, {
"caption" : "树表格视图(增强)", "caption" : "这是标题",
"codeName" : "TestTreeGridExViewcaptionbar", "codeName" : "TestTreeGridExViewcaptionbar",
"controlType" : "CAPTIONBAR", "controlType" : "CAPTIONBAR",
"name" : "captionbar", "name" : "captionbar",
......
...@@ -12747,16 +12747,16 @@ ...@@ -12747,16 +12747,16 @@
"id" : "ViewMsg4" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg6"
} }
} ] } ]
}, { }, {
...@@ -12773,6 +12773,12 @@ ...@@ -12773,6 +12773,12 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, {
"name" : "消息位置-弹出", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -12790,12 +12796,6 @@ ...@@ -12790,12 +12796,6 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg9"
} }
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册