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

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

上级 7eabc5fb
......@@ -6289,6 +6289,12 @@
"name" : "测试实体实体数据多项选择视图",
"realModelSubType" : "DEMPICKUPVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "TreeExpViewEditMode",
"logicName" : "树导航编辑模式测试",
"name" : "树导航编辑模式测试",
"realModelSubType" : "DETREEEXPVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "SearchFormBottom",
"logicName" : "搜索表单下方",
......
......@@ -6372,6 +6372,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTestControlListView.json",
"viewType" : "DELISTVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpViewEditMode.json",
"viewType" : "DETREEEXPVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView.json",
......
......@@ -44,13 +44,25 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "树编辑模式测试_树视图",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "treeexpbar_tree",
"logicType" : "CUSTOM",
"name" : "treeexpbar_selectionchange"
}, {
"eventNames" : "LOAD",
"logicTag" : "treeexpbar_tree",
"logicType" : "CUSTOM",
"name" : "treeexpbar_load"
} ],
"getPSControls" : [ {
"codeName" : "TreeEditTestnode_1_cm",
"codeName" : "TreeExpViewEditModenode_1_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "刷新测试上下文菜单",
"name" : "node_1_cm",
......@@ -191,7 +203,7 @@
"modelid" : "449BCB62-7C41-44C7-B74E-D1345D34DB9E",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "TreeEditTestnode_cm",
"codeName" : "TreeExpViewEditModenode_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "刷新测试上下文菜单",
"name" : "node_cm",
......@@ -508,7 +520,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSDEContextMenu" : {
"codeName" : "TreeEditTestnode_cm",
"codeName" : "TreeExpViewEditModenode_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "刷新测试上下文菜单",
"name" : "node_cm",
......@@ -695,7 +707,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/SubTest2.json"
},
"getPSDEContextMenu" : {
"codeName" : "TreeEditTestnode_1_cm",
"codeName" : "TreeExpViewEditModenode_1_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "刷新测试上下文菜单",
"name" : "node_1_cm",
......
......@@ -127,7 +127,6 @@
"viewType" : "DEEDITVIEW"
}
} ],
"refFlag" : false,
"title" : "子测试实体数据重定向视图",
"getTitlePSLanguageRes" : {
"defaultContent" : "子测试实体数据重定向视图",
......
{
"accUserMode" : 2,
"caption" : "树导航编辑模式测试",
"codeName" : "TESTTreeExpViewEditMode",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpViewEditMode.json",
"name" : "TESTTreeExpViewEditMode",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSAppModule" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json"
},
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "TreeExpView",
"name" : "engine"
} ],
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC",
"name" : "newdata",
"getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT",
"logicType" : "PREDEFINED",
"name" : "新建数据",
"viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false,
"enableBatchAdd" : false,
"enableWizardAdd" : false
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC",
"name" : "opendata",
"getPSAppUILogic" : {
"logicType" : "PREDEFINED",
"name" : "打开数据",
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ],
"getPSControls" : [ {
"codeName" : "TreeExpViewEditModetreeexpbar",
"controlType" : "TREEEXPBAR",
"name" : "treeexpbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSAppViewRefs" : [ {
"name" : "EXPITEM:node_1",
"realTitle" : "子测试实体数据重定向视图",
"getRealTitlePSLanguageRes" : {
"defaultContent" : "子测试实体数据重定向视图",
"lanResTag" : "PAGE.TITLE.SUBTEST2.REDIRECTVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.SUBTEST2.REDIRECTVIEW]",
"refFlag" : true
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SubTest2RedirectView.json",
"viewType" : "DEREDIRECTVIEW"
}
} ],
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "treeexpbar"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "TREEEXPBAR"
},
"getPSControls" : [ {
"codeName" : "TreeEditTest_TreeView",
"controlType" : "TREEVIEW",
"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/TreeEditTest_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" ],
"logicName" : "树编辑模式测试_树视图",
"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",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "树视图处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "treeexpbar_tree",
"logicType" : "CUSTOM",
"name" : "treeexpbar_selectionchange"
}, {
"eventNames" : "LOAD",
"logicTag" : "treeexpbar_tree",
"logicType" : "CUSTOM",
"name" : "treeexpbar_load"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "treeexpbar_tree"
},
"getPSControls" : [ {
"codeName" : "TreeExpViewEditModenode_1_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "刷新测试上下文菜单",
"name" : "node_1_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node_1_cm"
},
"getPSDEToolbarItems" : [ {
"caption" : "刷新全部",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node_1_cm_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"getPSUIAction" : {
"caption" : "刷新",
"codeName" : "RefreshAll",
"fullCodeName" : "RefreshAll",
"name" : "树界面_刷新全部操作",
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"predefinedType" : "TREEVIEW_REFRESHALLACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "RefreshAll",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "刷新全部",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "刷新父",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node_1_cm_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"getPSUIAction" : {
"caption" : "刷新",
"codeName" : "RefreshParent",
"fullCodeName" : "RefreshParent",
"name" : "树界面_刷新父节点操作",
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"predefinedType" : "TREEVIEW_REFRESHPARENTACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "RefreshParent",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "刷新父",
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node_1_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
} ],
"modelid" : "449BCB62-7C41-44C7-B74E-D1345D34DB9E",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "TreeExpViewEditModenode_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "刷新测试上下文菜单",
"name" : "node_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node_cm"
},
"getPSDEToolbarItems" : [ {
"caption" : "刷新全部",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node_cm_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"getPSUIAction" : {
"caption" : "刷新",
"codeName" : "RefreshAll",
"fullCodeName" : "RefreshAll",
"name" : "树界面_刷新全部操作",
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"predefinedType" : "TREEVIEW_REFRESHALLACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "RefreshAll",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "刷新全部",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "刷新父",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node_cm_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"getPSUIAction" : {
"caption" : "刷新",
"codeName" : "RefreshParent",
"fullCodeName" : "RefreshParent",
"name" : "树界面_刷新父节点操作",
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"predefinedType" : "TREEVIEW_REFRESHPARENTACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "RefreshParent",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "刷新父",
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
} ],
"modelid" : "449BCB62-7C41-44C7-B74E-D1345D34DB9E",
"modeltype" : "PSDETOOLBAR"
} ],
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "node"
},
"name" : "默认根节点 - 父测试节点",
"getPSNavigateParams" : [ {
"key" : "n_type_eq",
"name" : "n_type_eq",
"value" : "B",
"rawValue" : true
} ],
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "ROOT"
},
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "node"
},
"name" : "子测试节点 - 父测试节点",
"getParentPSDER1N" : {
"codeName" : "SubTest2",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/SubTest2/PSDERS/DER1N_SUBTEST2_SUBTEST2_PSUBTEST2ID.json",
"fKeyName" : "F2CE064D78120913E7",
"logicName" : "名称",
"getMajorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/SubTest2.json"
},
"masterOrder" : -1,
"masterRS" : 0,
"minorCodeName" : "SubTest2s",
"getMinorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/SubTest2.json"
},
"minorServiceCodeName" : "SubTest2s",
"name" : "DER1N_SUBTEST2_SUBTEST2_PSUBTEST2ID",
"orderValue" : 100,
"getPSPickupDEField" : {
"name" : "PSUBTEST2ID",
"codeName" : "Psubtest2id"
},
"pickupDEFName" : "PSUBTEST2ID",
"removeActionType" : -1,
"removeOrder" : 0,
"serviceCodeName" : "SubTest2",
"enableFKey" : true
},
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "node_1"
},
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "node_2"
},
"name" : "报销单 - 报销单集合",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "node_3"
},
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "node_1"
},
"name" : "父测试节点 - 子测试节点",
"getParentPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"getParentPSDER1N" : {
"codeName" : "TEST",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/SubTest2/PSDERS/DER1N_SUBTEST2_TEST_TESTID.json",
"fKeyName" : "F461BC270A48D9191D",
"logicName" : "名称",
"getMajorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST.json"
},
"masterOrder" : -1,
"masterRS" : 0,
"minorCodeName" : "SubTest2s",
"getMinorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/SubTest2.json"
},
"minorServiceCodeName" : "SubTest2s",
"name" : "DER1N_SUBTEST2_TEST_TESTID",
"orderValue" : 100,
"getPSPickupDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"pickupDEFName" : "TESTID",
"removeActionType" : -1,
"removeOrder" : 0,
"serviceCodeName" : "TEST",
"enableFKey" : true
},
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "node"
},
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "node_3"
},
"name" : "默认根节点 - 报销单",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "ROOT"
},
"parentValueLevel" : 1,
"searchMode" : 3
} ],
"getPSDETreeNodes" : [ {
"counterMode" : 0,
"name" : "默认根节点",
"nodeType" : "ROOT",
"nodeValue" : "root",
"text" : "默认根节点",
"treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : true,
"selectFirstOnly" : false,
"selected" : false,
"id" : "ROOT"
}, {
"counterMode" : 0,
"getIdPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"maxSize" : -1,
"name" : "父测试节点",
"nodeType" : "node",
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSDEContextMenu" : {
"codeName" : "TreeExpViewEditModenode_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "刷新测试上下文菜单",
"name" : "node_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node_cm"
},
"getPSDEToolbarItems" : [ {
"caption" : "刷新全部",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node_cm_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"getPSUIAction" : {
"caption" : "刷新",
"codeName" : "RefreshAll",
"fullCodeName" : "RefreshAll",
"name" : "树界面_刷新全部操作",
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"predefinedType" : "TREEVIEW_REFRESHALLACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "RefreshAll",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "刷新全部",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "刷新父",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node_cm_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"getPSUIAction" : {
"caption" : "刷新",
"codeName" : "RefreshParent",
"fullCodeName" : "RefreshParent",
"name" : "树界面_刷新父节点操作",
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"predefinedType" : "TREEVIEW_REFRESHPARENTACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "RefreshParent",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "刷新父",
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
} ],
"modelid" : "449BCB62-7C41-44C7-B74E-D1345D34DB9E",
"modeltype" : "PSDETOOLBAR"
},
"getTextPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"treeNodeType" : "DE",
"hasPSDETreeNodeRSs" : true,
"allowDrop" : true,
"allowEditText" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "node"
}, {
"counterMode" : 0,
"getIdPSAppDEField" : {
"name" : "SUBTEST2ID",
"codeName" : "SubTest2Id"
},
"maxSize" : -1,
"name" : "子测试节点",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SubTest2RedirectView.json",
"viewType" : "DEREDIRECTVIEW"
},
"nodeType" : "node_1",
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/SubTest2.json"
},
"getPSDEContextMenu" : {
"codeName" : "TreeExpViewEditModenode_1_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "刷新测试上下文菜单",
"name" : "node_1_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node_1_cm"
},
"getPSDEToolbarItems" : [ {
"caption" : "刷新全部",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node_1_cm_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"getPSUIAction" : {
"caption" : "刷新",
"codeName" : "RefreshAll",
"fullCodeName" : "RefreshAll",
"name" : "树界面_刷新全部操作",
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"predefinedType" : "TREEVIEW_REFRESHALLACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "RefreshAll",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "刷新全部",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "刷新父",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node_1_cm_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"getPSUIAction" : {
"caption" : "刷新",
"codeName" : "RefreshParent",
"fullCodeName" : "RefreshParent",
"name" : "树界面_刷新父节点操作",
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"predefinedType" : "TREEVIEW_REFRESHPARENTACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "RefreshParent",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "刷新父",
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node_1_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
} ],
"modelid" : "449BCB62-7C41-44C7-B74E-D1345D34DB9E",
"modeltype" : "PSDETOOLBAR"
},
"sortDir" : "ASC",
"getSortPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
},
"getTextPSAppDEField" : {
"name" : "SUBTEST2NAME",
"codeName" : "SubTest2Name"
},
"treeNodeType" : "DE",
"hasPSDETreeNodeRSs" : true,
"allowDrag" : true,
"allowDrop" : true,
"allowEditText" : true,
"allowOrder" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "node_1"
}, {
"counterMode" : 0,
"getIdPSAppDEField" : {
"name" : "BXD2ID",
"codeName" : "BXD2Id"
},
"maxSize" : -1,
"name" : "报销单集合",
"nodeType" : "node_2",
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD2.json"
},
"getTextPSAppDEField" : {
"name" : "BXD2NAME",
"codeName" : "BXD2Name"
},
"treeNodeType" : "DE",
"hasPSDETreeNodeRSs" : false,
"allowDrag" : true,
"allowOrder" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "node_2"
}, {
"counterMode" : 0,
"name" : "报销单",
"nodeType" : "node_3",
"text" : "报销单",
"treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : true,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "node_3"
} ],
"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,
"outputIconDefault" : true,
"rootVisible" : false,
"name" : "treeexpbar_tree",
"modelid" : "084610EC-D6F5-4E8F-ADBD-4FE873D11665",
"modeltype" : "PSDETREEVIEW"
} ],
"xDataControlName" : "treeexpbar_tree",
"enableCounter" : true,
"enableSearch" : false,
"showTitleBar" : true,
"modelid" : "95645b0120d578bad10bd15a6433f0b5_treeexpbar",
"modeltype" : "PSEXPBAR"
}, {
"controlType" : "SEARCHBAR",
"name" : "searchbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "searchbar"
},
"quickGroupCount" : -1,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : false,
"enableGroup" : false,
"enableQuickSearch" : true,
"mobileSearchBar" : false
}, {
"caption" : "树导航编辑模式测试",
"codeName" : "TreeExpViewEditModecaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "TreeExpViewEditMode",
"getPSDEViewId" : "F4EA0495-B2EA-47B5-A8A9-F8D63FFF3079",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDETREEEXPVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
},
"title" : "树导航编辑模式测试",
"viewStyle" : "DEFAULT",
"viewType" : "DETREEEXPVIEW",
"enableDP" : true,
"enableFilter" : true,
"enableQuickSearch" : true,
"enableSearch" : true,
"showDataInfoBar" : true,
"modelid" : "95645b0120d578bad10bd15a6433f0b5",
"modeltype" : "PSAPPDEVIEW"
}
\ No newline at end of file
......@@ -836,7 +836,7 @@
"tooltip" : "树刷新测试"
}, {
"accUserMode" : 2,
"caption" : "树节点绘制器测试",
"caption" : "树节点绘制器",
"itemType" : "MENUITEM",
"name" : "menuitem66",
"getPSAppFunc" : {
......@@ -855,10 +855,10 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "树节点绘制器测试"
"tooltip" : "树节点绘制器"
}, {
"accUserMode" : 2,
"caption" : "树导航节点绘制器测试",
"caption" : "树导航节点绘制器",
"itemType" : "MENUITEM",
"name" : "menuitem67",
"getPSAppFunc" : {
......@@ -877,10 +877,10 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "树导航节点绘制器测试"
"tooltip" : "树导航节点绘制器"
}, {
"accUserMode" : 2,
"caption" : "树编辑模式测试",
"caption" : "树编辑模式",
"itemType" : "MENUITEM",
"name" : "menuitem70",
"getPSAppFunc" : {
......@@ -899,7 +899,29 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "树编辑模式测试"
"tooltip" : "树编辑模式"
}, {
"accUserMode" : 2,
"caption" : "树导航编辑",
"itemType" : "MENUITEM",
"name" : "menuitem72",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc1218787261"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "树导航编辑"
} ],
"getPSLayout" : {
"childColLG" : -1,
......
......@@ -377,34 +377,44 @@
"tooltip" : "树刷新测试"
}, {
"accUserMode" : 2,
"caption" : "树节点绘制器测试",
"caption" : "树节点绘制器",
"itemType" : "MENUITEM",
"name" : "menuitem66",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc1205940062"
},
"tooltip" : "树节点绘制器测试"
"tooltip" : "树节点绘制器"
}, {
"accUserMode" : 2,
"caption" : "树导航节点绘制器测试",
"caption" : "树导航节点绘制器",
"itemType" : "MENUITEM",
"name" : "menuitem67",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc1205864448"
},
"tooltip" : "树导航节点绘制器测试"
"tooltip" : "树导航节点绘制器"
}, {
"accUserMode" : 2,
"caption" : "树编辑模式测试",
"caption" : "树编辑模式",
"itemType" : "MENUITEM",
"name" : "menuitem70",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc1214625205"
},
"tooltip" : "树编辑模式测试"
"tooltip" : "树编辑模式"
}, {
"accUserMode" : 2,
"caption" : "树导航编辑",
"itemType" : "MENUITEM",
"name" : "menuitem72",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc1218787261"
},
"tooltip" : "树导航编辑"
} ],
"tooltip" : "树"
}, {
......
......@@ -2474,6 +2474,16 @@
"styleCode" : "textStyle1"
} ],
"getAllPSAppFuncs" : [ {
"appFuncType" : "APPVIEW",
"codeName" : "UsrAppFunc1218787261",
"name" : "树导航编辑模式测试",
"openMode" : "INDEXVIEWTAB",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpViewEditMode.json",
"viewType" : "DETREEEXPVIEW"
}
}, {
"appFuncType" : "APPVIEW",
"codeName" : "AppFunc99",
"name" : "树导航非路由",
......@@ -13975,6 +13985,12 @@
"viewType" : "DELISTVIEW",
"resource" : "TEST",
"view" : "TestControlListView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpViewEditMode.json",
"viewType" : "DETREEEXPVIEW",
"resource" : "TEST",
"view" : "TreeExpViewEditMode"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ViewLayoutModelRepositoryDEListViewLayout.json",
......@@ -62234,6 +62250,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTestControlListView.json",
"viewType" : "DELISTVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpViewEditMode.json",
"viewType" : "DETREEEXPVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView.json",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册