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

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

上级 b85f4112
...@@ -1500,16 +1500,16 @@ ...@@ -1500,16 +1500,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ] } ]
}, { }, {
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
} }
}, },
"groupHeight" : 300, "groupHeight" : 300,
"groupLayout" : "ROW", "groupLayout" : "COLUMN",
"groupMode" : "CODELIST", "groupMode" : "CODELIST",
"getGroupPSAppDEField" : { "getGroupPSAppDEField" : {
"name" : "TYPE", "name" : "TYPE",
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"caption" : "工作项", "caption" : "工作项",
"codeName" : "WORKITEMTestKanbanView", "codeName" : "WORKITEMTestKanbanView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/WORKITEMTestKanbanView.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/WORKITEMTestKanbanView.json",
"mDCtrlActiveMode" : 1, "mDCtrlActiveMode" : 2,
"name" : "WORKITEMTestKanbanView", "name" : "WORKITEMTestKanbanView",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -78,9 +78,8 @@ ...@@ -78,9 +78,8 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "OPENDATA",
"openMode" : "POPUPMODAL", "realOpenMode" : "DRAWER_RIGHT",
"realOpenMode" : "POPUPMODAL",
"realTitle" : "看板编辑视图", "realTitle" : "看板编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -88,7 +87,7 @@ ...@@ -88,7 +87,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "OPENDATA", "name" : "EDITDATA",
"realOpenMode" : "DRAWER_RIGHT", "realOpenMode" : "DRAWER_RIGHT",
"realTitle" : "看板编辑视图", "realTitle" : "看板编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
...@@ -97,8 +96,9 @@ ...@@ -97,8 +96,9 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "NEWDATA",
"realOpenMode" : "DRAWER_RIGHT", "openMode" : "POPUPMODAL",
"realOpenMode" : "POPUPMODAL",
"realTitle" : "看板编辑视图", "realTitle" : "看板编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -378,7 +378,7 @@ ...@@ -378,7 +378,7 @@
} }
}, },
"groupHeight" : 300, "groupHeight" : 300,
"groupLayout" : "ROW", "groupLayout" : "COLUMN",
"groupMode" : "CODELIST", "groupMode" : "CODELIST",
"getGroupPSAppDEField" : { "getGroupPSAppDEField" : {
"name" : "TYPE", "name" : "TYPE",
......
...@@ -12049,16 +12049,16 @@ ...@@ -12049,16 +12049,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ] } ]
}, { }, {
...@@ -12087,22 +12087,22 @@ ...@@ -12087,22 +12087,22 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg6"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg4"
} }
} ] } ]
}, { }, {
...@@ -12119,16 +12119,16 @@ ...@@ -12119,16 +12119,16 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图下方", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-弹出", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息位置-视图上方", "name" : "消息位置-视图上方",
...@@ -12137,28 +12137,16 @@ ...@@ -12137,28 +12137,16 @@
"id" : "ViewMsg7" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg8"
} }
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -12177,6 +12165,12 @@ ...@@ -12177,6 +12165,12 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -12184,12 +12178,6 @@ ...@@ -12184,12 +12178,6 @@
"id" : "ViewMsg4" "id" : "ViewMsg4"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -12197,17 +12185,23 @@ ...@@ -12197,17 +12185,23 @@
"id" : "ViewMsg5" "id" : "ViewMsg5"
}, },
"position" : "POPUP" "position" : "POPUP"
} ]
}, { }, {
"codeName" : "VMGroup5", "name" : "消息位置-视图内容区",
"name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg9"
}
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
} }
} ]
}, { }, {
"codeName" : "VMGroup5",
"name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-无删除", "name" : "关闭模式-无删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -12219,6 +12213,12 @@ ...@@ -12219,6 +12213,12 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg12"
} }
}, {
"name" : "关闭模式-本次删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup6", "codeName" : "VMGroup6",
...@@ -43525,7 +43525,7 @@ ...@@ -43525,7 +43525,7 @@
"caption" : "工作项", "caption" : "工作项",
"codeName" : "WORKITEMTestKanbanView", "codeName" : "WORKITEMTestKanbanView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/WORKITEMTestKanbanView.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/WORKITEMTestKanbanView.json",
"mDCtrlActiveMode" : 1, "mDCtrlActiveMode" : 2,
"name" : "WORKITEMTestKanbanView", "name" : "WORKITEMTestKanbanView",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -43593,9 +43593,8 @@ ...@@ -43593,9 +43593,8 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "OPENDATA",
"openMode" : "POPUPMODAL", "realOpenMode" : "DRAWER_RIGHT",
"realOpenMode" : "POPUPMODAL",
"realTitle" : "看板编辑视图", "realTitle" : "看板编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -43603,7 +43602,7 @@ ...@@ -43603,7 +43602,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "OPENDATA", "name" : "EDITDATA",
"realOpenMode" : "DRAWER_RIGHT", "realOpenMode" : "DRAWER_RIGHT",
"realTitle" : "看板编辑视图", "realTitle" : "看板编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
...@@ -43612,8 +43611,9 @@ ...@@ -43612,8 +43611,9 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "NEWDATA",
"realOpenMode" : "DRAWER_RIGHT", "openMode" : "POPUPMODAL",
"realOpenMode" : "POPUPMODAL",
"realTitle" : "看板编辑视图", "realTitle" : "看板编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -43893,7 +43893,7 @@ ...@@ -43893,7 +43893,7 @@
} }
}, },
"groupHeight" : 300, "groupHeight" : 300,
"groupLayout" : "ROW", "groupLayout" : "COLUMN",
"groupMode" : "CODELIST", "groupMode" : "CODELIST",
"getGroupPSAppDEField" : { "getGroupPSAppDEField" : {
"name" : "TYPE", "name" : "TYPE",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册