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

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

上级 bbb5b2fd
...@@ -4306,6 +4306,18 @@ ...@@ -4306,6 +4306,18 @@
"name" : "测试实体实体表格视图_抽屉", "name" : "测试实体实体表格视图_抽屉",
"realModelSubType" : "DEGRIDVIEW", "realModelSubType" : "DEGRIDVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "TreeExpView_3467",
"logicName" : "测试树导航_noroute",
"name" : "测试树导航_noroute",
"realModelSubType" : "DETREEEXPVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "TreeExpView_3467_5885",
"logicName" : "测试树导航_nocache",
"name" : "测试树导航_nocache",
"realModelSubType" : "DETREEEXPVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "MobMPickupView", "codeName" : "MobMPickupView",
"logicName" : "测试实体实体移动端多数据选择视图", "logicName" : "测试实体实体移动端多数据选择视图",
......
...@@ -5048,6 +5048,10 @@ ...@@ -5048,6 +5048,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTPanelView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTPanelView.json",
"viewType" : "DEPANELVIEW" "viewType" : "DEPANELVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpView_3467.json",
"viewType" : "DETREEEXPVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTListExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTListExpView.json",
...@@ -5072,6 +5076,10 @@ ...@@ -5072,6 +5076,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridViewPanel.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridViewPanel.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpView_3467_5885.json",
"viewType" : "DETREEEXPVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr14EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr14EditView.json",
......
...@@ -2071,6 +2071,28 @@ ...@@ -2071,6 +2071,28 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "路由" "tooltip" : "路由"
}, {
"accUserMode" : 2,
"caption" : "树导航非路由",
"itemType" : "MENUITEM",
"name" : "menuitem133",
"getPSAppFunc" : {
"modelref" : true,
"id" : "AppFunc99"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "树导航非路由"
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -2130,6 +2152,28 @@ ...@@ -2130,6 +2152,28 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "默认缓存" "tooltip" : "默认缓存"
}, {
"accUserMode" : 2,
"caption" : "树导航无缓存",
"itemType" : "MENUITEM",
"name" : "menuitem134",
"getPSAppFunc" : {
"modelref" : true,
"id" : "AppFunc100"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "树导航无缓存"
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
......
...@@ -927,6 +927,16 @@ ...@@ -927,6 +927,16 @@
"id" : "AppFunc37" "id" : "AppFunc37"
}, },
"tooltip" : "路由" "tooltip" : "路由"
}, {
"accUserMode" : 2,
"caption" : "树导航非路由",
"itemType" : "MENUITEM",
"name" : "menuitem133",
"getPSAppFunc" : {
"modelref" : true,
"id" : "AppFunc99"
},
"tooltip" : "树导航非路由"
} ], } ],
"tooltip" : "路由模式" "tooltip" : "路由模式"
}, { }, {
...@@ -950,6 +960,16 @@ ...@@ -950,6 +960,16 @@
"itemType" : "MENUITEM", "itemType" : "MENUITEM",
"name" : "menuitem132", "name" : "menuitem132",
"tooltip" : "默认缓存" "tooltip" : "默认缓存"
}, {
"accUserMode" : 2,
"caption" : "树导航无缓存",
"itemType" : "MENUITEM",
"name" : "menuitem134",
"getPSAppFunc" : {
"modelref" : true,
"id" : "AppFunc100"
},
"tooltip" : "树导航无缓存"
} ], } ],
"tooltip" : "缓存模式" "tooltip" : "缓存模式"
} ], } ],
......
...@@ -2037,6 +2037,16 @@ ...@@ -2037,6 +2037,16 @@
"styleCode" : "textStyle1" "styleCode" : "textStyle1"
} ], } ],
"getAllPSAppFuncs" : [ { "getAllPSAppFuncs" : [ {
"appFuncType" : "APPVIEW",
"codeName" : "AppFunc99",
"name" : "树导航非路由",
"openMode" : "INDEXVIEWTAB",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpView_3467.json",
"viewType" : "DETREEEXPVIEW"
}
}, {
"appFuncType" : "APPVIEW", "appFuncType" : "APPVIEW",
"codeName" : "AppFunc96", "codeName" : "AppFunc96",
"name" : "树表格", "name" : "树表格",
...@@ -2456,6 +2466,16 @@ ...@@ -2456,6 +2466,16 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookDataView9.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookDataView9.json",
"viewType" : "DEDATAVIEW9" "viewType" : "DEDATAVIEW9"
} }
}, {
"appFuncType" : "APPVIEW",
"codeName" : "AppFunc100",
"name" : "树导航无缓存",
"openMode" : "INDEXVIEWTAB",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpView_3467_5885.json",
"viewType" : "DETREEEXPVIEW"
}
}, { }, {
"appFuncType" : "APPVIEW", "appFuncType" : "APPVIEW",
"codeName" : "UsrAppFunc0803711274", "codeName" : "UsrAppFunc0803711274",
...@@ -10912,6 +10932,12 @@ ...@@ -10912,6 +10932,12 @@
"viewType" : "DEGRIDVIEW", "viewType" : "DEGRIDVIEW",
"resource" : "BXD", "resource" : "BXD",
"view" : "GridView" "view" : "GridView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpView_3467.json",
"viewType" : "DETREEEXPVIEW",
"resource" : "TEST",
"view" : "TreeExpView_3467"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongRedirectView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongRedirectView.json",
...@@ -11014,6 +11040,12 @@ ...@@ -11014,6 +11040,12 @@
"viewType" : "DEGRIDVIEW", "viewType" : "DEGRIDVIEW",
"resource" : "TEST", "resource" : "TEST",
"view" : "GridViewPanel" "view" : "GridViewPanel"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpView_3467_5885.json",
"viewType" : "DETREEEXPVIEW",
"resource" : "TEST",
"view" : "TreeExpView_3467_5885"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ExpenseSheetEditView_9011.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ExpenseSheetEditView_9011.json",
...@@ -13996,6 +14028,28 @@ ...@@ -13996,6 +14028,28 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "路由" "tooltip" : "路由"
}, {
"accUserMode" : 2,
"caption" : "树导航非路由",
"itemType" : "MENUITEM",
"name" : "menuitem133",
"getPSAppFunc" : {
"modelref" : true,
"id" : "AppFunc99"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "树导航非路由"
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -14055,6 +14109,28 @@ ...@@ -14055,6 +14109,28 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "默认缓存" "tooltip" : "默认缓存"
}, {
"accUserMode" : 2,
"caption" : "树导航无缓存",
"itemType" : "MENUITEM",
"name" : "menuitem134",
"getPSAppFunc" : {
"modelref" : true,
"id" : "AppFunc100"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "树导航无缓存"
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -48362,6 +48438,10 @@ ...@@ -48362,6 +48438,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTPanelView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTPanelView.json",
"viewType" : "DEPANELVIEW" "viewType" : "DEPANELVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpView_3467.json",
"viewType" : "DETREEEXPVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTListExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTListExpView.json",
...@@ -48386,6 +48466,10 @@ ...@@ -48386,6 +48466,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridViewPanel.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridViewPanel.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpView_3467_5885.json",
"viewType" : "DETREEEXPVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr14EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr14EditView.json",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册