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

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

上级 e4ad5794
...@@ -1803,6 +1803,12 @@ ...@@ -1803,6 +1803,12 @@
"name" : "文件实体选择表格视图(部件视图)", "name" : "文件实体选择表格视图(部件视图)",
"realModelSubType" : "DEPICKUPGRIDVIEW", "realModelSubType" : "DEPICKUPGRIDVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "TreeGridExExpView",
"logicName" : "树表格增强导航",
"name" : "树表格增强导航",
"realModelSubType" : "DETREEEXPVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "Usr12064666TreeView", "codeName" : "Usr12064666TreeView",
"logicName" : "树测试", "logicName" : "树测试",
......
...@@ -1570,6 +1570,10 @@ ...@@ -1570,6 +1570,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEFileExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEFileExpView.json",
"viewType" : "DETREEEXPVIEW" "viewType" : "DETREEEXPVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILETreeGridExExpView.json",
"viewType" : "DETREEEXPVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILETestTreeGridExView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILETestTreeGridExView.json",
......
...@@ -2,11 +2,23 @@ ...@@ -2,11 +2,23 @@
"codeName" : "TestTreeGridExView_TreeGrid", "codeName" : "TestTreeGridExView_TreeGrid",
"controlType" : "TREEGRIDEX", "controlType" : "TREEGRIDEX",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE/PSTREEGRIDICES/TestTreeGridExView_TreeGrid.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE/PSTREEGRIDICES/TestTreeGridExView_TreeGrid.json",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "树表格视图(增强)_树表格", "logicName" : "树表格视图(增强)_树表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
}, },
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "treeexpbar_tree",
"logicType" : "CUSTOM",
"name" : "treeexpbar_selectionchange"
}, {
"eventNames" : "LOAD",
"logicTag" : "treeexpbar_tree",
"logicType" : "CUSTOM",
"name" : "treeexpbar_load"
} ],
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"align" : "LEFT", "align" : "LEFT",
"caption" : "名称", "caption" : "名称",
...@@ -348,6 +360,11 @@ ...@@ -348,6 +360,11 @@
}, },
"maxSize" : -1, "maxSize" : -1,
"name" : "节点", "name" : "节点",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEEditView.json",
"viewType" : "DEEDITVIEW"
},
"nodeType" : "node", "nodeType" : "node",
"getPSAppDEDataSet" : { "getPSAppDEDataSet" : {
"modelref" : true, "modelref" : true,
...@@ -1092,6 +1109,11 @@ ...@@ -1092,6 +1109,11 @@
}, },
"maxSize" : -1, "maxSize" : -1,
"name" : "顶层节点", "name" : "顶层节点",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEEditView.json",
"viewType" : "DEEDITVIEW"
},
"nodeType" : "top_node", "nodeType" : "top_node",
"getPSAppDEDataSet" : { "getPSAppDEDataSet" : {
"modelref" : true, "modelref" : true,
......
...@@ -532,6 +532,11 @@ ...@@ -532,6 +532,11 @@
}, },
"maxSize" : -1, "maxSize" : -1,
"name" : "节点", "name" : "节点",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEEditView.json",
"viewType" : "DEEDITVIEW"
},
"nodeType" : "node", "nodeType" : "node",
"getPSAppDEDataSet" : { "getPSAppDEDataSet" : {
"modelref" : true, "modelref" : true,
...@@ -1276,6 +1281,11 @@ ...@@ -1276,6 +1281,11 @@
}, },
"maxSize" : -1, "maxSize" : -1,
"name" : "顶层节点", "name" : "顶层节点",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEEditView.json",
"viewType" : "DEEDITVIEW"
},
"nodeType" : "top_node", "nodeType" : "top_node",
"getPSAppDEDataSet" : { "getPSAppDEDataSet" : {
"modelref" : true, "modelref" : true,
......
...@@ -1056,8 +1056,50 @@ ...@@ -1056,8 +1056,50 @@
}, },
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "TreeExpView_TreeView", "codeName" : "TreeExpView_TreeView",
"controlType" : "TREEGRIDEX", "controlType" : "TREEVIEW",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEGRIDICES/TreeExpView_TreeView.json", "getCreatePSControlAction" : {
"modelref" : true,
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEVIEWS/TreeExpView_TreeView.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ], "hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "测试树导航_树视图", "logicName" : "测试树导航_树视图",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -1065,8 +1107,69 @@ ...@@ -1065,8 +1107,69 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlHandler" : { "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",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
"id" : "treeexpbar_tree" "id" : "树视图处理器"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE", "eventNames" : "SELECTIONCHANGE",
...@@ -1084,6 +1187,10 @@ ...@@ -1084,6 +1187,10 @@
"showBusyIndicator" : true, "showBusyIndicator" : true,
"id" : "treeexpbar_tree" "id" : "treeexpbar_tree"
}, },
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
"modelref" : true, "modelref" : true,
...@@ -1293,13 +1400,45 @@ ...@@ -1293,13 +1400,45 @@
"selected" : false, "selected" : false,
"id" : "node_3" "id" : "node_3"
} ], } ],
"treeGridMode" : 1, "getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"treeGridMode" : 0,
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"enableRootSelect" : false, "enableRootSelect" : false,
"outputIconDefault" : true, "outputIconDefault" : true,
"rootVisible" : false, "rootVisible" : false,
"name" : "treeexpbar_tree", "name" : "treeexpbar_tree",
"modelid" : "2A3E0946-52BB-4175-9082-ABD0002F007A", "modelid" : "2A3E0946-52BB-4175-9082-ABD0002F007A",
"modeltype" : "PSDETREEGRIDEX" "modeltype" : "PSDETREEVIEW"
} ], } ],
"xDataControlName" : "treeexpbar_tree", "xDataControlName" : "treeexpbar_tree",
"enableCounter" : true, "enableCounter" : true,
......
...@@ -99,8 +99,50 @@ ...@@ -99,8 +99,50 @@
}, },
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "TreeExpView_TreeView", "codeName" : "TreeExpView_TreeView",
"controlType" : "TREEGRIDEX", "controlType" : "TREEVIEW",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEGRIDICES/TreeExpView_TreeView.json", "getCreatePSControlAction" : {
"modelref" : true,
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEVIEWS/TreeExpView_TreeView.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ], "hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "测试树导航_树视图", "logicName" : "测试树导航_树视图",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -108,8 +150,69 @@ ...@@ -108,8 +150,69 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlHandler" : { "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",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
"id" : "treeexpbar_tree" "id" : "树视图处理器"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE", "eventNames" : "SELECTIONCHANGE",
...@@ -127,6 +230,10 @@ ...@@ -127,6 +230,10 @@
"showBusyIndicator" : true, "showBusyIndicator" : true,
"id" : "treeexpbar_tree" "id" : "treeexpbar_tree"
}, },
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
"modelref" : true, "modelref" : true,
...@@ -336,13 +443,45 @@ ...@@ -336,13 +443,45 @@
"selected" : false, "selected" : false,
"id" : "node_3" "id" : "node_3"
} ], } ],
"treeGridMode" : 1, "getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"treeGridMode" : 0,
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"enableRootSelect" : false, "enableRootSelect" : false,
"outputIconDefault" : true, "outputIconDefault" : true,
"rootVisible" : false, "rootVisible" : false,
"name" : "treeexpbar_tree", "name" : "treeexpbar_tree",
"modelid" : "2A3E0946-52BB-4175-9082-ABD0002F007A", "modelid" : "2A3E0946-52BB-4175-9082-ABD0002F007A",
"modeltype" : "PSDETREEGRIDEX" "modeltype" : "PSDETREEVIEW"
}, { }, {
"codeName" : "TreeExpViewtreeexpbar_toolbar", "codeName" : "TreeExpViewtreeexpbar_toolbar",
"controlType" : "TOOLBAR", "controlType" : "TOOLBAR",
......
...@@ -99,8 +99,50 @@ ...@@ -99,8 +99,50 @@
}, },
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "TreeExpView_TreeView", "codeName" : "TreeExpView_TreeView",
"controlType" : "TREEGRIDEX", "controlType" : "TREEVIEW",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEGRIDICES/TreeExpView_TreeView.json", "getCreatePSControlAction" : {
"modelref" : true,
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEVIEWS/TreeExpView_TreeView.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ], "hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "测试树导航_树视图", "logicName" : "测试树导航_树视图",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -108,8 +150,69 @@ ...@@ -108,8 +150,69 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlHandler" : { "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",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
"id" : "treeexpbar_tree" "id" : "树视图处理器"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE", "eventNames" : "SELECTIONCHANGE",
...@@ -127,6 +230,10 @@ ...@@ -127,6 +230,10 @@
"showBusyIndicator" : true, "showBusyIndicator" : true,
"id" : "treeexpbar_tree" "id" : "treeexpbar_tree"
}, },
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
"modelref" : true, "modelref" : true,
...@@ -336,13 +443,45 @@ ...@@ -336,13 +443,45 @@
"selected" : false, "selected" : false,
"id" : "node_3" "id" : "node_3"
} ], } ],
"treeGridMode" : 1, "getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"treeGridMode" : 0,
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"enableRootSelect" : false, "enableRootSelect" : false,
"outputIconDefault" : true, "outputIconDefault" : true,
"rootVisible" : false, "rootVisible" : false,
"name" : "treeexpbar_tree", "name" : "treeexpbar_tree",
"modelid" : "2A3E0946-52BB-4175-9082-ABD0002F007A", "modelid" : "2A3E0946-52BB-4175-9082-ABD0002F007A",
"modeltype" : "PSDETREEGRIDEX" "modeltype" : "PSDETREEVIEW"
} ], } ],
"xDataControlName" : "treeexpbar_tree", "xDataControlName" : "treeexpbar_tree",
"enableCounter" : true, "enableCounter" : true,
......
...@@ -96,8 +96,50 @@ ...@@ -96,8 +96,50 @@
}, },
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "TreeExpView_TreeView", "codeName" : "TreeExpView_TreeView",
"controlType" : "TREEGRIDEX", "controlType" : "TREEVIEW",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEGRIDICES/TreeExpView_TreeView.json", "getCreatePSControlAction" : {
"modelref" : true,
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEVIEWS/TreeExpView_TreeView.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ], "hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "测试树导航_树视图", "logicName" : "测试树导航_树视图",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -105,8 +147,69 @@ ...@@ -105,8 +147,69 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlHandler" : { "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",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
"id" : "treeexpbar_tree" "id" : "树视图处理器"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE", "eventNames" : "SELECTIONCHANGE",
...@@ -127,6 +230,10 @@ ...@@ -127,6 +230,10 @@
}, },
"id" : "treeexpbar_tree" "id" : "treeexpbar_tree"
}, },
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
"modelref" : true, "modelref" : true,
...@@ -336,13 +443,45 @@ ...@@ -336,13 +443,45 @@
"selected" : false, "selected" : false,
"id" : "node_3" "id" : "node_3"
} ], } ],
"treeGridMode" : 1, "getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"treeGridMode" : 0,
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"enableRootSelect" : false, "enableRootSelect" : false,
"outputIconDefault" : true, "outputIconDefault" : true,
"rootVisible" : false, "rootVisible" : false,
"name" : "treeexpbar_tree", "name" : "treeexpbar_tree",
"modelid" : "2A3E0946-52BB-4175-9082-ABD0002F007A", "modelid" : "2A3E0946-52BB-4175-9082-ABD0002F007A",
"modeltype" : "PSDETREEGRIDEX" "modeltype" : "PSDETREEVIEW"
} ], } ],
"xDataControlName" : "treeexpbar_tree", "xDataControlName" : "treeexpbar_tree",
"enableCounter" : true, "enableCounter" : true,
......
...@@ -93,8 +93,50 @@ ...@@ -93,8 +93,50 @@
}, },
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "TreeExpView_TreeView", "codeName" : "TreeExpView_TreeView",
"controlType" : "TREEGRIDEX", "controlType" : "TREEVIEW",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEGRIDICES/TreeExpView_TreeView.json", "getCreatePSControlAction" : {
"modelref" : true,
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEVIEWS/TreeExpView_TreeView.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ], "hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "测试树导航_树视图", "logicName" : "测试树导航_树视图",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -102,8 +144,69 @@ ...@@ -102,8 +144,69 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlHandler" : { "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",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
"id" : "treeexpbar_tree" "id" : "树视图处理器"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE", "eventNames" : "SELECTIONCHANGE",
...@@ -121,6 +224,10 @@ ...@@ -121,6 +224,10 @@
"showBusyIndicator" : true, "showBusyIndicator" : true,
"id" : "treeexpbar_tree" "id" : "treeexpbar_tree"
}, },
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
"modelref" : true, "modelref" : true,
...@@ -330,13 +437,45 @@ ...@@ -330,13 +437,45 @@
"selected" : false, "selected" : false,
"id" : "node_3" "id" : "node_3"
} ], } ],
"treeGridMode" : 1, "getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"treeGridMode" : 0,
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"enableRootSelect" : false, "enableRootSelect" : false,
"outputIconDefault" : true, "outputIconDefault" : true,
"rootVisible" : false, "rootVisible" : false,
"name" : "treeexpbar_tree", "name" : "treeexpbar_tree",
"modelid" : "2A3E0946-52BB-4175-9082-ABD0002F007A", "modelid" : "2A3E0946-52BB-4175-9082-ABD0002F007A",
"modeltype" : "PSDETREEGRIDEX" "modeltype" : "PSDETREEVIEW"
} ], } ],
"xDataControlName" : "treeexpbar_tree", "xDataControlName" : "treeexpbar_tree",
"enableCounter" : true, "enableCounter" : true,
......
...@@ -1356,6 +1356,28 @@ ...@@ -1356,6 +1356,28 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "手机普通表格" "tooltip" : "手机普通表格"
}, {
"accUserMode" : 2,
"caption" : "树表格增强导航",
"itemType" : "MENUITEM",
"name" : "menuitem183",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0115511680"
},
"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,
......
...@@ -612,6 +612,16 @@ ...@@ -612,6 +612,16 @@
"id" : "UsrAppFunc1023449102" "id" : "UsrAppFunc1023449102"
}, },
"tooltip" : "手机普通表格" "tooltip" : "手机普通表格"
}, {
"accUserMode" : 2,
"caption" : "树表格增强导航",
"itemType" : "MENUITEM",
"name" : "menuitem183",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0115511680"
},
"tooltip" : "树表格增强导航"
} ], } ],
"tooltip" : "表格" "tooltip" : "表格"
}, { }, {
......
...@@ -3709,6 +3709,16 @@ ...@@ -3709,6 +3709,16 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, {
"appFuncType" : "APPVIEW",
"codeName" : "UsrAppFunc0115511680",
"name" : "树表格增强导航",
"openMode" : "INDEXVIEWTAB",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILETreeGridExExpView.json",
"viewType" : "DETREEEXPVIEW"
}
}, { }, {
"appFuncType" : "APPVIEW", "appFuncType" : "APPVIEW",
"codeName" : "AppFunc58", "codeName" : "AppFunc58",
...@@ -12798,22 +12808,22 @@ ...@@ -12798,22 +12808,22 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg6"
} }
} ] } ]
}, { }, {
...@@ -12830,16 +12840,16 @@ ...@@ -12830,16 +12840,16 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图上方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "消息位置-视图上方", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
...@@ -12848,27 +12858,26 @@ ...@@ -12848,27 +12858,26 @@
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息位置-弹出", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg9"
} }
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-常规信息", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg9"
}, }
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-无删除-上方-常规", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
...@@ -12877,16 +12886,10 @@ ...@@ -12877,16 +12886,10 @@
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-警告信息",
...@@ -12896,27 +12899,34 @@ ...@@ -12896,27 +12899,34 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg6"
} },
"position" : "POPUP"
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg4"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除", "name" : "关闭模式-删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-本次删除",
...@@ -12925,10 +12935,10 @@ ...@@ -12925,10 +12935,10 @@
"id" : "ViewMsg13" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg12"
} }
} ] } ]
}, { }, {
...@@ -13699,6 +13709,12 @@ ...@@ -13699,6 +13709,12 @@
"viewType" : "DEGRIDVIEW9", "viewType" : "DEGRIDVIEW9",
"resource" : "BXDMX", "resource" : "BXDMX",
"view" : "GridView9" "view" : "GridView9"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILETreeGridExExpView.json",
"viewType" : "DETREEEXPVIEW",
"resource" : "FILE",
"view" : "TreeGridExExpView"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookMPickupView2.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookMPickupView2.json",
...@@ -17410,6 +17426,28 @@ ...@@ -17410,6 +17426,28 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "手机普通表格" "tooltip" : "手机普通表格"
}, {
"accUserMode" : 2,
"caption" : "树表格增强导航",
"itemType" : "MENUITEM",
"name" : "menuitem183",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0115511680"
},
"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,
...@@ -70016,6 +70054,10 @@ ...@@ -70016,6 +70054,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEFileExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEFileExpView.json",
"viewType" : "DETREEEXPVIEW" "viewType" : "DETREEEXPVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILETreeGridExExpView.json",
"viewType" : "DETREEEXPVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILETestTreeGridExView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILETestTreeGridExView.json",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册