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

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

上级 a9c59023
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"getPSDEViewId" : "53FF53A2-932D-49FE-940E-EACE1FD24760", "getPSDEViewId" : "53FF53A2-932D-49FE-940E-EACE1FD24760",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM", "pluginType" : "VIEW_CUSTOM",
"pluginCode" : "MULTI_DASHBOARD" "pluginCode" : "PORTAL_LAYOUT"
}, },
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"getAllPSPanelFields" : [ { "getAllPSPanelFields" : [ {
...@@ -2686,7 +2686,7 @@ ...@@ -2686,7 +2686,7 @@
} ] } ]
}, },
"title" : "实体数据看板视图测试", "title" : "实体数据看板视图测试",
"viewStyle" : "portalLayout", "viewStyle" : "PORTAL_LAYOUT",
"viewType" : "DEPORTALVIEW", "viewType" : "DEPORTALVIEW",
"enableDP" : true, "enableDP" : true,
"enableQuickGroup" : false, "enableQuickGroup" : false,
......
...@@ -6911,16 +6911,6 @@ ...@@ -6911,16 +6911,6 @@
"refMode" : "CONTROL", "refMode" : "CONTROL",
"refTag" : "DRBAR", "refTag" : "DRBAR",
"runtimeObject" : true "runtimeObject" : true
}, {
"name" : "多模式仪表盘",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "MULTI_DASHBOARD"
},
"pluginCode" : "MULTI_DASHBOARD",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEPORTALVIEW"
}, { }, {
"name" : "实体方法Delete插件", "name" : "实体方法Delete插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -7604,6 +7594,16 @@ ...@@ -7604,6 +7594,16 @@
"rTObjectRepo" : "@ibiz-template-plugin/department-select@0.1.4-alpha.1", "rTObjectRepo" : "@ibiz-template-plugin/department-select@0.1.4-alpha.1",
"refMode" : "EDITORSTYPE", "refMode" : "EDITORSTYPE",
"runtimeObject" : true "runtimeObject" : true
}, {
"name" : "门户布局",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "PORTAL_LAYOUT"
},
"pluginCode" : "PORTAL_LAYOUT",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEPORTALVIEW"
}, { }, {
"name" : "门户装饰", "name" : "门户装饰",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -23524,15 +23524,6 @@ ...@@ -23524,15 +23524,6 @@
"pluginCode" : "viewPlugin", "pluginCode" : "viewPlugin",
"typeCode" : "viewStyle", "typeCode" : "viewStyle",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, {
"name" : "多模式仪表盘",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "MULTI_DASHBOARD"
},
"pluginCode" : "MULTI_DASHBOARD",
"typeCode" : "portalLayout",
"viewType" : "DEPORTALVIEW"
}, { }, {
"name" : "测试实体视图绘制插件", "name" : "测试实体视图绘制插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -23543,6 +23534,15 @@ ...@@ -23543,6 +23534,15 @@
"pluginCode" : "R9viewPluginId", "pluginCode" : "R9viewPluginId",
"typeCode" : "R9viewPluginId", "typeCode" : "R9viewPluginId",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, {
"name" : "门户布局",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "PORTAL_LAYOUT"
},
"pluginCode" : "PORTAL_LAYOUT",
"typeCode" : "PORTAL_LAYOUT",
"viewType" : "DEPORTALVIEW"
} ], } ],
"getAllPSAppUtils" : [ { "getAllPSAppUtils" : [ {
"codeName" : "dynafilter", "codeName" : "dynafilter",
...@@ -434,16 +434,6 @@ ...@@ -434,16 +434,6 @@
"refMode" : "CONTROL", "refMode" : "CONTROL",
"refTag" : "DRBAR", "refTag" : "DRBAR",
"runtimeObject" : true "runtimeObject" : true
}, {
"name" : "多模式仪表盘",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "MULTI_DASHBOARD"
},
"pluginCode" : "MULTI_DASHBOARD",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEPORTALVIEW"
}, { }, {
"name" : "实体方法Delete插件", "name" : "实体方法Delete插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -1127,6 +1117,16 @@ ...@@ -1127,6 +1117,16 @@
"rTObjectRepo" : "@ibiz-template-plugin/department-select@0.1.4-alpha.1", "rTObjectRepo" : "@ibiz-template-plugin/department-select@0.1.4-alpha.1",
"refMode" : "EDITORSTYPE", "refMode" : "EDITORSTYPE",
"runtimeObject" : true "runtimeObject" : true
}, {
"name" : "门户布局",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "PORTAL_LAYOUT"
},
"pluginCode" : "PORTAL_LAYOUT",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEPORTALVIEW"
}, { }, {
"name" : "门户装饰", "name" : "门户装饰",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册