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

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

上级 01e687db
...@@ -1582,16 +1582,16 @@ ...@@ -1582,16 +1582,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"
} }
} ] } ]
}, { }, {
......
...@@ -336,8 +336,8 @@ ...@@ -336,8 +336,8 @@
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "NEWDATA",
"openMode" : "POPUPMODAL", "openMode" : "INDEXVIEWTAB_POPUPMODAL",
"realOpenMode" : "POPUPMODAL", "realOpenMode" : "INDEXVIEWTAB_POPUPMODAL",
"realTitle" : "报销单明细2编辑视图", "realTitle" : "报销单明细2编辑视图",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"defaultContent" : "报销单明细2编辑视图", "defaultContent" : "报销单明细2编辑视图",
...@@ -353,8 +353,8 @@ ...@@ -353,8 +353,8 @@
} }
}, { }, {
"name" : "EDITDATA", "name" : "EDITDATA",
"openMode" : "POPUPMODAL", "openMode" : "INDEXVIEWTAB_POPUPMODAL",
"realOpenMode" : "POPUPMODAL", "realOpenMode" : "INDEXVIEWTAB_POPUPMODAL",
"realTitle" : "报销单明细2编辑视图", "realTitle" : "报销单明细2编辑视图",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"defaultContent" : "报销单明细2编辑视图", "defaultContent" : "报销单明细2编辑视图",
......
...@@ -1039,8 +1039,8 @@ ...@@ -1039,8 +1039,8 @@
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "NEWDATA",
"openMode" : "POPUPMODAL", "openMode" : "INDEXVIEWTAB_POPUPMODAL",
"realOpenMode" : "POPUPMODAL", "realOpenMode" : "INDEXVIEWTAB_POPUPMODAL",
"realTitle" : "报销单明细2编辑视图", "realTitle" : "报销单明细2编辑视图",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"defaultContent" : "报销单明细2编辑视图", "defaultContent" : "报销单明细2编辑视图",
...@@ -1056,8 +1056,8 @@ ...@@ -1056,8 +1056,8 @@
} }
}, { }, {
"name" : "EDITDATA", "name" : "EDITDATA",
"openMode" : "POPUPMODAL", "openMode" : "INDEXVIEWTAB_POPUPMODAL",
"realOpenMode" : "POPUPMODAL", "realOpenMode" : "INDEXVIEWTAB_POPUPMODAL",
"realTitle" : "报销单明细2编辑视图", "realTitle" : "报销单明细2编辑视图",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"defaultContent" : "报销单明细2编辑视图", "defaultContent" : "报销单明细2编辑视图",
......
...@@ -80,8 +80,8 @@ ...@@ -80,8 +80,8 @@
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "NEWDATA",
"openMode" : "POPUPMODAL", "openMode" : "INDEXVIEWTAB_POPUPMODAL",
"realOpenMode" : "POPUPMODAL", "realOpenMode" : "INDEXVIEWTAB_POPUPMODAL",
"realTitle" : "报销单明细2编辑视图", "realTitle" : "报销单明细2编辑视图",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"defaultContent" : "报销单明细2编辑视图", "defaultContent" : "报销单明细2编辑视图",
...@@ -97,8 +97,8 @@ ...@@ -97,8 +97,8 @@
} }
}, { }, {
"name" : "EDITDATA", "name" : "EDITDATA",
"openMode" : "POPUPMODAL", "openMode" : "INDEXVIEWTAB_POPUPMODAL",
"realOpenMode" : "POPUPMODAL", "realOpenMode" : "INDEXVIEWTAB_POPUPMODAL",
"realTitle" : "报销单明细2编辑视图", "realTitle" : "报销单明细2编辑视图",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"defaultContent" : "报销单明细2编辑视图", "defaultContent" : "报销单明细2编辑视图",
......
...@@ -13413,16 +13413,16 @@ ...@@ -13413,16 +13413,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"
} }
} ] } ]
}, { }, {
...@@ -13483,12 +13483,6 @@ ...@@ -13483,12 +13483,6 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "消息位置-视图上方", "name" : "消息位置-视图上方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -13506,21 +13500,34 @@ ...@@ -13506,21 +13500,34 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg10"
} }
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图下方", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg5"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg6"
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
...@@ -13530,58 +13537,51 @@ ...@@ -13530,58 +13537,51 @@
"id" : "ViewMsg11" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg4"
} },
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg9"
}, }
"position" : "POPUP"
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除", "name" : "关闭模式-删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "关闭模式-删除", "name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg13"
} }
} ] } ]
}, { }, {
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册