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

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

上级 54747d02
...@@ -2915,6 +2915,14 @@ ...@@ -2915,6 +2915,14 @@
"rTMOSFilePath" : "psmodeldata$psdataentities/TestControlListView", "rTMOSFilePath" : "psmodeldata$psdataentities/TestControlListView",
"realModelSubType" : "DELISTVIEW", "realModelSubType" : "DELISTVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "ListExpView",
"logicName" : "测试实体实体列表导航视图",
"mOSFilePath" : "psmodeldata$psdataentities/ListExpView",
"name" : "测试实体实体列表导航视图",
"rTMOSFilePath" : "psmodeldata$psdataentities/ListExpView",
"realModelSubType" : "DELISTEXPVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "EditView2_drawer", "codeName" : "EditView2_drawer",
"logicName" : "测试实体实体编辑视图(左右关系)_抽屉", "logicName" : "测试实体实体编辑视图(左右关系)_抽屉",
......
...@@ -1970,6 +1970,10 @@ ...@@ -1970,6 +1970,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/TESTListExpView.json",
"viewType" : "DELISTEXPVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTestControlListView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTestControlListView.json",
......
{
"codeName" : "ExpList",
"controlType" : "LIST",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSLISTS/ExpList.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
},
"groupMode" : "NONE",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "ExpList",
"mOSFilePath" : "psmodules/Test/psdataentities/TEST/psdelists/ExpList",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "listexpbar_list",
"logicType" : "CUSTOM",
"name" : "listexpbar_selectionchange"
}, {
"eventNames" : "LOAD",
"logicTag" : "listexpbar_list",
"logicType" : "CUSTOM",
"name" : "listexpbar_load"
} ],
"getPSDEListDataItems" : [ {
"dataType" : 6,
"name" : "amount",
"getPSAppDEField" : {
"name" : "AMOUNT",
"codeName" : "Amount"
}
}, {
"dataType" : 25,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
}
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
} ],
"pagingSize" : 1000,
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/TESTListExpView/psappviewctrls/listexpbar_list",
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
},
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
},
"hasWFDataItems" : false,
"enableGroup" : false,
"enableRowEdit" : false,
"enableRowEditGroup" : false,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"noSort" : false,
"showHeader" : true,
"modelid" : "A550041E-3AF4-4127-B4C5-BE940239A3E2",
"modeltype" : "PSDELIST"
}
\ No newline at end of file
...@@ -23,30 +23,30 @@ ...@@ -23,30 +23,30 @@
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "list_itempanel_button_link1_click", "name" : "panel_button_link1_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "list_itempanel_button_link1" "id" : "panel_button_link1"
} }
}, { }, {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "list_itempanel_button_openview1_click", "name" : "panel_button_openview1_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "list_itempanel_button_openview1" "id" : "panel_button_openview1"
} }
}, { }, {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "list_itempanel_button_calluilogic1_click", "name" : "panel_button_calluilogic1_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "list_itempanel_button_calluilogic1" "id" : "panel_button_calluilogic1"
} }
} ], } ],
"getPSAppViewUIActions" : [ { "getPSAppViewUIActions" : [ {
"name" : "list_itempanel_button_link1", "name" : "panel_button_link1",
"getPSUIAction" : { "getPSUIAction" : {
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -56,9 +56,9 @@ ...@@ -56,9 +56,9 @@
"id" : "panel_Default_button_link1_click@TEST" "id" : "panel_Default_button_link1_click@TEST"
}, },
"uIActionTarget" : "SINGLEDATA", "uIActionTarget" : "SINGLEDATA",
"xDataControlName" : "list_itempanel" "xDataControlName" : "panel"
}, { }, {
"name" : "list_itempanel_button_openview1", "name" : "panel_button_openview1",
"getPSUIAction" : { "getPSUIAction" : {
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -68,9 +68,9 @@ ...@@ -68,9 +68,9 @@
"id" : "panel_Default_button_openview1_click@TEST" "id" : "panel_Default_button_openview1_click@TEST"
}, },
"uIActionTarget" : "SINGLEDATA", "uIActionTarget" : "SINGLEDATA",
"xDataControlName" : "list_itempanel" "xDataControlName" : "panel"
}, { }, {
"name" : "list_itempanel_button_calluilogic1", "name" : "panel_button_calluilogic1",
"getPSUIAction" : { "getPSUIAction" : {
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
"id" : "panel_Default_button_calluilogic1_click@TEST" "id" : "panel_Default_button_calluilogic1_click@TEST"
}, },
"uIActionTarget" : "NONE", "uIActionTarget" : "NONE",
"xDataControlName" : "list_itempanel" "xDataControlName" : "panel"
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/TESTListView/psappviewctrls/list_itempanel", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/TESTPanelView/psappviewctrls/panel",
"getRootPSPanelItems" : [ { "getRootPSPanelItems" : [ {
"caption" : "无折叠", "caption" : "无折叠",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
...@@ -454,7 +454,7 @@ ...@@ -454,7 +454,7 @@
"name" : "button_link1", "name" : "button_link1",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "list_itempanel_button_link1" "id" : "panel_button_link1"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"layout" : "BORDER", "layout" : "BORDER",
...@@ -491,7 +491,7 @@ ...@@ -491,7 +491,7 @@
"name" : "button_openview1", "name" : "button_openview1",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "list_itempanel_button_openview1" "id" : "panel_button_openview1"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"layout" : "BORDER", "layout" : "BORDER",
...@@ -531,7 +531,7 @@ ...@@ -531,7 +531,7 @@
"name" : "button_calluilogic1", "name" : "button_calluilogic1",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "list_itempanel_button_calluilogic1" "id" : "panel_button_calluilogic1"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"layout" : "BORDER", "layout" : "BORDER",
......
{
"accUserMode" : 2,
"caption" : "测试实体",
"codeName" : "TESTListExpView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTListExpView.json",
"mOSFilePath" : "pssysapps/Web/psappdeviews/TESTListExpView",
"name" : "TESTListExpView",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSAppModule" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json"
},
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "ListExpView",
"mOSFilePath" : "pssysapps/Web/psappdeviews/TESTListExpView/psappviewengines/engine",
"name" : "engine",
"getPSUIEngineParams" : [ {
"ctrlName" : "listexpbar",
"name" : "LISTEXPBAR",
"paramType" : "CTRL"
} ]
} ],
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "SYSUILOGIC",
"name" : "newdata",
"getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT",
"logicType" : "PREDEFINED",
"name" : "新建数据",
"viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false,
"enableBatchAdd" : false,
"enableWizardAdd" : false
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "SYSUILOGIC",
"name" : "opendata",
"getPSAppUILogic" : {
"logicType" : "PREDEFINED",
"name" : "打开数据",
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ],
"getPSControls" : [ {
"codeName" : "ListExpViewlistexpbar",
"controlType" : "LISTEXPBAR",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD", "ACTIVATED" ],
"mOSFilePath" : "psmodules/Test/psdataentities/TEST/psexpbars/ListExpViewlistexpbar",
"name" : "listexpbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "listexpbar"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE;LOAD;ACTIVATED",
"logicTag" : "listexpbar",
"logicType" : "APPVIEWENGINE",
"name" : "engine_listexpbar",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "LISTEXPBAR"
},
"getPSControls" : [ {
"codeName" : "ExpList",
"controlType" : "LIST",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSLISTS/ExpList.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
},
"groupMode" : "NONE",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "ExpList",
"mOSFilePath" : "psmodules/Test/psdataentities/TEST/psdelists/ExpList",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "列表控件处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "listexpbar_list",
"logicType" : "CUSTOM",
"name" : "listexpbar_selectionchange"
}, {
"eventNames" : "LOAD",
"logicTag" : "listexpbar_list",
"logicType" : "CUSTOM",
"name" : "listexpbar_load"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "listexpbar_list"
},
"getPSDEListDataItems" : [ {
"dataType" : 6,
"name" : "amount",
"getPSAppDEField" : {
"name" : "AMOUNT",
"codeName" : "Amount"
}
}, {
"dataType" : 25,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
}
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
} ],
"pagingSize" : 1000,
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/TESTListExpView/psappviewctrls/listexpbar_list",
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
},
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
},
"hasWFDataItems" : false,
"enableGroup" : false,
"enableRowEdit" : false,
"enableRowEditGroup" : false,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"noSort" : false,
"showHeader" : true,
"name" : "listexpbar_list",
"modelid" : "A550041E-3AF4-4127-B4C5-BE940239A3E2",
"modeltype" : "PSDELIST"
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/TESTListExpView/psappviewctrls/listexpbar",
"xDataControlName" : "listexpbar_list",
"enableCounter" : true,
"enableSearch" : false,
"showTitleBar" : true,
"modelid" : "8f8599eada788355f9429ddb024604c2_listexpbar",
"modeltype" : "PSEXPBAR"
} ],
"getPSDEViewCodeName" : "ListExpView",
"getPSDEViewId" : "D58C1E7D-7364-410F-94F0-3CD4E1E8F610",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDELISTEXPVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"mOSFilePath" : "psmodules/Test/psdataentities/TEST/pssysviewlayoutpanels/Layoutpanel",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/TESTListExpView/psappviewctrls/layoutpanel",
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/TESTListExpView",
"sideBarLayout" : "LEFT",
"title" : "测试实体列表导航视图",
"viewStyle" : "DEFAULT",
"viewType" : "DELISTEXPVIEW",
"enableDP" : true,
"enableFilter" : false,
"enableQuickSearch" : true,
"showDataInfoBar" : true,
"modelid" : "8f8599eada788355f9429ddb024604c2",
"modeltype" : "PSAPPDEVIEW"
}
\ No newline at end of file
...@@ -888,6 +888,28 @@ ...@@ -888,6 +888,28 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "表格导航模态" "tooltip" : "表格导航模态"
}, {
"accUserMode" : 2,
"caption" : "列表导航",
"itemType" : "MENUITEM",
"name" : "menuitem46",
"getPSAppFunc" : {
"modelref" : true,
"id" : "AppFunc49"
},
"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,
......
...@@ -394,6 +394,16 @@ ...@@ -394,6 +394,16 @@
"id" : "AppFunc38" "id" : "AppFunc38"
}, },
"tooltip" : "表格导航模态" "tooltip" : "表格导航模态"
}, {
"accUserMode" : 2,
"caption" : "列表导航",
"itemType" : "MENUITEM",
"name" : "menuitem46",
"getPSAppFunc" : {
"modelref" : true,
"id" : "AppFunc49"
},
"tooltip" : "列表导航"
} ], } ],
"tooltip" : "导航视图" "tooltip" : "导航视图"
}, { }, {
......
...@@ -1413,6 +1413,18 @@ ...@@ -1413,6 +1413,18 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, },
"rTMOSFilePath" : "pssysapps/Web/psappfuncs/AppFunc12" "rTMOSFilePath" : "pssysapps/Web/psappfuncs/AppFunc12"
}, {
"appFuncType" : "APPVIEW",
"codeName" : "AppFunc49",
"mOSFilePath" : "pssysapps/Web/psappfuncs/AppFunc49",
"name" : "打开列表导航视图",
"openMode" : "INDEXVIEWTAB",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTListExpView.json",
"viewType" : "DELISTEXPVIEW"
},
"rTMOSFilePath" : "pssysapps/Web/psappfuncs/AppFunc49"
}, { }, {
"appFuncType" : "APPVIEW", "appFuncType" : "APPVIEW",
"codeName" : "AppFunc20", "codeName" : "AppFunc20",
...@@ -2520,6 +2532,12 @@ ...@@ -2520,6 +2532,12 @@
"viewType" : "DEGRIDVIEW", "viewType" : "DEGRIDVIEW",
"resource" : "BXD", "resource" : "BXD",
"view" : "GridView" "view" : "GridView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTListExpView.json",
"viewType" : "DELISTEXPVIEW",
"resource" : "TEST",
"view" : "ListExpView"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json",
...@@ -3760,6 +3778,28 @@ ...@@ -3760,6 +3778,28 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "表格导航模态" "tooltip" : "表格导航模态"
}, {
"accUserMode" : 2,
"caption" : "列表导航",
"itemType" : "MENUITEM",
"name" : "menuitem46",
"getPSAppFunc" : {
"modelref" : true,
"id" : "AppFunc49"
},
"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,
...@@ -25921,6 +25961,10 @@ ...@@ -25921,6 +25961,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/TESTListExpView.json",
"viewType" : "DELISTEXPVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTestControlListView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTestControlListView.json",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册