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

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

上级 e4ad5794
......@@ -1803,6 +1803,12 @@
"name" : "文件实体选择表格视图(部件视图)",
"realModelSubType" : "DEPICKUPGRIDVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "TreeGridExExpView",
"logicName" : "树表格增强导航",
"name" : "树表格增强导航",
"realModelSubType" : "DETREEEXPVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr12064666TreeView",
"logicName" : "树测试",
......
......@@ -1570,6 +1570,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEFileExpView.json",
"viewType" : "DETREEEXPVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILETreeGridExExpView.json",
"viewType" : "DETREEEXPVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILETestTreeGridExView.json",
......
......@@ -2,11 +2,23 @@
"codeName" : "TestTreeGridExView_TreeGrid",
"controlType" : "TREEGRIDEX",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE/PSTREEGRIDICES/TestTreeGridExView_TreeGrid.json",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "树表格视图(增强)_树表格",
"getPSAppDataEntity" : {
"modelref" : true,
"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" : [ {
"align" : "LEFT",
"caption" : "名称",
......@@ -348,6 +360,11 @@
},
"maxSize" : -1,
"name" : "节点",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEEditView.json",
"viewType" : "DEEDITVIEW"
},
"nodeType" : "node",
"getPSAppDEDataSet" : {
"modelref" : true,
......@@ -1092,6 +1109,11 @@
},
"maxSize" : -1,
"name" : "顶层节点",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEEditView.json",
"viewType" : "DEEDITVIEW"
},
"nodeType" : "top_node",
"getPSAppDEDataSet" : {
"modelref" : true,
......
......@@ -532,6 +532,11 @@
},
"maxSize" : -1,
"name" : "节点",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEEditView.json",
"viewType" : "DEEDITVIEW"
},
"nodeType" : "node",
"getPSAppDEDataSet" : {
"modelref" : true,
......@@ -1276,6 +1281,11 @@
},
"maxSize" : -1,
"name" : "顶层节点",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEEditView.json",
"viewType" : "DEEDITVIEW"
},
"nodeType" : "top_node",
"getPSAppDEDataSet" : {
"modelref" : true,
......
{
"accUserMode" : 2,
"caption" : "树表格增强导航",
"codeName" : "FILETreeGridExExpView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILETreeGridExExpView.json",
"name" : "FILETreeGridExExpView",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.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" : "TreeGridExExpViewtreeexpbar",
"controlType" : "TREEEXPBAR",
"name" : "treeexpbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
},
"getPSAppViewRefs" : [ {
"name" : "EXPITEM:node",
"realTitle" : "文件编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EXPITEM:top_node",
"realTitle" : "文件编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "treeexpbar"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "TREEEXPBAR"
},
"getPSControls" : [ {
"codeName" : "TestTreeGridExView_TreeGrid",
"controlType" : "TREEGRIDEX",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE/PSTREEGRIDICES/TestTreeGridExView_TreeGrid.json",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "树表格视图(增强)_树表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "treeexpbar_tree"
},
"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"
},
"getPSDETreeColumns" : [ {
"align" : "LEFT",
"caption" : "名称",
"codeName" : "name",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "name",
"name" : "name",
"width" : 200,
"widthUnit" : "STAR",
"enableExpand" : false,
"enableSort" : false
}, {
"align" : "CENTER",
"caption" : "标识",
"codeName" : "uuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "uuid",
"name" : "uuid",
"width" : 100,
"widthUnit" : "STAR",
"enableExpand" : false,
"enableSort" : false,
"hideDefault" : true
}, {
"align" : "RIGHT",
"caption" : "创建人",
"codeName" : "createman",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "createman",
"name" : "createman",
"width" : 180,
"widthUnit" : "PX",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "创建时间",
"codeName" : "createdate",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "createdate",
"name" : "createdate",
"width" : 150,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图标",
"codeName" : "pic",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "pic",
"defaultValue" : "无图标(表格列)",
"name" : "pic",
"width" : 150,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"align" : "RIGHT",
"caption" : "操作",
"codeName" : "uacol",
"columnType" : "UAGRIDCOLUMN",
"name" : "uacol",
"getPSDEUIActionGroup" : {
"codeName" : "Usr1222095635",
"name" : "通用表格操作列",
"getPSUIActionGroupDetails" : [ {
"actionLevel" : 200,
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"detailType" : "DEUIACTION",
"name" : "ua19525f",
"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"
},
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"actionLevel" : 250,
"getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除",
"detailType" : "DEUIACTION",
"name" : "u1302c98",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ]
},
"width" : 150,
"widthUnit" : "PX",
"enableExpand" : false,
"enableSort" : false,
"hideDefault" : true
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "top_node"
},
"name" : "我的电脑 - 顶层节点",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "node_1"
},
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "node"
},
"name" : "顶层节点 - 节点",
"getParentPSAppDEField" : {
"name" : "PFILEID",
"codeName" : "Pfileid"
},
"getParentPSDER1N" : {
"codeName" : "FILE",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/FILE/PSDERS/DER1N_FILE_FILE_PFILEID.json",
"fKeyName" : "F707DF066FDA2A892A",
"logicName" : "名称",
"getMajorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/FILE.json"
},
"masterOrder" : -1,
"masterRS" : 0,
"minorCodeName" : "FILEs",
"getMinorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/FILE.json"
},
"minorServiceCodeName" : "FILEs",
"name" : "DER1N_FILE_FILE_PFILEID",
"orderValue" : 100,
"getPSPickupDEField" : {
"name" : "PFILEID",
"codeName" : "Pfileid"
},
"getPSPickupTextDEField" : {
"name" : "PFILENAME",
"codeName" : "Pfilename"
},
"pickupDEFName" : "PFILEID",
"removeActionType" : -1,
"removeOrder" : 0,
"serviceCodeName" : "FILE",
"enableFKey" : true
},
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "top_node"
},
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "node"
},
"name" : "节点 - 节点",
"getParentPSAppDEField" : {
"name" : "PFILEID",
"codeName" : "Pfileid"
},
"getParentPSDER1N" : {
"codeName" : "FILE",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/FILE/PSDERS/DER1N_FILE_FILE_PFILEID.json",
"fKeyName" : "F707DF066FDA2A892A",
"logicName" : "名称",
"getMajorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/FILE.json"
},
"masterOrder" : -1,
"masterRS" : 0,
"minorCodeName" : "FILEs",
"getMinorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/FILE.json"
},
"minorServiceCodeName" : "FILEs",
"name" : "DER1N_FILE_FILE_PFILEID",
"orderValue" : 100,
"getPSPickupDEField" : {
"name" : "PFILEID",
"codeName" : "Pfileid"
},
"getPSPickupTextDEField" : {
"name" : "PFILENAME",
"codeName" : "Pfilename"
},
"pickupDEFName" : "PFILEID",
"removeActionType" : -1,
"removeOrder" : 0,
"serviceCodeName" : "FILE",
"enableFKey" : true
},
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "node"
},
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "node_1"
},
"name" : "默认根节点 - 我的电脑",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "ROOT"
},
"parentValueLevel" : 1,
"searchMode" : 3
} ],
"getPSDETreeNodes" : [ {
"accUserMode" : 0,
"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" : "FILEID",
"codeName" : "FILEId"
},
"maxSize" : -1,
"name" : "节点",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEEditView.json",
"viewType" : "DEEDITVIEW"
},
"nodeType" : "node",
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
},
"getPSDETreeNodeColumns" : [ {
"cLConvertMode" : "NONE",
"codeName" : "createdate",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "createdate",
"name" : "createdate",
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "createdate"
},
"getPSDEUIActionGroup" : {
"codeName" : "Usr0803774731",
"name" : "门户界面行为组",
"getPSUIActionGroupDetails" : [ {
"getCapPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TEXT.*.NEW",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.NEW]",
"refFlag" : true
},
"caption" : "新建",
"detailType" : "DEUIACTION",
"name" : "u71a8bd4",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TEXT.*.NEW",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.NEW]",
"refFlag" : true
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"getTooltipPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"detailType" : "DEUIACTION",
"name" : "uea72408",
"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"
},
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "百度",
"detailType" : "DEUIACTION",
"name" : "ubae97f0",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "百度",
"codeName" : "openBaidu",
"counterId" : "openBaidu",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "openBaidu",
"htmlPageUrl" : "https://www.baidu.com/",
"name" : "百度",
"getPSAppCounter" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/UIActionCounter.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "openBaidu",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除",
"detailType" : "DEUIACTION",
"name" : "uee0dcd7",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ]
},
"valueFormat" : "YYYY-MM-DD"
}, {
"cLConvertMode" : "BACKEND",
"codeName" : "createman",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "createman",
"name" : "createman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "createman"
},
"getPSDEUIActionGroup" : {
"codeName" : "Usr0803774731",
"name" : "门户界面行为组",
"getPSUIActionGroupDetails" : [ {
"getCapPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TEXT.*.NEW",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.NEW]",
"refFlag" : true
},
"caption" : "新建",
"detailType" : "DEUIACTION",
"name" : "u71a8bd4",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TEXT.*.NEW",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.NEW]",
"refFlag" : true
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"getTooltipPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"detailType" : "DEUIACTION",
"name" : "uea72408",
"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"
},
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "百度",
"detailType" : "DEUIACTION",
"name" : "ubae97f0",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "百度",
"codeName" : "openBaidu",
"counterId" : "openBaidu",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "openBaidu",
"htmlPageUrl" : "https://www.baidu.com/",
"name" : "百度",
"getPSAppCounter" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/UIActionCounter.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "openBaidu",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除",
"detailType" : "DEUIACTION",
"name" : "uee0dcd7",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ]
}
}, {
"cLConvertMode" : "NONE",
"codeName" : "fileid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "fileid",
"name" : "fileid",
"getPSAppDEField" : {
"name" : "FILEID",
"codeName" : "FILEId"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "uuid"
}
}, {
"cLConvertMode" : "NONE",
"codeName" : "filename",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "filename",
"name" : "filename",
"getPSAppDEField" : {
"name" : "FILENAME",
"codeName" : "FILEName"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "name"
},
"getPSDEUIActionGroup" : {
"codeName" : "Usr1222095635",
"name" : "通用表格操作列",
"getPSUIActionGroupDetails" : [ {
"actionLevel" : 200,
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"detailType" : "DEUIACTION",
"name" : "ua19525f",
"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"
},
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"actionLevel" : 250,
"getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除",
"detailType" : "DEUIACTION",
"name" : "u1302c98",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ]
},
"enableRowEdit" : true
}, {
"cLConvertMode" : "NONE",
"codeName" : "icon",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "icon",
"name" : "icon",
"getPSAppDEField" : {
"name" : "ICON",
"codeName" : "ICON"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "pic"
}
} ],
"getPSDETreeNodeDataItems" : [ {
"cLConvertMode" : "NONE",
"dataType" : 25,
"format" : "YYYY-MM-DD",
"name" : "createdate",
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "createdate"
}
}, {
"cLConvertMode" : "BACKEND",
"dataType" : 25,
"name" : "createman",
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "createman"
}
}, {
"cLConvertMode" : "NONE",
"dataType" : 25,
"name" : "fileid",
"getPSAppDEField" : {
"name" : "FILEID",
"codeName" : "FILEId"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "uuid"
}
}, {
"cLConvertMode" : "NONE",
"dataType" : 25,
"name" : "filename",
"getPSAppDEField" : {
"name" : "FILENAME",
"codeName" : "FILEName"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "name"
}
}, {
"cLConvertMode" : "NONE",
"dataType" : 25,
"defaultValue" : "无图标(表格列)",
"name" : "icon",
"getPSAppDEField" : {
"name" : "ICON",
"codeName" : "ICON"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "pic"
}
} ],
"getPSDETreeNodeEditItems" : [ {
"codeName" : "filename",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "filename",
"getPSAppDEField" : {
"name" : "FILENAME",
"codeName" : "FILEName"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "name"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "filename"
},
"allowEmpty" : true,
"needCodeListConfig" : true
} ],
"removeDataAccessAction" : "DELETE",
"getRemovePSDEOPPriv" : {
"modelref" : true,
"id" : "DELETE"
},
"getTextPSAppDEField" : {
"name" : "FILENAME",
"codeName" : "FILEName"
},
"treeNodeType" : "DE",
"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" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "node"
}, {
"accUserMode" : 0,
"counterMode" : 0,
"name" : "我的电脑",
"nodeType" : "node_1",
"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_1"
}, {
"counterMode" : 0,
"getIconPSAppDEField" : {
"name" : "ICON",
"codeName" : "ICON"
},
"getIdPSAppDEField" : {
"name" : "FILEID",
"codeName" : "FILEId"
},
"maxSize" : -1,
"name" : "顶层节点",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEEditView.json",
"viewType" : "DEEDITVIEW"
},
"nodeType" : "top_node",
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchTOP"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
},
"getPSDETreeNodeColumns" : [ {
"cLConvertMode" : "NONE",
"codeName" : "createdate",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "createdate",
"name" : "createdate",
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "createdate"
},
"valueFormat" : "YYYY-MM-DD",
"enableRowEdit" : true
}, {
"cLConvertMode" : "FRONT",
"codeName" : "createman",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "createman",
"name" : "createman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "createman"
},
"enableRowEdit" : true
}, {
"cLConvertMode" : "NONE",
"codeName" : "fileid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "fileid",
"name" : "fileid",
"getPSAppDEField" : {
"name" : "FILEID",
"codeName" : "FILEId"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "uuid"
}
}, {
"cLConvertMode" : "NONE",
"codeName" : "filename",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "filename",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEEditView.json",
"viewType" : "DEEDITVIEW"
},
"linkValueItem" : "srfkey",
"name" : "filename",
"getPSAppDEField" : {
"name" : "FILENAME",
"codeName" : "FILEName"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "name"
},
"enableLinkView" : true,
"enableRowEdit" : true
}, {
"cLConvertMode" : "NONE",
"codeName" : "icon",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "icon",
"name" : "icon",
"getPSAppDEField" : {
"name" : "ICON",
"codeName" : "ICON"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "pic"
}
} ],
"getPSDETreeNodeDataItems" : [ {
"cLConvertMode" : "NONE",
"dataType" : 25,
"format" : "YYYY-MM-DD",
"name" : "createdate",
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "createdate"
}
}, {
"cLConvertMode" : "FRONT",
"dataType" : 25,
"getFrontPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"name" : "createman",
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "createman"
}
}, {
"cLConvertMode" : "NONE",
"dataType" : 25,
"name" : "fileid",
"getPSAppDEField" : {
"name" : "FILEID",
"codeName" : "FILEId"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "uuid"
}
}, {
"cLConvertMode" : "NONE",
"dataType" : 25,
"name" : "filename",
"getPSAppDEField" : {
"name" : "FILENAME",
"codeName" : "FILEName"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "name"
}
}, {
"cLConvertMode" : "NONE",
"dataType" : 25,
"name" : "filetype",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "TYPE"
}
}, {
"cLConvertMode" : "NONE",
"dataType" : 25,
"defaultValue" : "无图标(节点数据项)",
"name" : "icon",
"getPSAppDEField" : {
"name" : "ICON",
"codeName" : "ICON"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "pic"
}
} ],
"getPSDETreeNodeEditItems" : [ {
"codeName" : "createdate",
"enableCond" : 2,
"ignoreInput" : 0,
"name" : "createdate",
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "createdate"
},
"getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD",
"editorParams" : {
"TIMEFMT" : "YYYY-MM-DD"
},
"editorType" : "DATEPICKEREX_NOTIME",
"name" : "createdate"
},
"allowEmpty" : false
}, {
"codeName" : "createman",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "createman",
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "createman"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "createman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"enableLinkView" : false
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, {
"codeName" : "filename",
"enableCond" : 0,
"ignoreInput" : 0,
"name" : "filename",
"getPSAppDEField" : {
"name" : "FILENAME",
"codeName" : "FILEName"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "name"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "filename"
},
"allowEmpty" : true
} ],
"getRemovePSAppDEAction" : {
"modelref" : true,
"id" : "Remove"
},
"getTextPSAppDEField" : {
"name" : "FILENAME",
"codeName" : "FILEName"
},
"treeNodeType" : "DE",
"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" : "top_node"
} ],
"treeGridMode" : 1,
"enableEdit" : true,
"enableRootSelect" : false,
"outputIconDefault" : false,
"rootVisible" : false,
"name" : "treeexpbar_tree",
"modelid" : "824DDE93-BF7D-4A38-9646-C06D8409DFC3",
"modeltype" : "PSDETREEGRIDEX"
} ],
"xDataControlName" : "treeexpbar_tree",
"enableCounter" : true,
"enableSearch" : false,
"showTitleBar" : true,
"modelid" : "390e42649ba5f8cb0ee202776599dd13_treeexpbar",
"modeltype" : "PSEXPBAR"
}, {
"controlType" : "SEARCHBAR",
"name" : "searchbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
},
"getPSControlParam" : {
"id" : "searchbar"
},
"quickGroupCount" : -1,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : false,
"enableGroup" : false,
"enableQuickSearch" : true,
"mobileSearchBar" : false
}, {
"caption" : "树表格增强导航",
"codeName" : "TreeGridExExpViewcaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "TreeGridExExpView",
"getPSDEViewId" : "3BE3491A-5A74-445A-B04D-98FDEFDD1003",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDETREEEXPVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
},
"getPSControlParam" : { },
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
},
"title" : "树表格增强导航",
"viewStyle" : "DEFAULT",
"viewType" : "DETREEEXPVIEW",
"enableDP" : true,
"enableFilter" : true,
"enableQuickSearch" : true,
"enableSearch" : true,
"showDataInfoBar" : true,
"modelid" : "390e42649ba5f8cb0ee202776599dd13",
"modeltype" : "PSAPPDEVIEW"
}
\ No newline at end of file
......@@ -1056,8 +1056,50 @@
},
"getPSControls" : [ {
"codeName" : "TreeExpView_TreeView",
"controlType" : "TREEGRIDEX",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEGRIDICES/TreeExpView_TreeView.json",
"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/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" ],
"logicName" : "测试树导航_树视图",
"getPSAppDataEntity" : {
......@@ -1065,8 +1107,69 @@
"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" : "treeexpbar_tree"
"id" : "树视图处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
......@@ -1084,6 +1187,10 @@
"showBusyIndicator" : true,
"id" : "treeexpbar_tree"
},
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
"modelref" : true,
......@@ -1293,13 +1400,45 @@
"selected" : false,
"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,
"outputIconDefault" : true,
"rootVisible" : false,
"name" : "treeexpbar_tree",
"modelid" : "2A3E0946-52BB-4175-9082-ABD0002F007A",
"modeltype" : "PSDETREEGRIDEX"
"modeltype" : "PSDETREEVIEW"
} ],
"xDataControlName" : "treeexpbar_tree",
"enableCounter" : true,
......
......@@ -99,8 +99,50 @@
},
"getPSControls" : [ {
"codeName" : "TreeExpView_TreeView",
"controlType" : "TREEGRIDEX",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEGRIDICES/TreeExpView_TreeView.json",
"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/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" ],
"logicName" : "测试树导航_树视图",
"getPSAppDataEntity" : {
......@@ -108,8 +150,69 @@
"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" : "treeexpbar_tree"
"id" : "树视图处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
......@@ -127,6 +230,10 @@
"showBusyIndicator" : true,
"id" : "treeexpbar_tree"
},
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
"modelref" : true,
......@@ -336,13 +443,45 @@
"selected" : false,
"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,
"outputIconDefault" : true,
"rootVisible" : false,
"name" : "treeexpbar_tree",
"modelid" : "2A3E0946-52BB-4175-9082-ABD0002F007A",
"modeltype" : "PSDETREEGRIDEX"
"modeltype" : "PSDETREEVIEW"
}, {
"codeName" : "TreeExpViewtreeexpbar_toolbar",
"controlType" : "TOOLBAR",
......
......@@ -99,8 +99,50 @@
},
"getPSControls" : [ {
"codeName" : "TreeExpView_TreeView",
"controlType" : "TREEGRIDEX",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEGRIDICES/TreeExpView_TreeView.json",
"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/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" ],
"logicName" : "测试树导航_树视图",
"getPSAppDataEntity" : {
......@@ -108,8 +150,69 @@
"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" : "treeexpbar_tree"
"id" : "树视图处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
......@@ -127,6 +230,10 @@
"showBusyIndicator" : true,
"id" : "treeexpbar_tree"
},
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
"modelref" : true,
......@@ -336,13 +443,45 @@
"selected" : false,
"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,
"outputIconDefault" : true,
"rootVisible" : false,
"name" : "treeexpbar_tree",
"modelid" : "2A3E0946-52BB-4175-9082-ABD0002F007A",
"modeltype" : "PSDETREEGRIDEX"
"modeltype" : "PSDETREEVIEW"
} ],
"xDataControlName" : "treeexpbar_tree",
"enableCounter" : true,
......
......@@ -96,8 +96,50 @@
},
"getPSControls" : [ {
"codeName" : "TreeExpView_TreeView",
"controlType" : "TREEGRIDEX",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEGRIDICES/TreeExpView_TreeView.json",
"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/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" ],
"logicName" : "测试树导航_树视图",
"getPSAppDataEntity" : {
......@@ -105,8 +147,69 @@
"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" : "treeexpbar_tree"
"id" : "树视图处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
......@@ -127,6 +230,10 @@
},
"id" : "treeexpbar_tree"
},
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
"modelref" : true,
......@@ -336,13 +443,45 @@
"selected" : false,
"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,
"outputIconDefault" : true,
"rootVisible" : false,
"name" : "treeexpbar_tree",
"modelid" : "2A3E0946-52BB-4175-9082-ABD0002F007A",
"modeltype" : "PSDETREEGRIDEX"
"modeltype" : "PSDETREEVIEW"
} ],
"xDataControlName" : "treeexpbar_tree",
"enableCounter" : true,
......
......@@ -93,8 +93,50 @@
},
"getPSControls" : [ {
"codeName" : "TreeExpView_TreeView",
"controlType" : "TREEGRIDEX",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEGRIDICES/TreeExpView_TreeView.json",
"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/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" ],
"logicName" : "测试树导航_树视图",
"getPSAppDataEntity" : {
......@@ -102,8 +144,69 @@
"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" : "treeexpbar_tree"
"id" : "树视图处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
......@@ -121,6 +224,10 @@
"showBusyIndicator" : true,
"id" : "treeexpbar_tree"
},
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
"modelref" : true,
......@@ -330,13 +437,45 @@
"selected" : false,
"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,
"outputIconDefault" : true,
"rootVisible" : false,
"name" : "treeexpbar_tree",
"modelid" : "2A3E0946-52BB-4175-9082-ABD0002F007A",
"modeltype" : "PSDETREEGRIDEX"
"modeltype" : "PSDETREEVIEW"
} ],
"xDataControlName" : "treeexpbar_tree",
"enableCounter" : true,
......
......@@ -1356,6 +1356,28 @@
"layout" : "TABLE_24COL"
},
"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" : {
"childColLG" : -1,
......
......@@ -612,6 +612,16 @@
"id" : "UsrAppFunc1023449102"
},
"tooltip" : "手机普通表格"
}, {
"accUserMode" : 2,
"caption" : "树表格增强导航",
"itemType" : "MENUITEM",
"name" : "menuitem183",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0115511680"
},
"tooltip" : "树表格增强导航"
} ],
"tooltip" : "表格"
}, {
......
......@@ -3709,6 +3709,16 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"appFuncType" : "APPVIEW",
"codeName" : "UsrAppFunc0115511680",
"name" : "树表格增强导航",
"openMode" : "INDEXVIEWTAB",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILETreeGridExExpView.json",
"viewType" : "DETREEEXPVIEW"
}
}, {
"appFuncType" : "APPVIEW",
"codeName" : "AppFunc58",
......@@ -12798,22 +12808,22 @@
"codeName" : "VMGroup3",
"name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息",
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
"id" : "ViewMsg4"
}
}, {
"name" : "消息类型-错误信息",
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg6"
"id" : "ViewMsg5"
}
}, {
"name" : "消息类型-常规信息",
"name" : "消息类型-错误信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
"id" : "ViewMsg6"
}
} ]
}, {
......@@ -12830,16 +12840,16 @@
"codeName" : "VMGroup4",
"name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图内容区",
"name" : "消息位置-视图上方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
"id" : "ViewMsg7"
}
}, {
"name" : "消息位置-视图上方",
"name" : "消息位置-弹出",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg7"
"id" : "ViewMsg10"
}
}, {
"name" : "消息位置-视图下方",
......@@ -12848,27 +12858,26 @@
"id" : "ViewMsg8"
}
}, {
"name" : "消息位置-弹出",
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg10"
"id" : "ViewMsg9"
}
} ]
}, {
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-常规信息",
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
},
"position" : "POPUP"
"id" : "ViewMsg9"
}
}, {
"name" : "关闭模式-无删除-上方-常规",
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
"id" : "ViewMsg12"
}
}, {
"name" : "消息位置-视图下方",
......@@ -12877,16 +12886,10 @@
"id" : "ViewMsg8"
}
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "关闭模式-默认删除-上方-错误",
"name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
"id" : "ViewMsg13"
}
}, {
"name" : "消息类型-警告信息",
......@@ -12896,27 +12899,34 @@
},
"position" : "POPUP"
}, {
"name" : "关闭模式-本次删除-上方-警告",
"name" : "消息类型-错误信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
}
"id" : "ViewMsg6"
},
"position" : "POPUP"
}, {
"name" : "消息类型-错误信息",
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg6"
"id" : "ViewMsg4"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
} ]
}, {
"codeName" : "VMGroup5",
"name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除",
"name" : "关闭模式-删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
"id" : "ViewMsg11"
}
}, {
"name" : "关闭模式-本次删除",
......@@ -12925,10 +12935,10 @@
"id" : "ViewMsg13"
}
}, {
"name" : "关闭模式-删除",
"name" : "关闭模式-默认删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
"id" : "ViewMsg12"
}
} ]
}, {
......@@ -13699,6 +13709,12 @@
"viewType" : "DEGRIDVIEW9",
"resource" : "BXDMX",
"view" : "GridView9"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILETreeGridExExpView.json",
"viewType" : "DETREEEXPVIEW",
"resource" : "FILE",
"view" : "TreeGridExExpView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookMPickupView2.json",
......@@ -17410,6 +17426,28 @@
"layout" : "TABLE_24COL"
},
"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" : {
"childColLG" : -1,
......@@ -70016,6 +70054,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILEFileExpView.json",
"viewType" : "DETREEEXPVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILETreeGridExExpView.json",
"viewType" : "DETREEEXPVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/FILETestTreeGridExView.json",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册