提交 4af1cae8 编写于 作者: ibizdev's avatar ibizdev

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

上级 41cec9fe
...@@ -7344,6 +7344,12 @@ ...@@ -7344,6 +7344,12 @@
"name" : "卡片视图", "name" : "卡片视图",
"realModelSubType" : "DEDATAVIEWEXPVIEW", "realModelSubType" : "DEDATAVIEWEXPVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "HoverEditView",
"logicName" : "悬浮编辑",
"name" : "悬浮编辑",
"realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "DataViewExpView", "codeName" : "DataViewExpView",
"logicName" : "书实体卡片视图导航视图", "logicName" : "书实体卡片视图导航视图",
......
...@@ -1582,16 +1582,16 @@ ...@@ -1582,16 +1582,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"
} }
} ] } ]
}, { }, {
......
...@@ -4661,6 +4661,10 @@ ...@@ -4661,6 +4661,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookTestMapView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookTestMapView.json",
"viewType" : "DEMAPVIEW" "viewType" : "DEMAPVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookHoverEditView.json",
"viewType" : "DEEDITVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookSimpleEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookSimpleEditView.json",
......
...@@ -582,6 +582,28 @@ ...@@ -582,6 +582,28 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "测试编辑器插件" "tooltip" : "测试编辑器插件"
}, {
"accUserMode" : 2,
"caption" : "悬浮编辑",
"itemType" : "MENUITEM",
"name" : "menuitem194",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0130222822"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "悬浮编辑"
}, { }, {
"accUserMode" : 0, "accUserMode" : 0,
"caption" : "分页编辑", "caption" : "分页编辑",
......
...@@ -258,6 +258,16 @@ ...@@ -258,6 +258,16 @@
"id" : "AppFunc53" "id" : "AppFunc53"
}, },
"tooltip" : "测试编辑器插件" "tooltip" : "测试编辑器插件"
}, {
"accUserMode" : 2,
"caption" : "悬浮编辑",
"itemType" : "MENUITEM",
"name" : "menuitem194",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0130222822"
},
"tooltip" : "悬浮编辑"
}, { }, {
"accUserMode" : 0, "accUserMode" : 0,
"caption" : "分页编辑", "caption" : "分页编辑",
......
...@@ -4663,6 +4663,16 @@ ...@@ -4663,6 +4663,16 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneDashboardView9.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneDashboardView9.json",
"viewType" : "DEPORTALVIEW9" "viewType" : "DEPORTALVIEW9"
} }
}, {
"appFuncType" : "APPVIEW",
"codeName" : "UsrAppFunc0130222822",
"name" : "悬浮编辑",
"openMode" : "INDEXVIEWTAB",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookHoverEditView.json",
"viewType" : "DEEDITVIEW"
}
}, { }, {
"appFuncType" : "APPVIEW", "appFuncType" : "APPVIEW",
"codeName" : "UsrAppFunc0829711868", "codeName" : "UsrAppFunc0829711868",
...@@ -13393,16 +13403,16 @@ ...@@ -13393,16 +13403,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"
} }
} ] } ]
}, { }, {
...@@ -13431,10 +13441,10 @@ ...@@ -13431,10 +13441,10 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-错误信息",
...@@ -13443,10 +13453,10 @@ ...@@ -13443,10 +13453,10 @@
"id" : "ViewMsg6" "id" : "ViewMsg6"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg5"
} }
} ] } ]
}, { }, {
...@@ -13475,16 +13485,16 @@ ...@@ -13475,16 +13485,16 @@
"id" : "ViewMsg10" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图上方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "消息位置-视图上方", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg9"
} }
} ] } ]
}, { }, {
...@@ -13508,6 +13518,12 @@ ...@@ -13508,6 +13518,12 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg13"
} }
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -13516,11 +13532,12 @@ ...@@ -13516,11 +13532,12 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg5"
} },
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-无删除-上方-常规", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -13534,13 +13551,6 @@ ...@@ -13534,13 +13551,6 @@
"id" : "ViewMsg4" "id" : "ViewMsg4"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
...@@ -14487,6 +14497,12 @@ ...@@ -14487,6 +14497,12 @@
"viewType" : "DEMPICKUPVIEW", "viewType" : "DEMPICKUPVIEW",
"resource" : "ViewLayoutModelRepository", "resource" : "ViewLayoutModelRepository",
"view" : "DEMPickupViewLayout" "view" : "DEMPickupViewLayout"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookHoverEditView.json",
"viewType" : "DEEDITVIEW",
"resource" : "Book",
"view" : "HoverEditView"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongEditView.json",
...@@ -17349,6 +17365,28 @@ ...@@ -17349,6 +17365,28 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "测试编辑器插件" "tooltip" : "测试编辑器插件"
}, {
"accUserMode" : 2,
"caption" : "悬浮编辑",
"itemType" : "MENUITEM",
"name" : "menuitem194",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0130222822"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "悬浮编辑"
}, { }, {
"accUserMode" : 0, "accUserMode" : 0,
"caption" : "分页编辑", "caption" : "分页编辑",
...@@ -54741,6 +54779,10 @@ ...@@ -54741,6 +54779,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookTestMapView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookTestMapView.json",
"viewType" : "DEMAPVIEW" "viewType" : "DEMAPVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookHoverEditView.json",
"viewType" : "DEEDITVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookSimpleEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookSimpleEditView.json",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册