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

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

上级 6d5ce6a3
{
"codeListTag" : "YesNo",
"codeListType" : "STATIC",
"codeName" : "YesNo",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/YesNo.json",
"emptyText" : "未定义",
"name" : "是否",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"text" : "是",
"value" : "1"
}, {
"codeName" : "Item_0",
"text" : "否",
"value" : "0"
} ],
"enableCache" : true
}
\ No newline at end of file
...@@ -119,6 +119,24 @@ ...@@ -119,6 +119,24 @@
"name" : "TREENODENAME", "name" : "TREENODENAME",
"codeName" : "TreeNodeName" "codeName" : "TreeNodeName"
} }
}, {
"id" : "ptreenodeid",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "PTREENODEID",
"codeName" : "Ptreenodeid"
}
}, {
"id" : "parentnode",
"dataType" : 25
}, {
"id" : "defaultexpand",
"dataType" : 9,
"getPSAppDEField" : {
"name" : "DEFAULTEXPAND",
"codeName" : "DefaultExpand"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -217,6 +235,103 @@ ...@@ -217,6 +235,103 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "父树节点标识",
"codeName" : "ptreenodeid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "ptreenodeid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "PTREENODEID",
"codeName" : "Ptreenodeid"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "ptreenodeid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
}, {
"caption" : "父节点",
"codeName" : "parentnode",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "parentnode",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorParams" : {
"AC" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"name" : "parentnode",
"getPSEditorItems" : [ {
"name" : "ptreenodeid"
} ],
"valueItemName" : "ptreenodeid",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"valueItemName" : "ptreenodeid",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "是否默认展开",
"codeName" : "defaultexpand",
"dataType" : 9,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "defaultexpand",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "DEFAULTEXPAND",
"codeName" : "DefaultExpand"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST_100",
"editorWidth" : 100.0,
"name" : "defaultexpand",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/YesNo.json"
},
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TreeNodeEditView.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TreeNodeEditView.json",
"funcViewMode" : "EDITVIEW", "funcViewMode" : "EDITVIEW",
"name" : "TreeNodeEditView", "name" : "TreeNodeEditView",
"openMode" : "POPUPMODAL",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
...@@ -26,1205 +27,1320 @@ ...@@ -26,1205 +27,1320 @@
"name" : "engine" "name" : "engine"
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "EditViewtoolbar", "codeName" : "Main",
"controlType" : "TOOLBAR", "controlType" : "FORM",
"logicName" : "工具栏模板(默认编辑界面)", "getCreatePSControlAction" : {
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json" "id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}
}, },
"getPSControlParam" : { "defaultLabelWidth" : 130,
"id" : "TOOLBAR" "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode/PSFORMS/Main.json",
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}
}, },
"getPSDEToolbarItems" : [ { "getGetDraftPSControlAction" : {
"getCapPSLanguageRes" : { "modelref" : true,
"defaultContent" : "保存", "id" : "loaddraft",
"lanResTag" : "TBB.TEXT.*.SAVE", "actionName" : "GetDraft",
"lanResType" : "TBB.TEXT", "actionType" : "DEACTION",
"name" : "工具栏按钮文本[*.SAVE]", "dataAccessAction" : "CREATE",
"refFlag" : true "name" : "loaddraft",
}, "getPSAppDEMethod" : {
"caption" : "保存",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem3" "id" : "GetDraft"
}, },
"getPSSysImage" : { "getPSAppDataEntity" : {
"glyph" : "xf0c7@FontAwesome", "modelref" : true,
"cssClass" : "fa fa-save" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
}, },
"getPSUIAction" : { "getPSAppDataEntity" : {
"getCapPSLanguageRes" : { "modelref" : true,
"defaultContent" : "保存", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
"lanResTag" : "TBB.TEXT.*.SAVE", }
"lanResType" : "TBB.TEXT", },
"name" : "工具栏按钮文本[*.SAVE]", "logicName" : "主编辑表单",
"refFlag" : true "getPSAppDataEntity" : {
}, "modelref" : true,
"caption" : "保存", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
"codeName" : "Save", },
"fullCodeName" : "Save", "getPSControlHandler" : {
"name" : "编辑界面_保存操作", "getPSHandlerActions" : [ {
"getPSSysImage" : { "actionName" : "GetDraft",
"glyph" : "xf0c7@FontAwesome", "actionType" : "DEACTION",
"cssClass" : "fa fa-save" "dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
}, },
"predefinedType" : "EDITVIEW_SAVEACTION", "getPSAppDataEntity" : {
"timeout" : 60000, "modelref" : true,
"getTooltipPSLanguageRes" : { "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
"defaultContent" : "保存", }
"lanResTag" : "TBB.TOOLTIP.*.SAVE", }, {
"lanResType" : "TBB.TOOLTIP", "actionName" : "GETDRAFTFROM",
"name" : "工具栏按钮提示[*.SAVE]", "actionType" : "DEACTION",
"refFlag" : true "dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}
}, {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
}, },
"uIActionMode" : "SYS", "getPSAppDataEntity" : {
"uIActionTag" : "Save", "modelref" : true,
"uIActionType" : "DEUIACTION" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}, }
"tooltip" : "保存", }, {
"getTooltipPSLanguageRes" : { "actionName" : "Create",
"defaultContent" : "保存", "actionType" : "DEACTION",
"lanResTag" : "TBB.TOOLTIP.*.SAVE", "dataAccessAction" : "CREATE",
"lanResType" : "TBB.TOOLTIP", "name" : "create",
"name" : "工具栏按钮提示[*.SAVE]", "getPSAppDEMethod" : {
"refFlag" : true "modelref" : true,
}, "id" : "Create"
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "保存并新建",
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDNEW",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[EDITVIEW.SAVEANDNEW]",
"refFlag" : true
},
"caption" : "保存并新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem4",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem4"
},
"getPSSysImage" : {
"cssClass" : "sx-tb-saveandnew"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"defaultContent" : "保存并新建",
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDNEW",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[EDITVIEW.SAVEANDNEW]",
"refFlag" : true
}, },
"caption" : "保存并新建", "getPSAppDataEntity" : {
"codeName" : "SaveAndNew", "modelref" : true,
"fullCodeName" : "SaveAndNew", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
"name" : "编辑界面_保存并新建操作", }
"getPSSysImage" : { }, {
"cssClass" : "sx-tb-saveandnew" "actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
}, },
"predefinedType" : "EDITVIEW_SAVEANDNEWACTION", "getPSAppDataEntity" : {
"timeout" : 60000, "modelref" : true,
"getTooltipPSLanguageRes" : { "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
"defaultContent" : "保存并新建", }
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDNEW", }, {
"lanResType" : "TBB.TOOLTIP", "actionName" : "Remove",
"name" : "工具栏按钮提示[EDITVIEW.SAVEANDNEW]", "actionType" : "DEACTION",
"refFlag" : true "dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
}, },
"uIActionMode" : "SYS", "getPSAppDataEntity" : {
"uIActionTag" : "SaveAndNew", "modelref" : true,
"uIActionType" : "DEUIACTION" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}, }
"tooltip" : "保存并新建", } ],
"getTooltipPSLanguageRes" : { "enableDEFieldPrivilege" : false,
"defaultContent" : "保存并新建", "id" : "编辑表单处理器"
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDNEW", },
"lanResType" : "TBB.TOOLTIP", "getPSControlParam" : {
"name" : "工具栏按钮提示[EDITVIEW.SAVEANDNEW]", "autoLoad" : true,
"refFlag" : true "showBusyIndicator" : true,
}, "id" : "FORM"
"showCaption" : true, },
"showIcon" : true "getPSDEFormItems" : [ {
}, { "id" : "srfupdatedate",
"getCapPSLanguageRes" : { "hidden" : true,
"defaultContent" : "保存并关闭", "dataType" : 5,
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE", "getPSAppDEField" : {
"lanResType" : "TBB.TEXT", "name" : "UPDATEDATE",
"name" : "工具栏按钮文本[EDITVIEW.SAVEANDCLOSE]", "codeName" : "UpdateDate"
"refFlag" : true }
},
"caption" : "保存并关闭",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"cssClass" : "sx-tb-saveandclose"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"defaultContent" : "保存并关闭",
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[EDITVIEW.SAVEANDCLOSE]",
"refFlag" : true
},
"caption" : "保存并关闭",
"codeName" : "SaveAndExit",
"fullCodeName" : "SaveAndExit",
"name" : "编辑界面_保存并退出操作",
"getPSSysImage" : {
"cssClass" : "sx-tb-saveandclose"
},
"predefinedType" : "EDITVIEW_SAVEANDEXITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "保存并关闭",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.SAVEANDCLOSE]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "SaveAndExit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存并关闭",
"getTooltipPSLanguageRes" : {
"defaultContent" : "保存并关闭",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.SAVEANDCLOSE]",
"refFlag" : true
},
"showCaption" : true,
"showIcon" : true
}, { }, {
"itemType" : "SEPERATOR", "id" : "srforikey",
"name" : "tbitem6", "hidden" : true,
"spanMode" : false "dataType" : 25
}, { }, {
"getCapPSLanguageRes" : { "id" : "srfkey",
"defaultContent" : "删除并关闭", "hidden" : true,
"lanResTag" : "TBB.TEXT.EDITVIEW.REMOVEANDCLOSE", "dataType" : 25,
"lanResType" : "TBB.TEXT", "getPSAppDEField" : {
"name" : "工具栏按钮文本[EDITVIEW.REMOVEANDCLOSE]", "name" : "TREENODEID",
"refFlag" : true "codeName" : "TreeNodeId"
}, }
"caption" : "删除并关闭",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem7",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem7"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "删除并关闭",
"lanResTag" : "TBB.TEXT.EDITVIEW.REMOVEANDCLOSE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[EDITVIEW.REMOVEANDCLOSE]",
"refFlag" : true
},
"caption" : "删除并关闭",
"codeName" : "RemoveAndExit",
"fullCodeName" : "RemoveAndExit",
"name" : "编辑界面_删除并退出操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "EDITVIEW_REMOVEANDEXITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除并关闭",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.REMOVEANDCLOSE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.REMOVEANDCLOSE]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "RemoveAndExit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除并关闭",
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除并关闭",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.REMOVEANDCLOSE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.REMOVEANDCLOSE]",
"refFlag" : true
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, { }, {
"itemType" : "SEPERATOR", "id" : "srfmajortext",
"name" : "tbitem8", "hidden" : true,
"spanMode" : false "dataType" : 25,
"getPSAppDEField" : {
"name" : "TREENODENAME",
"codeName" : "TreeNodeName"
}
}, {
"id" : "srftempmode",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfuf",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfdeid",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfsourcekey",
"hidden" : true,
"dataType" : 25
}, {
"id" : "treenodename",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TREENODENAME",
"codeName" : "TreeNodeName"
}
}, {
"id" : "ptreenodeid",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "PTREENODEID",
"codeName" : "Ptreenodeid"
}
}, {
"id" : "parentnode",
"dataType" : 25
}, {
"id" : "defaultexpand",
"dataType" : 9,
"getPSAppDEField" : {
"name" : "DEFAULTEXPAND",
"codeName" : "DefaultExpand"
}
}, {
"id" : "createman",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}
}, {
"id" : "createdate",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}
}, {
"id" : "updateman",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, { }, {
"id" : "updatedate",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"id" : "treenodeid",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TREENODEID",
"codeName" : "TreeNodeId"
}
} ],
"getPSDEFormPages" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "新建", "defaultContent" : "基本信息",
"lanResTag" : "TBB.TEXT.*.NEW", "lanResTag" : "CONTROL.DEFORM.TREENODE.MAIN.FORMPAGE.FORMPAGE1",
"lanResType" : "TBB.TEXT", "lanResType" : "CONTROL",
"name" : "工具栏按钮文本[*.NEW]", "name" : "控件文本(CONTROL.*)[DEFORM.TREENODE.MAIN.FORMPAGE.FORMPAGE1]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "新建", "caption" : "基本信息",
"groupExtractMode" : "ITEM", "codeName" : "formpage1",
"itemType" : "DEUIACTION", "detailStyle" : "DEFAULT",
"name" : "tbitem12", "detailType" : "FORMPAGE",
"noPrivDisplayMode" : 2, "name" : "formpage1",
"getPSAppViewUIAction" : { "getPSDEFormDetails" : [ {
"modelref" : true, "actionGroupExtractMode" : "ITEM",
"id" : "toolbar_tbitem12"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "新建", "defaultContent" : "树节点基本信息",
"lanResTag" : "TBB.TEXT.*.NEW", "lanResTag" : "CONTROL.DEFORM.TREENODE.MAIN.GROUPPANEL.GROUP1",
"lanResType" : "TBB.TEXT", "lanResType" : "CONTROL",
"name" : "工具栏按钮文本[*.NEW]", "name" : "控件文本(CONTROL.*)[DEFORM.TREENODE.MAIN.GROUPPANEL.GROUP1]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "新建", "caption" : "树节点基本信息",
"codeName" : "New", "codeName" : "group1",
"fullCodeName" : "New", "detailStyle" : "DEFAULT",
"name" : "编辑界面_新建操作", "detailType" : "GROUPPANEL",
"getPSSysImage" : { "name" : "group1",
"glyph" : "xf0f6@FontAwesome", "getPSDEFormDetails" : [ {
"cssClass" : "fa fa-file-text-o" "getCapPSLanguageRes" : {
"defaultContent" : "树节点名称",
"lanResTag" : "DEF.LNAME.TREENODENAME",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[TREENODENAME]",
"refFlag" : true
},
"caption" : "树节点名称",
"codeName" : "treenodename",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "treenodename",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TREENODENAME",
"codeName" : "TreeNodeName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "treenodename"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "父树节点标识",
"codeName" : "ptreenodeid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "ptreenodeid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "PTREENODEID",
"codeName" : "Ptreenodeid"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "ptreenodeid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
}, {
"caption" : "父节点",
"codeName" : "parentnode",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "parentnode",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorParams" : {
"AC" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"name" : "parentnode",
"getPSEditorItems" : [ {
"name" : "ptreenodeid"
} ],
"valueItemName" : "ptreenodeid",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"valueItemName" : "ptreenodeid",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "是否默认展开",
"codeName" : "defaultexpand",
"dataType" : 9,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "defaultexpand",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "DEFAULTEXPAND",
"codeName" : "DefaultExpand"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST_100",
"editorWidth" : 100.0,
"name" : "defaultexpand",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/YesNo.json"
},
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"predefinedType" : "EDITVIEW_NEWACTION", "getPSLayoutPos" : {
"timeout" : 60000, "colMD" : 24,
"getTooltipPSLanguageRes" : { "layout" : "TABLE_24COL"
"defaultContent" : "新建", },
"lanResTag" : "TBB.TOOLTIP.*.NEW", "infoGroupMode" : false,
"lanResType" : "TBB.TOOLTIP", "showCaption" : true
"name" : "工具栏按钮提示[*.NEW]", }, {
"getCapPSLanguageRes" : {
"defaultContent" : "树节点标识",
"lanResTag" : "DEF.LNAME.TREENODEID",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[TREENODEID]",
"refFlag" : true "refFlag" : true
}, },
"uIActionMode" : "SYS", "caption" : "树节点标识",
"uIActionTag" : "New", "codeName" : "treenodeid",
"uIActionType" : "DEUIACTION" "dataType" : 25,
}, "detailStyle" : "DEFAULT",
"tooltip" : "新建", "detailType" : "FORMITEM",
"getTooltipPSLanguageRes" : { "enableCond" : 3,
"defaultContent" : "新建", "ignoreInput" : 0,
"lanResTag" : "TBB.TOOLTIP.*.NEW", "labelPos" : "LEFT",
"lanResType" : "TBB.TOOLTIP", "labelWidth" : 130,
"name" : "工具栏按钮提示[*.NEW]", "name" : "treenodeid",
"refFlag" : true "noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TREENODEID",
"codeName" : "TreeNodeId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "treenodeid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"showCaption" : true, "infoGroupMode" : false
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem13",
"spanMode" : false
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "拷贝", "defaultContent" : "其它",
"lanResTag" : "TBB.TEXT.*.COPY", "lanResTag" : "CONTROL.DEFORM.TREENODE.MAIN.FORMPAGE.FORMPAGE2",
"lanResType" : "TBB.TEXT", "lanResType" : "CONTROL",
"name" : "工具栏按钮文本[*.COPY]", "name" : "控件文本(CONTROL.*)[DEFORM.TREENODE.MAIN.FORMPAGE.FORMPAGE2]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "拷贝", "caption" : "其它",
"groupExtractMode" : "ITEM", "codeName" : "formpage2",
"itemType" : "DEUIACTION", "detailStyle" : "DEFAULT",
"name" : "tbitem14", "detailType" : "FORMPAGE",
"noPrivDisplayMode" : 2, "name" : "formpage2",
"getPSAppViewUIAction" : { "getPSDEFormDetails" : [ {
"modelref" : true, "actionGroupExtractMode" : "ITEM",
"id" : "toolbar_tbitem14"
},
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "拷贝", "defaultContent" : "操作信息",
"lanResTag" : "TBB.TEXT.*.COPY", "lanResTag" : "CONTROL.DEFORM.TREENODE.MAIN.GROUPPANEL.GROUP2",
"lanResType" : "TBB.TEXT", "lanResType" : "CONTROL",
"name" : "工具栏按钮文本[*.COPY]", "name" : "控件文本(CONTROL.*)[DEFORM.TREENODE.MAIN.GROUPPANEL.GROUP2]",
"refFlag" : true
},
"caption" : "拷贝",
"codeName" : "Copy",
"fullCodeName" : "Copy",
"name" : "编辑界面_拷贝操作",
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"predefinedType" : "EDITVIEW_COPYACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TOOLTIP.*.COPY",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.COPY]",
"refFlag" : true "refFlag" : true
}, },
"uIActionMode" : "SYS", "caption" : "操作信息",
"uIActionTag" : "Copy", "codeName" : "group2",
"uIActionType" : "DEUIACTION" "detailStyle" : "DEFAULT",
}, "detailType" : "GROUPPANEL",
"tooltip" : "拷贝", "name" : "group2",
"getTooltipPSLanguageRes" : { "getPSDEFormDetails" : [ {
"defaultContent" : "拷贝", "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY", "defaultContent" : "建立人",
"lanResType" : "TBB.TOOLTIP", "lanResTag" : "DEF.LNAME.CREATEMAN",
"name" : "工具栏按钮提示[*.COPY]", "lanResType" : "DEF.LNAME",
"refFlag" : true "name" : "属性逻辑名称(DEF.LNAME.*)[CREATEMAN]",
}, "refFlag" : true
"uIActionTarget" : "SINGLEKEY", },
"showCaption" : true, "caption" : "建立人",
"showIcon" : true "codeName" : "createman",
}, { "dataType" : 25,
"itemType" : "SEPERATOR", "detailStyle" : "DEFAULT",
"name" : "tbitem16", "detailType" : "FORMITEM",
"spanMode" : false "enableCond" : 3,
}, { "ignoreInput" : 3,
"caption" : "第一个记录", "labelPos" : "LEFT",
"groupExtractMode" : "ITEM", "labelWidth" : 130,
"itemType" : "DEUIACTION", "name" : "createman",
"name" : "tbitem23", "noPrivDisplayMode" : 1,
"noPrivDisplayMode" : 2, "getPSAppDEField" : {
"getPSAppViewUIAction" : { "name" : "CREATEMAN",
"modelref" : true, "codeName" : "CreateMan"
"id" : "toolbar_tbitem23" },
}, "getPSEditor" : {
"getPSSysImage" : { "editorType" : "SPAN",
"glyph" : "xf049@FontAwesome", "name" : "createman",
"cssClass" : "fa fa-fast-backward" "getPSAppCodeList" : {
}, "modelref" : true,
"getPSUIAction" : { "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
"actionTarget" : "SINGLEKEY", },
"caption" : "第一个记录", "enableLinkView" : false
"codeName" : "FirstRecord", },
"fullCodeName" : "FirstRecord", "getPSLayoutPos" : {
"name" : "编辑界面_第一个记录", "colMD" : 24,
"getPSSysImage" : { "layout" : "TABLE_24COL"
"glyph" : "xf049@FontAwesome", },
"cssClass" : "fa fa-fast-backward" "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "建立时间",
"lanResTag" : "DEF.LNAME.CREATEDATE",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[CREATEDATE]",
"refFlag" : true
},
"caption" : "建立时间",
"codeName" : "createdate",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "createdate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "createdate",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "更新人",
"lanResTag" : "DEF.LNAME.UPDATEMAN",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEMAN]",
"refFlag" : true
},
"caption" : "更新人",
"codeName" : "updateman",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "updateman",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updateman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "更新时间",
"lanResTag" : "DEF.LNAME.UPDATEDATE",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEDATE]",
"refFlag" : true
},
"caption" : "更新时间",
"codeName" : "updatedate",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updatedate",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"predefinedType" : "EDITVIEW_FIRSTRECORDACTION", "getPSLayoutPos" : {
"timeout" : 60000, "colMD" : 24,
"uIActionMode" : "SYS", "layout" : "TABLE_24COL"
"uIActionTag" : "FirstRecord",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "第一个记录",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : false,
"showIcon" : true
}, {
"caption" : "上一个记录",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem24",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem24"
},
"getPSSysImage" : {
"glyph" : "xf048@FontAwesome",
"cssClass" : "fa fa-step-backward"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "上一个记录",
"codeName" : "PrevRecord",
"fullCodeName" : "PrevRecord",
"name" : "编辑界面_上一个记录",
"getPSSysImage" : {
"glyph" : "xf048@FontAwesome",
"cssClass" : "fa fa-step-backward"
}, },
"predefinedType" : "EDITVIEW_PREVRECORDACTION", "infoGroupMode" : false,
"timeout" : 60000, "showCaption" : true
"uIActionMode" : "SYS", } ],
"uIActionTag" : "PrevRecord", "getPSLayout" : {
"uIActionType" : "DEUIACTION" "childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"tooltip" : "上一个记录", "infoGroupMode" : false
"uIActionTarget" : "SINGLEKEY", } ],
"showCaption" : false, "getPSLayout" : {
"showIcon" : true "childColLG" : -1,
}, { "childColMD" : 24,
"caption" : "下一个记录", "childColSM" : -1,
"groupExtractMode" : "ITEM", "childColXS" : -1,
"itemType" : "DEUIACTION", "columnCount" : 24,
"name" : "tbitem25", "layout" : "TABLE_24COL"
"noPrivDisplayMode" : 2, },
"getPSAppViewUIAction" : { "getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem25" "id" : "Remove"
},
"getPSSysImage" : {
"glyph" : "xf051@FontAwesome",
"cssClass" : "fa fa-step-forward"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "下一个记录",
"codeName" : "NextRecord",
"fullCodeName" : "NextRecord",
"name" : "编辑界面_下一个记录",
"getPSSysImage" : {
"glyph" : "xf051@FontAwesome",
"cssClass" : "fa fa-step-forward"
},
"predefinedType" : "EDITVIEW_NEXTRECORDACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "NextRecord",
"uIActionType" : "DEUIACTION"
}, },
"tooltip" : "下一个记录", "getPSAppDataEntity" : {
"uIActionTarget" : "SINGLEKEY",
"showCaption" : false,
"showIcon" : true
}, {
"caption" : "最后一个记录",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem26",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem26" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}, }
"getPSSysImage" : { },
"glyph" : "xf050@FontAwesome", "tabHeaderPos" : "TOP",
"cssClass" : "fa fa-fast-forward" "getUpdatePSControlAction" : {
}, "modelref" : true,
"getPSUIAction" : { "id" : "update",
"actionTarget" : "SINGLEKEY", "actionName" : "Update",
"caption" : "最后一个记录", "actionType" : "DEACTION",
"codeName" : "LastRecord", "dataAccessAction" : "UPDATE",
"fullCodeName" : "LastRecord", "name" : "update",
"name" : "编辑界面_最后一个记录", "getPSAppDEMethod" : {
"getPSSysImage" : { "modelref" : true,
"glyph" : "xf050@FontAwesome", "id" : "Update"
"cssClass" : "fa fa-fast-forward"
},
"predefinedType" : "EDITVIEW_LASTRECORDACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "LastRecord",
"uIActionType" : "DEUIACTION"
}, },
"tooltip" : "最后一个记录", "getPSAppDataEntity" : {
"uIActionTarget" : "SINGLEKEY", "modelref" : true,
"showCaption" : false, "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
"showIcon" : true }
}, { },
"itemType" : "SEPERATOR", "noTabHeader" : false,
"name" : "tbitem21", "name" : "form",
"spanMode" : false "modelid" : "b297201d26f37f9daa7bf4e18b72bf0a",
}, { "modeltype" : "PSDEFORM_EDITFORM"
}, {
"codeName" : "EditViewtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "工具栏模板(默认编辑界面)",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
},
"getPSControlParam" : {
"id" : "TOOLBAR"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "帮助", "defaultContent" : "保存",
"lanResTag" : "TBB.TEXT.*.HELP", "lanResTag" : "TBB.TEXT.*.SAVE",
"lanResType" : "TBB.TEXT", "lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.HELP]", "name" : "工具栏按钮文本[*.SAVE]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "帮助", "caption" : "保存",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem22", "name" : "tbitem3",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem22" "id" : "toolbar_tbitem3"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf128@FontAwesome", "glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-question" "cssClass" : "fa fa-save"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "帮助", "defaultContent" : "保存",
"lanResTag" : "TBB.TEXT.*.HELP", "lanResTag" : "TBB.TEXT.*.SAVE",
"lanResType" : "TBB.TEXT", "lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.HELP]", "name" : "工具栏按钮文本[*.SAVE]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "帮助", "caption" : "保存",
"codeName" : "Help", "codeName" : "Save",
"fullCodeName" : "Help", "fullCodeName" : "Save",
"name" : "编辑界面_帮助操作", "name" : "编辑界面_保存操作",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf128@FontAwesome", "glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-question" "cssClass" : "fa fa-save"
}, },
"predefinedType" : "EDITVIEW_HELPACTION", "predefinedType" : "EDITVIEW_SAVEACTION",
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"defaultContent" : "帮助", "defaultContent" : "保存",
"lanResTag" : "TBB.TOOLTIP.*.HELP", "lanResTag" : "TBB.TOOLTIP.*.SAVE",
"lanResType" : "TBB.TOOLTIP", "lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.HELP]", "name" : "工具栏按钮提示[*.SAVE]",
"refFlag" : true "refFlag" : true
}, },
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "Help", "uIActionTag" : "Save",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
},
"tooltip" : "帮助",
"getTooltipPSLanguageRes" : {
"defaultContent" : "帮助",
"lanResTag" : "TBB.TOOLTIP.*.HELP",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.HELP]",
"refFlag" : true
},
"showCaption" : true,
"showIcon" : true
} ],
"xDataControlName" : "form",
"modelid" : "a4eb00b17f8652bdf677cb4ed5231e63",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "Main",
"controlType" : "FORM",
"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/TreeNode.json"
}
},
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode/PSFORMS/Main.json",
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}
},
"getGetDraftPSControlAction" : {
"modelref" : true,
"id" : "loaddraft",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
}, },
"getPSAppDataEntity" : { "tooltip" : "保存",
"modelref" : true, "getTooltipPSLanguageRes" : {
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json" "defaultContent" : "保存",
} "lanResTag" : "TBB.TOOLTIP.*.SAVE",
}, "lanResType" : "TBB.TOOLTIP",
"getGetPSControlAction" : { "name" : "工具栏按钮提示[*.SAVE]",
"modelref" : true, "refFlag" : true
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
}, },
"getPSAppDataEntity" : { "showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "保存并新建",
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDNEW",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[EDITVIEW.SAVEANDNEW]",
"refFlag" : true
},
"caption" : "保存并新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem4",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json" "id" : "toolbar_tbitem4"
} },
}, "getPSSysImage" : {
"logicName" : "主编辑表单", "cssClass" : "sx-tb-saveandnew"
"getPSAppDataEntity" : { },
"modelref" : true, "getPSUIAction" : {
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json" "getCapPSLanguageRes" : {
}, "defaultContent" : "保存并新建",
"getPSControlHandler" : { "lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDNEW",
"getPSHandlerActions" : [ { "lanResType" : "TBB.TEXT",
"actionName" : "GetDraft", "name" : "工具栏按钮文本[EDITVIEW.SAVEANDNEW]",
"actionType" : "DEACTION", "refFlag" : true
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}
}, {
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}
}, {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
}, },
"getPSAppDataEntity" : { "caption" : "保存并新建",
"modelref" : true, "codeName" : "SaveAndNew",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json" "fullCodeName" : "SaveAndNew",
} "name" : "编辑界面_保存并新建操作",
}, { "getPSSysImage" : {
"actionName" : "Update", "cssClass" : "sx-tb-saveandnew"
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
}, },
"getPSAppDataEntity" : { "predefinedType" : "EDITVIEW_SAVEANDNEWACTION",
"modelref" : true, "timeout" : 60000,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json" "getTooltipPSLanguageRes" : {
} "defaultContent" : "保存并新建",
}, { "lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDNEW",
"actionName" : "Remove", "lanResType" : "TBB.TOOLTIP",
"actionType" : "DEACTION", "name" : "工具栏按钮提示[EDITVIEW.SAVEANDNEW]",
"dataAccessAction" : "DELETE", "refFlag" : true
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
}, },
"getPSAppDataEntity" : { "uIActionMode" : "SYS",
"modelref" : true, "uIActionTag" : "SaveAndNew",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json" "uIActionType" : "DEUIACTION"
} },
} ], "tooltip" : "保存并新建",
"enableDEFieldPrivilege" : false, "getTooltipPSLanguageRes" : {
"id" : "编辑表单处理器" "defaultContent" : "保存并新建",
}, "lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDNEW",
"getPSControlParam" : { "lanResType" : "TBB.TOOLTIP",
"autoLoad" : true, "name" : "工具栏按钮提示[EDITVIEW.SAVEANDNEW]",
"showBusyIndicator" : true, "refFlag" : true
"id" : "FORM" },
}, "showCaption" : true,
"getPSDEFormItems" : [ { "showIcon" : true
"id" : "srfupdatedate", }, {
"hidden" : true,
"dataType" : 5,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"id" : "srforikey",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfkey",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TREENODEID",
"codeName" : "TreeNodeId"
}
}, {
"id" : "srfmajortext",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TREENODENAME",
"codeName" : "TreeNodeName"
}
}, {
"id" : "srftempmode",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfuf",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfdeid",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfsourcekey",
"hidden" : true,
"dataType" : 25
}, {
"id" : "treenodename",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TREENODENAME",
"codeName" : "TreeNodeName"
}
}, {
"id" : "createman",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}
}, {
"id" : "createdate",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}
}, {
"id" : "updateman",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"id" : "updatedate",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"id" : "treenodeid",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TREENODEID",
"codeName" : "TreeNodeId"
}
} ],
"getPSDEFormPages" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "基本信息", "defaultContent" : "保存并关闭",
"lanResTag" : "CONTROL.DEFORM.TREENODE.MAIN.FORMPAGE.FORMPAGE1", "lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE",
"lanResType" : "CONTROL", "lanResType" : "TBB.TEXT",
"name" : "控件文本(CONTROL.*)[DEFORM.TREENODE.MAIN.FORMPAGE.FORMPAGE1]", "name" : "工具栏按钮文本[EDITVIEW.SAVEANDCLOSE]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "基本信息", "caption" : "保存并关闭",
"codeName" : "formpage1", "groupExtractMode" : "ITEM",
"detailStyle" : "DEFAULT", "itemType" : "DEUIACTION",
"detailType" : "FORMPAGE", "name" : "tbitem5",
"name" : "formpage1", "noPrivDisplayMode" : 2,
"getPSDEFormDetails" : [ { "getPSAppViewUIAction" : {
"actionGroupExtractMode" : "ITEM", "modelref" : true,
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"cssClass" : "sx-tb-saveandclose"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "树节点基本信息", "defaultContent" : "保存并关闭",
"lanResTag" : "CONTROL.DEFORM.TREENODE.MAIN.GROUPPANEL.GROUP1", "lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE",
"lanResType" : "CONTROL", "lanResType" : "TBB.TEXT",
"name" : "控件文本(CONTROL.*)[DEFORM.TREENODE.MAIN.GROUPPANEL.GROUP1]", "name" : "工具栏按钮文本[EDITVIEW.SAVEANDCLOSE]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "树节点基本信息", "caption" : "保存并关闭",
"codeName" : "group1", "codeName" : "SaveAndExit",
"detailStyle" : "DEFAULT", "fullCodeName" : "SaveAndExit",
"detailType" : "GROUPPANEL", "name" : "编辑界面_保存并退出操作",
"name" : "group1", "getPSSysImage" : {
"getPSDEFormDetails" : [ { "cssClass" : "sx-tb-saveandclose"
"getCapPSLanguageRes" : {
"defaultContent" : "树节点名称",
"lanResTag" : "DEF.LNAME.TREENODENAME",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[TREENODENAME]",
"refFlag" : true
},
"caption" : "树节点名称",
"codeName" : "treenodename",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "treenodename",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TREENODENAME",
"codeName" : "TreeNodeName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "treenodename"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"getPSLayoutPos" : { "predefinedType" : "EDITVIEW_SAVEANDEXITACTION",
"colMD" : 24, "timeout" : 60000,
"layout" : "TABLE_24COL" "getTooltipPSLanguageRes" : {
"defaultContent" : "保存并关闭",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.SAVEANDCLOSE]",
"refFlag" : true
}, },
"infoGroupMode" : false, "uIActionMode" : "SYS",
"showCaption" : true "uIActionTag" : "SaveAndExit",
}, { "uIActionType" : "DEUIACTION"
},
"tooltip" : "保存并关闭",
"getTooltipPSLanguageRes" : {
"defaultContent" : "保存并关闭",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.SAVEANDCLOSE]",
"refFlag" : true
},
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem6",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "删除并关闭",
"lanResTag" : "TBB.TEXT.EDITVIEW.REMOVEANDCLOSE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[EDITVIEW.REMOVEANDCLOSE]",
"refFlag" : true
},
"caption" : "删除并关闭",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem7",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem7"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "树节点标识", "defaultContent" : "删除并关闭",
"lanResTag" : "DEF.LNAME.TREENODEID", "lanResTag" : "TBB.TEXT.EDITVIEW.REMOVEANDCLOSE",
"lanResType" : "DEF.LNAME", "lanResType" : "TBB.TEXT",
"name" : "属性逻辑名称(DEF.LNAME.*)[TREENODEID]", "name" : "工具栏按钮文本[EDITVIEW.REMOVEANDCLOSE]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "树节点标识", "caption" : "删除并关闭",
"codeName" : "treenodeid", "codeName" : "RemoveAndExit",
"dataType" : 25, "fullCodeName" : "RemoveAndExit",
"detailStyle" : "DEFAULT", "name" : "编辑界面_删除并退出操作",
"detailType" : "FORMITEM", "getPSSysImage" : {
"enableCond" : 3, "glyph" : "xf00d@FontAwesome",
"ignoreInput" : 0, "cssClass" : "fa fa-remove"
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "treenodeid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TREENODEID",
"codeName" : "TreeNodeId"
}, },
"getPSEditor" : { "predefinedType" : "EDITVIEW_REMOVEANDEXITACTION",
"editorType" : "HIDDEN", "timeout" : 60000,
"name" : "treenodeid" "getTooltipPSLanguageRes" : {
"defaultContent" : "删除并关闭",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.REMOVEANDCLOSE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.REMOVEANDCLOSE]",
"refFlag" : true
}, },
"getPSLayoutPos" : { "uIActionMode" : "SYS",
"colMD" : 24, "uIActionTag" : "RemoveAndExit",
"layout" : "TABLE_24COL" "uIActionType" : "DEUIACTION"
},
"tooltip" : "删除并关闭",
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除并关闭",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.REMOVEANDCLOSE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.REMOVEANDCLOSE]",
"refFlag" : true
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem8",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TEXT.*.NEW",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.NEW]",
"refFlag" : true
},
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem12",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem12"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TEXT.*.NEW",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.NEW]",
"refFlag" : true
}, },
"allowEmpty" : true, "caption" : "新建",
"hidden" : true, "codeName" : "New",
"showCaption" : true "fullCodeName" : "New",
} ], "name" : "编辑界面_新建操作",
"getPSLayout" : { "getPSSysImage" : {
"childColLG" : -1, "glyph" : "xf0f6@FontAwesome",
"childColMD" : 24, "cssClass" : "fa fa-file-text-o"
"childColSM" : -1, },
"childColXS" : -1, "predefinedType" : "EDITVIEW_NEWACTION",
"columnCount" : 24, "timeout" : 60000,
"layout" : "TABLE_24COL" "getTooltipPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION"
}, },
"infoGroupMode" : false "tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true
},
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem13",
"spanMode" : false
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "其它", "defaultContent" : "拷贝",
"lanResTag" : "CONTROL.DEFORM.TREENODE.MAIN.FORMPAGE.FORMPAGE2", "lanResTag" : "TBB.TEXT.*.COPY",
"lanResType" : "CONTROL", "lanResType" : "TBB.TEXT",
"name" : "控件文本(CONTROL.*)[DEFORM.TREENODE.MAIN.FORMPAGE.FORMPAGE2]", "name" : "工具栏按钮文本[*.COPY]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "其它", "caption" : "拷贝",
"codeName" : "formpage2", "groupExtractMode" : "ITEM",
"detailStyle" : "DEFAULT", "itemType" : "DEUIACTION",
"detailType" : "FORMPAGE", "name" : "tbitem14",
"name" : "formpage2", "noPrivDisplayMode" : 2,
"getPSDEFormDetails" : [ { "getPSAppViewUIAction" : {
"actionGroupExtractMode" : "ITEM", "modelref" : true,
"id" : "toolbar_tbitem14"
},
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "操作信息", "defaultContent" : "拷贝",
"lanResTag" : "CONTROL.DEFORM.TREENODE.MAIN.GROUPPANEL.GROUP2", "lanResTag" : "TBB.TEXT.*.COPY",
"lanResType" : "CONTROL", "lanResType" : "TBB.TEXT",
"name" : "控件文本(CONTROL.*)[DEFORM.TREENODE.MAIN.GROUPPANEL.GROUP2]", "name" : "工具栏按钮文本[*.COPY]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "操作信息", "caption" : "拷贝",
"codeName" : "group2", "codeName" : "Copy",
"detailStyle" : "DEFAULT", "fullCodeName" : "Copy",
"detailType" : "GROUPPANEL", "name" : "编辑界面_拷贝操作",
"name" : "group2", "getPSSysImage" : {
"getPSDEFormDetails" : [ { "glyph" : "xf0c5@FontAwesome",
"getCapPSLanguageRes" : { "cssClass" : "fa fa-copy"
"defaultContent" : "建立人",
"lanResTag" : "DEF.LNAME.CREATEMAN",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[CREATEMAN]",
"refFlag" : true
},
"caption" : "建立人",
"codeName" : "createman",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "createman",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "createman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "建立时间",
"lanResTag" : "DEF.LNAME.CREATEDATE",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[CREATEDATE]",
"refFlag" : true
},
"caption" : "建立时间",
"codeName" : "createdate",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "createdate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "createdate",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "更新人",
"lanResTag" : "DEF.LNAME.UPDATEMAN",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEMAN]",
"refFlag" : true
},
"caption" : "更新人",
"codeName" : "updateman",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "updateman",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updateman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "更新时间",
"lanResTag" : "DEF.LNAME.UPDATEDATE",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEDATE]",
"refFlag" : true
},
"caption" : "更新时间",
"codeName" : "updatedate",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updatedate",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"getPSLayoutPos" : { "predefinedType" : "EDITVIEW_COPYACTION",
"colMD" : 24, "timeout" : 60000,
"layout" : "TABLE_24COL" "getTooltipPSLanguageRes" : {
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TOOLTIP.*.COPY",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.COPY]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Copy",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "拷贝",
"getTooltipPSLanguageRes" : {
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TOOLTIP.*.COPY",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.COPY]",
"refFlag" : true
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem16",
"spanMode" : false
}, {
"caption" : "第一个记录",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem23",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem23"
},
"getPSSysImage" : {
"glyph" : "xf049@FontAwesome",
"cssClass" : "fa fa-fast-backward"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "第一个记录",
"codeName" : "FirstRecord",
"fullCodeName" : "FirstRecord",
"name" : "编辑界面_第一个记录",
"getPSSysImage" : {
"glyph" : "xf049@FontAwesome",
"cssClass" : "fa fa-fast-backward"
}, },
"infoGroupMode" : false, "predefinedType" : "EDITVIEW_FIRSTRECORDACTION",
"showCaption" : true "timeout" : 60000,
} ], "uIActionMode" : "SYS",
"getPSLayout" : { "uIActionTag" : "FirstRecord",
"childColLG" : -1, "uIActionType" : "DEUIACTION"
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "tooltip" : "第一个记录",
} ], "uIActionTarget" : "SINGLEKEY",
"getPSLayout" : { "showCaption" : false,
"childColLG" : -1, "showIcon" : true
"childColMD" : 24, }, {
"childColSM" : -1, "caption" : "上一个记录",
"childColXS" : -1, "groupExtractMode" : "ITEM",
"columnCount" : 24, "itemType" : "DEUIACTION",
"layout" : "TABLE_24COL" "name" : "tbitem24",
}, "noPrivDisplayMode" : 2,
"getRemovePSControlAction" : { "getPSAppViewUIAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "Remove" "id" : "toolbar_tbitem24"
}, },
"getPSAppDataEntity" : { "getPSSysImage" : {
"glyph" : "xf048@FontAwesome",
"cssClass" : "fa fa-step-backward"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "上一个记录",
"codeName" : "PrevRecord",
"fullCodeName" : "PrevRecord",
"name" : "编辑界面_上一个记录",
"getPSSysImage" : {
"glyph" : "xf048@FontAwesome",
"cssClass" : "fa fa-step-backward"
},
"predefinedType" : "EDITVIEW_PREVRECORDACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "PrevRecord",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "上一个记录",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : false,
"showIcon" : true
}, {
"caption" : "下一个记录",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem25",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json" "id" : "toolbar_tbitem25"
} },
}, "getPSSysImage" : {
"tabHeaderPos" : "TOP", "glyph" : "xf051@FontAwesome",
"getUpdatePSControlAction" : { "cssClass" : "fa fa-step-forward"
"modelref" : true, },
"id" : "update", "getPSUIAction" : {
"actionName" : "Update", "actionTarget" : "SINGLEKEY",
"actionType" : "DEACTION", "caption" : "下一个记录",
"dataAccessAction" : "UPDATE", "codeName" : "NextRecord",
"name" : "update", "fullCodeName" : "NextRecord",
"getPSAppDEMethod" : { "name" : "编辑界面_下一个记录",
"getPSSysImage" : {
"glyph" : "xf051@FontAwesome",
"cssClass" : "fa fa-step-forward"
},
"predefinedType" : "EDITVIEW_NEXTRECORDACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "NextRecord",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "下一个记录",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : false,
"showIcon" : true
}, {
"caption" : "最后一个记录",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem26",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "Update" "id" : "toolbar_tbitem26"
}, },
"getPSAppDataEntity" : { "getPSSysImage" : {
"glyph" : "xf050@FontAwesome",
"cssClass" : "fa fa-fast-forward"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "最后一个记录",
"codeName" : "LastRecord",
"fullCodeName" : "LastRecord",
"name" : "编辑界面_最后一个记录",
"getPSSysImage" : {
"glyph" : "xf050@FontAwesome",
"cssClass" : "fa fa-fast-forward"
},
"predefinedType" : "EDITVIEW_LASTRECORDACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "LastRecord",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "最后一个记录",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : false,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem21",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "帮助",
"lanResTag" : "TBB.TEXT.*.HELP",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.HELP]",
"refFlag" : true
},
"caption" : "帮助",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem22",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json" "id" : "toolbar_tbitem22"
} },
}, "getPSSysImage" : {
"noTabHeader" : false, "glyph" : "xf128@FontAwesome",
"name" : "form", "cssClass" : "fa fa-question"
"modelid" : "b297201d26f37f9daa7bf4e18b72bf0a", },
"modeltype" : "PSDEFORM_EDITFORM" "getPSUIAction" : {
"getCapPSLanguageRes" : {
"defaultContent" : "帮助",
"lanResTag" : "TBB.TEXT.*.HELP",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.HELP]",
"refFlag" : true
},
"caption" : "帮助",
"codeName" : "Help",
"fullCodeName" : "Help",
"name" : "编辑界面_帮助操作",
"getPSSysImage" : {
"glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question"
},
"predefinedType" : "EDITVIEW_HELPACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "帮助",
"lanResTag" : "TBB.TOOLTIP.*.HELP",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.HELP]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Help",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "帮助",
"getTooltipPSLanguageRes" : {
"defaultContent" : "帮助",
"lanResTag" : "TBB.TOOLTIP.*.HELP",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.HELP]",
"refFlag" : true
},
"showCaption" : true,
"showIcon" : true
} ],
"xDataControlName" : "form",
"modelid" : "a4eb00b17f8652bdf677cb4ed5231e63",
"modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "EditViewdatainfobar", "codeName" : "EditViewdatainfobar",
"controlType" : "DATAINFOBAR", "controlType" : "DATAINFOBAR",
......
...@@ -80,6 +80,7 @@ ...@@ -80,6 +80,7 @@
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "EDITDATA", "name" : "EDITDATA",
"realOpenMode" : "POPUPMODAL",
"realTitle" : "树节点编辑视图", "realTitle" : "树节点编辑视图",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"defaultContent" : "树节点编辑视图", "defaultContent" : "树节点编辑视图",
...@@ -95,6 +96,7 @@ ...@@ -95,6 +96,7 @@
} }
}, { }, {
"name" : "NEWDATA", "name" : "NEWDATA",
"realOpenMode" : "POPUPMODAL",
"realTitle" : "树节点编辑视图", "realTitle" : "树节点编辑视图",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"defaultContent" : "树节点编辑视图", "defaultContent" : "树节点编辑视图",
......
...@@ -686,6 +686,24 @@ ...@@ -686,6 +686,24 @@
"value" : "20" "value" : "20"
} ], } ],
"enableCache" : true "enableCache" : true
}, {
"codeListTag" : "YesNo",
"codeListType" : "STATIC",
"codeName" : "YesNo",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/YesNo.json",
"emptyText" : "未定义",
"name" : "是否",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"text" : "是",
"value" : "1"
}, {
"codeName" : "Item_0",
"text" : "否",
"value" : "0"
} ],
"enableCache" : true
} ], } ],
"getAllPSAppCounters" : [ { "getAllPSAppCounters" : [ {
"modelref" : true, "modelref" : true,
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册