提交 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", "modelref" : true,
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}
}, },
"getPSControlParam" : { "defaultLabelWidth" : 130,
"id" : "TOOLBAR" "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode/PSFORMS/Main.json",
}, "getGetDraftFromPSControlAction" : {
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"defaultContent" : "保存",
"lanResTag" : "TBB.TEXT.*.SAVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.SAVE]",
"refFlag" : true
},
"caption" : "保存",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem3" "id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}
}, },
"getPSSysImage" : { "getGetDraftPSControlAction" : {
"glyph" : "xf0c7@FontAwesome", "modelref" : true,
"cssClass" : "fa fa-save" "id" : "loaddraft",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
}, },
"getPSUIAction" : { "getPSAppDataEntity" : {
"getCapPSLanguageRes" : { "modelref" : true,
"defaultContent" : "保存", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
"lanResTag" : "TBB.TEXT.*.SAVE", }
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.SAVE]",
"refFlag" : true
}, },
"caption" : "保存", "getGetPSControlAction" : {
"codeName" : "Save", "modelref" : true,
"fullCodeName" : "Save", "id" : "load",
"name" : "编辑界面_保存操作", "actionName" : "Get",
"getPSSysImage" : { "actionType" : "DEACTION",
"glyph" : "xf0c7@FontAwesome", "dataAccessAction" : "READ",
"cssClass" : "fa fa-save" "name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
}, },
"predefinedType" : "EDITVIEW_SAVEACTION", "getPSAppDataEntity" : {
"timeout" : 60000, "modelref" : true,
"getTooltipPSLanguageRes" : { "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
"defaultContent" : "保存", }
"lanResTag" : "TBB.TOOLTIP.*.SAVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.SAVE]",
"refFlag" : true
}, },
"uIActionMode" : "SYS", "logicName" : "主编辑表单",
"uIActionTag" : "Save", "getPSAppDataEntity" : {
"uIActionType" : "DEUIACTION" "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}, },
"tooltip" : "保存", "getPSControlHandler" : {
"getTooltipPSLanguageRes" : { "getPSHandlerActions" : [ {
"defaultContent" : "保存", "actionName" : "GetDraft",
"lanResTag" : "TBB.TOOLTIP.*.SAVE", "actionType" : "DEACTION",
"lanResType" : "TBB.TOOLTIP", "dataAccessAction" : "CREATE",
"name" : "工具栏按钮提示[*.SAVE]", "name" : "loaddraft",
"refFlag" : true "getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
}, },
"showCaption" : true, "getPSAppDataEntity" : {
"showIcon" : true "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}
}, { }, {
"getCapPSLanguageRes" : { "actionName" : "GETDRAFTFROM",
"defaultContent" : "保存并新建", "actionType" : "DEACTION",
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDNEW", "dataAccessAction" : "CREATE",
"lanResType" : "TBB.TEXT", "name" : "loaddraftfrom",
"name" : "工具栏按钮文本[EDITVIEW.SAVEANDNEW]", "getPSAppDataEntity" : {
"refFlag" : true
},
"caption" : "保存并新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem4",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem4" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}, }
"getPSSysImage" : { }, {
"cssClass" : "sx-tb-saveandnew" "actionName" : "Get",
}, "actionType" : "DEACTION",
"getPSUIAction" : { "dataAccessAction" : "READ",
"getCapPSLanguageRes" : { "name" : "load",
"defaultContent" : "保存并新建", "getPSAppDEMethod" : {
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDNEW", "modelref" : true,
"lanResType" : "TBB.TEXT", "id" : "Get"
"name" : "工具栏按钮文本[EDITVIEW.SAVEANDNEW]",
"refFlag" : true
},
"caption" : "保存并新建",
"codeName" : "SaveAndNew",
"fullCodeName" : "SaveAndNew",
"name" : "编辑界面_保存并新建操作",
"getPSSysImage" : {
"cssClass" : "sx-tb-saveandnew"
},
"predefinedType" : "EDITVIEW_SAVEANDNEWACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "保存并新建",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDNEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.SAVEANDNEW]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "SaveAndNew",
"uIActionType" : "DEUIACTION"
}, },
"tooltip" : "保存并新建", "getPSAppDataEntity" : {
"getTooltipPSLanguageRes" : { "modelref" : true,
"defaultContent" : "保存并新建", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDNEW", }
"lanResType" : "TBB.TOOLTIP", }, {
"name" : "工具栏按钮提示[EDITVIEW.SAVEANDNEW]", "actionName" : "Create",
"refFlag" : true "actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
}, },
"showCaption" : true, "getPSAppDataEntity" : {
"showIcon" : true "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}
}, { }, {
"getCapPSLanguageRes" : { "actionName" : "Update",
"defaultContent" : "保存并关闭", "actionType" : "DEACTION",
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE", "dataAccessAction" : "UPDATE",
"lanResType" : "TBB.TEXT", "name" : "update",
"name" : "工具栏按钮文本[EDITVIEW.SAVEANDCLOSE]", "getPSAppDEMethod" : {
"refFlag" : true "modelref" : true,
"id" : "Update"
}, },
"caption" : "保存并关闭", "getPSAppDataEntity" : {
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem5" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
}, },
"getPSSysImage" : { "getPSAppDataEntity" : {
"cssClass" : "sx-tb-saveandclose" "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}
} ],
"enableDEFieldPrivilege" : false,
"id" : "编辑表单处理器"
}, },
"getPSUIAction" : { "getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "FORM"
},
"getPSDEFormItems" : [ {
"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" : "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.EDITVIEW.SAVEANDCLOSE", "lanResTag" : "CONTROL.DEFORM.TREENODE.MAIN.FORMPAGE.FORMPAGE1",
"lanResType" : "TBB.TEXT", "lanResType" : "CONTROL",
"name" : "工具栏按钮文本[EDITVIEW.SAVEANDCLOSE]", "name" : "控件文本(CONTROL.*)[DEFORM.TREENODE.MAIN.FORMPAGE.FORMPAGE1]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "保存并关闭", "caption" : "基本信息",
"codeName" : "SaveAndExit", "codeName" : "formpage1",
"fullCodeName" : "SaveAndExit", "detailStyle" : "DEFAULT",
"name" : "编辑界面_保存并退出操作", "detailType" : "FORMPAGE",
"getPSSysImage" : { "name" : "formpage1",
"cssClass" : "sx-tb-saveandclose" "getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"getCapPSLanguageRes" : {
"defaultContent" : "树节点基本信息",
"lanResTag" : "CONTROL.DEFORM.TREENODE.MAIN.GROUPPANEL.GROUP1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.TREENODE.MAIN.GROUPPANEL.GROUP1]",
"refFlag" : true
}, },
"predefinedType" : "EDITVIEW_SAVEANDEXITACTION", "caption" : "树节点基本信息",
"timeout" : 60000, "codeName" : "group1",
"getTooltipPSLanguageRes" : { "detailStyle" : "DEFAULT",
"defaultContent" : "保存并关闭", "detailType" : "GROUPPANEL",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE", "name" : "group1",
"lanResType" : "TBB.TOOLTIP", "getPSDEFormDetails" : [ {
"name" : "工具栏按钮提示[EDITVIEW.SAVEANDCLOSE]", "getCapPSLanguageRes" : {
"defaultContent" : "树节点名称",
"lanResTag" : "DEF.LNAME.TREENODENAME",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[TREENODENAME]",
"refFlag" : true "refFlag" : true
}, },
"uIActionMode" : "SYS", "caption" : "树节点名称",
"uIActionTag" : "SaveAndExit", "codeName" : "treenodename",
"uIActionType" : "DEUIACTION" "dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "treenodename",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TREENODENAME",
"codeName" : "TreeNodeName"
}, },
"tooltip" : "保存并关闭", "getPSEditor" : {
"getTooltipPSLanguageRes" : { "editorType" : "TEXTBOX",
"defaultContent" : "保存并关闭", "maxLength" : 200,
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE", "name" : "treenodename"
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.SAVEANDCLOSE]",
"refFlag" : true
}, },
"showCaption" : true, "getPSLayoutPos" : {
"showIcon" : true "colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, { }, {
"itemType" : "SEPERATOR", "caption" : "父树节点标识",
"name" : "tbitem6", "codeName" : "ptreenodeid",
"spanMode" : false "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"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "删除并关闭", "defaultContent" : "树节点标识",
"lanResTag" : "TBB.TEXT.EDITVIEW.REMOVEANDCLOSE", "lanResTag" : "DEF.LNAME.TREENODEID",
"lanResType" : "TBB.TEXT", "lanResType" : "DEF.LNAME",
"name" : "工具栏按钮文本[EDITVIEW.REMOVEANDCLOSE]", "name" : "属性逻辑名称(DEF.LNAME.*)[TREENODEID]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "删除并关闭", "caption" : "树节点标识",
"groupExtractMode" : "ITEM", "codeName" : "treenodeid",
"itemType" : "DEUIACTION", "dataType" : 25,
"name" : "tbitem7", "detailStyle" : "DEFAULT",
"noPrivDisplayMode" : 2, "detailType" : "FORMITEM",
"getPSAppViewUIAction" : { "enableCond" : 3,
"modelref" : true, "ignoreInput" : 0,
"id" : "toolbar_tbitem7" "labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "treenodeid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TREENODEID",
"codeName" : "TreeNodeId"
}, },
"getPSSysImage" : { "getPSEditor" : {
"glyph" : "xf00d@FontAwesome", "editorType" : "HIDDEN",
"cssClass" : "fa fa-remove" "name" : "treenodeid"
}, },
"getPSUIAction" : { "getPSLayoutPos" : {
"actionTarget" : "SINGLEKEY", "colMD" : 24,
"getCapPSLanguageRes" : { "layout" : "TABLE_24COL"
"defaultContent" : "删除并关闭",
"lanResTag" : "TBB.TEXT.EDITVIEW.REMOVEANDCLOSE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[EDITVIEW.REMOVEANDCLOSE]",
"refFlag" : true
}, },
"caption" : "删除并关闭", "allowEmpty" : true,
"codeName" : "RemoveAndExit", "hidden" : true,
"fullCodeName" : "RemoveAndExit", "showCaption" : true
"name" : "编辑界面_删除并退出操作", } ],
"getPSSysImage" : { "getPSLayout" : {
"glyph" : "xf00d@FontAwesome", "childColLG" : -1,
"cssClass" : "fa fa-remove" "childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"predefinedType" : "EDITVIEW_REMOVEANDEXITACTION", "infoGroupMode" : false
"timeout" : 60000, }, {
"getTooltipPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "删除并关闭", "defaultContent" : "其它",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.REMOVEANDCLOSE", "lanResTag" : "CONTROL.DEFORM.TREENODE.MAIN.FORMPAGE.FORMPAGE2",
"lanResType" : "TBB.TOOLTIP", "lanResType" : "CONTROL",
"name" : "工具栏按钮提示[EDITVIEW.REMOVEANDCLOSE]", "name" : "控件文本(CONTROL.*)[DEFORM.TREENODE.MAIN.FORMPAGE.FORMPAGE2]",
"refFlag" : true "refFlag" : true
}, },
"uIActionMode" : "SYS", "caption" : "其它",
"uIActionTag" : "RemoveAndExit", "codeName" : "formpage2",
"uIActionType" : "DEUIACTION" "detailStyle" : "DEFAULT",
}, "detailType" : "FORMPAGE",
"tooltip" : "删除并关闭", "name" : "formpage2",
"getTooltipPSLanguageRes" : { "getPSDEFormDetails" : [ {
"defaultContent" : "删除并关闭", "actionGroupExtractMode" : "ITEM",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.REMOVEANDCLOSE", "getCapPSLanguageRes" : {
"lanResType" : "TBB.TOOLTIP", "defaultContent" : "操作信息",
"name" : "工具栏按钮提示[EDITVIEW.REMOVEANDCLOSE]", "lanResTag" : "CONTROL.DEFORM.TREENODE.MAIN.GROUPPANEL.GROUP2",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.TREENODE.MAIN.GROUPPANEL.GROUP2]",
"refFlag" : true "refFlag" : true
}, },
"uIActionTarget" : "SINGLEKEY", "caption" : "操作信息",
"showCaption" : true, "codeName" : "group2",
"showIcon" : true "detailStyle" : "DEFAULT",
}, { "detailType" : "GROUPPANEL",
"itemType" : "SEPERATOR", "name" : "group2",
"name" : "tbitem8", "getPSDEFormDetails" : [ {
"spanMode" : false
}, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "新建", "defaultContent" : "建立人",
"lanResTag" : "TBB.TEXT.*.NEW", "lanResTag" : "DEF.LNAME.CREATEMAN",
"lanResType" : "TBB.TEXT", "lanResType" : "DEF.LNAME",
"name" : "工具栏按钮文本[*.NEW]", "name" : "属性逻辑名称(DEF.LNAME.*)[CREATEMAN]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "新建", "caption" : "建立人",
"groupExtractMode" : "ITEM", "codeName" : "createman",
"itemType" : "DEUIACTION", "dataType" : 25,
"name" : "tbitem12", "detailStyle" : "DEFAULT",
"noPrivDisplayMode" : 2, "detailType" : "FORMITEM",
"getPSAppViewUIAction" : { "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, "modelref" : true,
"id" : "toolbar_tbitem12" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
}, },
"getPSSysImage" : { "enableLinkView" : false
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
}, },
"getPSUIAction" : { "getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "新建", "defaultContent" : "建立时间",
"lanResTag" : "TBB.TEXT.*.NEW", "lanResTag" : "DEF.LNAME.CREATEDATE",
"lanResType" : "TBB.TEXT", "lanResType" : "DEF.LNAME",
"name" : "工具栏按钮文本[*.NEW]", "name" : "属性逻辑名称(DEF.LNAME.*)[CREATEDATE]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "新建", "caption" : "建立时间",
"codeName" : "New", "codeName" : "createdate",
"fullCodeName" : "New", "dataType" : 5,
"name" : "编辑界面_新建操作", "detailStyle" : "DEFAULT",
"getPSSysImage" : { "detailType" : "FORMITEM",
"glyph" : "xf0f6@FontAwesome", "enableCond" : 3,
"cssClass" : "fa fa-file-text-o" "ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "createdate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, },
"predefinedType" : "EDITVIEW_NEWACTION", "getPSEditor" : {
"timeout" : 60000, "editorType" : "SPAN",
"getTooltipPSLanguageRes" : { "name" : "createdate",
"defaultContent" : "新建", "enableLinkView" : false
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true
}, },
"uIActionMode" : "SYS", "getPSLayoutPos" : {
"uIActionTag" : "New", "colMD" : 24,
"uIActionType" : "DEUIACTION" "layout" : "TABLE_24COL"
}, },
"tooltip" : "新建", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"getTooltipPSLanguageRes" : { "allowEmpty" : true,
"defaultContent" : "新建", "showCaption" : true
"lanResTag" : "TBB.TOOLTIP.*.NEW", }, {
"lanResType" : "TBB.TOOLTIP", "getCapPSLanguageRes" : {
"name" : "工具栏按钮提示[*.NEW]", "defaultContent" : "更新人",
"lanResTag" : "DEF.LNAME.UPDATEMAN",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEMAN]",
"refFlag" : true "refFlag" : true
}, },
"showCaption" : true, "caption" : "更新人",
"showIcon" : true "codeName" : "updateman",
}, { "dataType" : 25,
"itemType" : "SEPERATOR", "detailStyle" : "DEFAULT",
"name" : "tbitem13", "detailType" : "FORMITEM",
"spanMode" : false "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" : { "getCapPSLanguageRes" : {
"defaultContent" : "拷贝", "defaultContent" : "更新时间",
"lanResTag" : "TBB.TEXT.*.COPY", "lanResTag" : "DEF.LNAME.UPDATEDATE",
"lanResType" : "TBB.TEXT", "lanResType" : "DEF.LNAME",
"name" : "工具栏按钮文本[*.COPY]", "name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEDATE]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "拷贝", "caption" : "更新时间",
"groupExtractMode" : "ITEM", "codeName" : "updatedate",
"itemType" : "DEUIACTION", "dataType" : 5,
"name" : "tbitem14", "detailStyle" : "DEFAULT",
"noPrivDisplayMode" : 2, "detailType" : "FORMITEM",
"getPSAppViewUIAction" : { "enableCond" : 3,
"modelref" : true, "ignoreInput" : 3,
"id" : "toolbar_tbitem14" "labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, },
"getPSSysImage" : { "getPSEditor" : {
"glyph" : "xf0c5@FontAwesome", "editorType" : "SPAN",
"cssClass" : "fa fa-copy" "name" : "updatedate",
"enableLinkView" : false
}, },
"getPSUIAction" : { "getPSLayoutPos" : {
"actionTarget" : "SINGLEKEY", "colMD" : 24,
"getCapPSLanguageRes" : { "layout" : "TABLE_24COL"
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TEXT.*.COPY",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.COPY]",
"refFlag" : true
}, },
"caption" : "拷贝", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"codeName" : "Copy", "allowEmpty" : true,
"fullCodeName" : "Copy", "showCaption" : true
"name" : "编辑界面_拷贝操作", } ],
"getPSSysImage" : { "getPSLayout" : {
"glyph" : "xf0c5@FontAwesome", "childColLG" : -1,
"cssClass" : "fa fa-copy" "childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"predefinedType" : "EDITVIEW_COPYACTION", "getPSLayoutPos" : {
"timeout" : 60000, "colMD" : 24,
"getTooltipPSLanguageRes" : { "layout" : "TABLE_24COL"
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TOOLTIP.*.COPY",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.COPY]",
"refFlag" : true
}, },
"uIActionMode" : "SYS", "infoGroupMode" : false,
"uIActionTag" : "Copy", "showCaption" : true
"uIActionType" : "DEUIACTION" } ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"tooltip" : "拷贝", "infoGroupMode" : false
"getTooltipPSLanguageRes" : { } ],
"defaultContent" : "拷贝", "getPSLayout" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY", "childColLG" : -1,
"lanResType" : "TBB.TOOLTIP", "childColMD" : 24,
"name" : "工具栏按钮提示[*.COPY]", "childColSM" : -1,
"refFlag" : true "childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"uIActionTarget" : "SINGLEKEY", "getRemovePSControlAction" : {
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem16",
"spanMode" : false
}, {
"caption" : "第一个记录",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem23",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem23" "id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
}, },
"getPSSysImage" : { "getPSAppDataEntity" : {
"glyph" : "xf049@FontAwesome", "modelref" : true,
"cssClass" : "fa fa-fast-backward" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}
}, },
"getPSUIAction" : { "tabHeaderPos" : "TOP",
"actionTarget" : "SINGLEKEY", "getUpdatePSControlAction" : {
"caption" : "第一个记录", "modelref" : true,
"codeName" : "FirstRecord", "id" : "update",
"fullCodeName" : "FirstRecord", "actionName" : "Update",
"name" : "编辑界面_第一个记录", "actionType" : "DEACTION",
"getPSSysImage" : { "dataAccessAction" : "UPDATE",
"glyph" : "xf049@FontAwesome", "name" : "update",
"cssClass" : "fa fa-fast-backward" "getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
}, },
"predefinedType" : "EDITVIEW_FIRSTRECORDACTION", "getPSAppDataEntity" : {
"timeout" : 60000, "modelref" : true,
"uIActionMode" : "SYS", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
"uIActionTag" : "FirstRecord", }
"uIActionType" : "DEUIACTION"
}, },
"tooltip" : "第一个记录", "noTabHeader" : false,
"uIActionTarget" : "SINGLEKEY", "name" : "form",
"showCaption" : false, "modelid" : "b297201d26f37f9daa7bf4e18b72bf0a",
"showIcon" : true "modeltype" : "PSDEFORM_EDITFORM"
}, { }, {
"caption" : "上一个记录", "codeName" : "EditViewtoolbar",
"groupExtractMode" : "ITEM", "controlType" : "TOOLBAR",
"itemType" : "DEUIACTION", "logicName" : "工具栏模板(默认编辑界面)",
"name" : "tbitem24", "name" : "toolbar",
"noPrivDisplayMode" : 2, "getPSAppDataEntity" : {
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem24" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
},
"getPSSysImage" : {
"glyph" : "xf048@FontAwesome",
"cssClass" : "fa fa-step-backward"
}, },
"getPSUIAction" : { "getPSControlParam" : {
"actionTarget" : "SINGLEKEY", "id" : "TOOLBAR"
"caption" : "上一个记录",
"codeName" : "PrevRecord",
"fullCodeName" : "PrevRecord",
"name" : "编辑界面_上一个记录",
"getPSSysImage" : {
"glyph" : "xf048@FontAwesome",
"cssClass" : "fa fa-step-backward"
}, },
"predefinedType" : "EDITVIEW_PREVRECORDACTION", "getPSDEToolbarItems" : [ {
"timeout" : 60000, "getCapPSLanguageRes" : {
"uIActionMode" : "SYS", "defaultContent" : "保存",
"uIActionTag" : "PrevRecord", "lanResTag" : "TBB.TEXT.*.SAVE",
"uIActionType" : "DEUIACTION" "lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.SAVE]",
"refFlag" : true
}, },
"tooltip" : "上一个记录", "caption" : "保存",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : false,
"showIcon" : true
}, {
"caption" : "下一个记录",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem25", "name" : "tbitem3",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem25" "id" : "toolbar_tbitem3"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf051@FontAwesome", "glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-step-forward" "cssClass" : "fa fa-save"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY", "getCapPSLanguageRes" : {
"caption" : "下一个记录", "defaultContent" : "保存",
"codeName" : "NextRecord", "lanResTag" : "TBB.TEXT.*.SAVE",
"fullCodeName" : "NextRecord", "lanResType" : "TBB.TEXT",
"name" : "编辑界面_下一个记录", "name" : "工具栏按钮文本[*.SAVE]",
"getPSSysImage" : { "refFlag" : true
"glyph" : "xf051@FontAwesome", },
"cssClass" : "fa fa-step-forward" "caption" : "保存",
"codeName" : "Save",
"fullCodeName" : "Save",
"name" : "编辑界面_保存操作",
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
}, },
"predefinedType" : "EDITVIEW_NEXTRECORDACTION", "predefinedType" : "EDITVIEW_SAVEACTION",
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "保存",
"lanResTag" : "TBB.TOOLTIP.*.SAVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.SAVE]",
"refFlag" : true
},
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "NextRecord", "uIActionTag" : "Save",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"tooltip" : "下一个记录", "tooltip" : "保存",
"uIActionTarget" : "SINGLEKEY", "getTooltipPSLanguageRes" : {
"showCaption" : false, "defaultContent" : "保存",
"lanResTag" : "TBB.TOOLTIP.*.SAVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.SAVE]",
"refFlag" : true
},
"showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
"caption" : "最后一个记录", "getCapPSLanguageRes" : {
"defaultContent" : "保存并新建",
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDNEW",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[EDITVIEW.SAVEANDNEW]",
"refFlag" : true
},
"caption" : "保存并新建",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem26", "name" : "tbitem4",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem26" "id" : "toolbar_tbitem4"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf050@FontAwesome", "cssClass" : "sx-tb-saveandnew"
"cssClass" : "fa fa-fast-forward"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY", "getCapPSLanguageRes" : {
"caption" : "最后一个记录", "defaultContent" : "保存并新建",
"codeName" : "LastRecord", "lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDNEW",
"fullCodeName" : "LastRecord", "lanResType" : "TBB.TEXT",
"name" : "编辑界面_最后一个记录", "name" : "工具栏按钮文本[EDITVIEW.SAVEANDNEW]",
"refFlag" : true
},
"caption" : "保存并新建",
"codeName" : "SaveAndNew",
"fullCodeName" : "SaveAndNew",
"name" : "编辑界面_保存并新建操作",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf050@FontAwesome", "cssClass" : "sx-tb-saveandnew"
"cssClass" : "fa fa-fast-forward"
}, },
"predefinedType" : "EDITVIEW_LASTRECORDACTION", "predefinedType" : "EDITVIEW_SAVEANDNEWACTION",
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "保存并新建",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDNEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.SAVEANDNEW]",
"refFlag" : true
},
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "LastRecord", "uIActionTag" : "SaveAndNew",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"tooltip" : "最后一个记录", "tooltip" : "保存并新建",
"uIActionTarget" : "SINGLEKEY", "getTooltipPSLanguageRes" : {
"showCaption" : false, "defaultContent" : "保存并新建",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDNEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.SAVEANDNEW]",
"refFlag" : true
},
"showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem21",
"spanMode" : false
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "帮助", "defaultContent" : "保存并关闭",
"lanResTag" : "TBB.TEXT.*.HELP", "lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE",
"lanResType" : "TBB.TEXT", "lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.HELP]", "name" : "工具栏按钮文本[EDITVIEW.SAVEANDCLOSE]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "帮助", "caption" : "保存并关闭",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem22", "name" : "tbitem5",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem22" "id" : "toolbar_tbitem5"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf128@FontAwesome", "cssClass" : "sx-tb-saveandclose"
"cssClass" : "fa fa-question"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "帮助", "defaultContent" : "保存并关闭",
"lanResTag" : "TBB.TEXT.*.HELP", "lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE",
"lanResType" : "TBB.TEXT", "lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.HELP]", "name" : "工具栏按钮文本[EDITVIEW.SAVEANDCLOSE]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "帮助", "caption" : "保存并关闭",
"codeName" : "Help", "codeName" : "SaveAndExit",
"fullCodeName" : "Help", "fullCodeName" : "SaveAndExit",
"name" : "编辑界面_帮助操作", "name" : "编辑界面_保存并退出操作",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf128@FontAwesome", "cssClass" : "sx-tb-saveandclose"
"cssClass" : "fa fa-question"
}, },
"predefinedType" : "EDITVIEW_HELPACTION", "predefinedType" : "EDITVIEW_SAVEANDEXITACTION",
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"defaultContent" : "帮助", "defaultContent" : "保存并关闭",
"lanResTag" : "TBB.TOOLTIP.*.HELP", "lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE",
"lanResType" : "TBB.TOOLTIP", "lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.HELP]", "name" : "工具栏按钮提示[EDITVIEW.SAVEANDCLOSE]",
"refFlag" : true "refFlag" : true
}, },
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "Help", "uIActionTag" : "SaveAndExit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"tooltip" : "帮助", "tooltip" : "保存并关闭",
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"defaultContent" : "帮助", "defaultContent" : "保存并关闭",
"lanResTag" : "TBB.TOOLTIP.*.HELP", "lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE",
"lanResType" : "TBB.TOOLTIP", "lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.HELP]", "name" : "工具栏按钮提示[EDITVIEW.SAVEANDCLOSE]",
"refFlag" : true "refFlag" : true
}, },
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
} ],
"xDataControlName" : "form",
"modelid" : "a4eb00b17f8652bdf677cb4ed5231e63",
"modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "Main", "itemType" : "SEPERATOR",
"controlType" : "FORM", "name" : "tbitem6",
"getCreatePSControlAction" : { "spanMode" : false
"modelref" : true, }, {
"id" : "create", "getCapPSLanguageRes" : {
"actionName" : "Create", "defaultContent" : "删除并关闭",
"actionType" : "DEACTION", "lanResTag" : "TBB.TEXT.EDITVIEW.REMOVEANDCLOSE",
"dataAccessAction" : "CREATE", "lanResType" : "TBB.TEXT",
"name" : "create", "name" : "工具栏按钮文本[EDITVIEW.REMOVEANDCLOSE]",
"getPSAppDEMethod" : { "refFlag" : true
"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" : { "caption" : "删除并关闭",
"modelref" : true, "groupExtractMode" : "ITEM",
"id" : "loaddraft", "itemType" : "DEUIACTION",
"actionName" : "GetDraft", "name" : "tbitem7",
"actionType" : "DEACTION", "noPrivDisplayMode" : 2,
"dataAccessAction" : "CREATE", "getPSAppViewUIAction" : {
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "GetDraft" "id" : "toolbar_tbitem7"
}, },
"getPSAppDataEntity" : { "getPSSysImage" : {
"modelref" : true, "glyph" : "xf00d@FontAwesome",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json" "cssClass" : "fa fa-remove"
}
}, },
"getGetPSControlAction" : { "getPSUIAction" : {
"modelref" : true, "actionTarget" : "SINGLEKEY",
"id" : "load", "getCapPSLanguageRes" : {
"actionName" : "Get", "defaultContent" : "删除并关闭",
"actionType" : "DEACTION", "lanResTag" : "TBB.TEXT.EDITVIEW.REMOVEANDCLOSE",
"dataAccessAction" : "READ", "lanResType" : "TBB.TEXT",
"name" : "load", "name" : "工具栏按钮文本[EDITVIEW.REMOVEANDCLOSE]",
"getPSAppDEMethod" : { "refFlag" : true
"modelref" : true,
"id" : "Get"
}, },
"getPSAppDataEntity" : { "caption" : "删除并关闭",
"modelref" : true, "codeName" : "RemoveAndExit",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json" "fullCodeName" : "RemoveAndExit",
} "name" : "编辑界面_删除并退出操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
}, },
"logicName" : "主编辑表单", "predefinedType" : "EDITVIEW_REMOVEANDEXITACTION",
"getPSAppDataEntity" : { "timeout" : 60000,
"modelref" : true, "getTooltipPSLanguageRes" : {
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json" "defaultContent" : "删除并关闭",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.REMOVEANDCLOSE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.REMOVEANDCLOSE]",
"refFlag" : true
}, },
"getPSControlHandler" : { "uIActionMode" : "SYS",
"getPSHandlerActions" : [ { "uIActionTag" : "RemoveAndExit",
"actionName" : "GetDraft", "uIActionType" : "DEUIACTION"
"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.EDITVIEW.REMOVEANDCLOSE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.REMOVEANDCLOSE]",
"refFlag" : true
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, { }, {
"actionName" : "GETDRAFTFROM", "itemType" : "SEPERATOR",
"actionType" : "DEACTION", "name" : "tbitem8",
"dataAccessAction" : "CREATE", "spanMode" : false
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json"
}
}, { }, {
"actionName" : "Get", "getCapPSLanguageRes" : {
"actionType" : "DEACTION", "defaultContent" : "新建",
"dataAccessAction" : "READ", "lanResTag" : "TBB.TEXT.*.NEW",
"name" : "load", "lanResType" : "TBB.TEXT",
"getPSAppDEMethod" : { "name" : "工具栏按钮文本[*.NEW]",
"modelref" : true, "refFlag" : true
"id" : "Get"
}, },
"getPSAppDataEntity" : { "caption" : "新建",
"modelref" : true, "groupExtractMode" : "ITEM",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json" "itemType" : "DEUIACTION",
} "name" : "tbitem12",
}, { "noPrivDisplayMode" : 2,
"actionName" : "Create", "getPSAppViewUIAction" : {
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "Create" "id" : "toolbar_tbitem12"
}, },
"getPSAppDataEntity" : { "getPSSysImage" : {
"modelref" : true, "glyph" : "xf0f6@FontAwesome",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json" "cssClass" : "fa fa-file-text-o"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
}, },
"getPSAppDataEntity" : { "getPSUIAction" : {
"modelref" : true, "getCapPSLanguageRes" : {
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json" "defaultContent" : "新建",
} "lanResTag" : "TBB.TEXT.*.NEW",
}, { "lanResType" : "TBB.TEXT",
"actionName" : "Remove", "name" : "工具栏按钮文本[*.NEW]",
"actionType" : "DEACTION", "refFlag" : true
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
}, },
"getPSAppDataEntity" : { "caption" : "新建",
"modelref" : true, "codeName" : "New",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TreeNode.json" "fullCodeName" : "New",
} "name" : "编辑界面_新建操作",
} ], "getPSSysImage" : {
"enableDEFieldPrivilege" : false, "glyph" : "xf0f6@FontAwesome",
"id" : "编辑表单处理器" "cssClass" : "fa fa-file-text-o"
}, },
"getPSControlParam" : { "predefinedType" : "EDITVIEW_NEWACTION",
"autoLoad" : true, "timeout" : 60000,
"showBusyIndicator" : true, "getTooltipPSLanguageRes" : {
"id" : "FORM" "defaultContent" : "新建",
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true
}, },
"getPSDEFormItems" : [ { "uIActionMode" : "SYS",
"id" : "srfupdatedate", "uIActionTag" : "New",
"hidden" : true, "uIActionType" : "DEUIACTION"
"dataType" : 5, },
"getPSAppDEField" : { "tooltip" : "新建",
"name" : "UPDATEDATE", "getTooltipPSLanguageRes" : {
"codeName" : "UpdateDate" "defaultContent" : "新建",
} "lanResTag" : "TBB.TOOLTIP.*.NEW",
}, { "lanResType" : "TBB.TOOLTIP",
"id" : "srforikey", "name" : "工具栏按钮提示[*.NEW]",
"hidden" : true, "refFlag" : true
"dataType" : 25 },
}, { "showCaption" : true,
"id" : "srfkey", "showIcon" : true
"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", "itemType" : "SEPERATOR",
"dataType" : 5, "name" : "tbitem13",
"getPSAppDEField" : { "spanMode" : false
"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.*.COPY",
"lanResType" : "CONTROL", "lanResType" : "TBB.TEXT",
"name" : "控件文本(CONTROL.*)[DEFORM.TREENODE.MAIN.FORMPAGE.FORMPAGE1]", "name" : "工具栏按钮文本[*.COPY]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "基本信息", "caption" : "拷贝",
"codeName" : "formpage1", "groupExtractMode" : "ITEM",
"detailStyle" : "DEFAULT", "itemType" : "DEUIACTION",
"detailType" : "FORMPAGE", "name" : "tbitem14",
"name" : "formpage1", "noPrivDisplayMode" : 2,
"getPSDEFormDetails" : [ { "getPSAppViewUIAction" : {
"actionGroupExtractMode" : "ITEM", "modelref" : true,
"getCapPSLanguageRes" : { "id" : "toolbar_tbitem14"
"defaultContent" : "树节点基本信息", },
"lanResTag" : "CONTROL.DEFORM.TREENODE.MAIN.GROUPPANEL.GROUP1", "getPSSysImage" : {
"lanResType" : "CONTROL", "glyph" : "xf0c5@FontAwesome",
"name" : "控件文本(CONTROL.*)[DEFORM.TREENODE.MAIN.GROUPPANEL.GROUP1]", "cssClass" : "fa fa-copy"
"refFlag" : true
}, },
"caption" : "树节点基本信息", "getPSUIAction" : {
"codeName" : "group1", "actionTarget" : "SINGLEKEY",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "group1",
"getPSDEFormDetails" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "树节点名称", "defaultContent" : "拷贝",
"lanResTag" : "DEF.LNAME.TREENODENAME", "lanResTag" : "TBB.TEXT.*.COPY",
"lanResType" : "DEF.LNAME", "lanResType" : "TBB.TEXT",
"name" : "属性逻辑名称(DEF.LNAME.*)[TREENODENAME]", "name" : "工具栏按钮文本[*.COPY]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "树节点名称", "caption" : "拷贝",
"codeName" : "treenodename", "codeName" : "Copy",
"dataType" : 25, "fullCodeName" : "Copy",
"detailStyle" : "DEFAULT", "name" : "编辑界面_拷贝操作",
"detailType" : "FORMITEM", "getPSSysImage" : {
"enableCond" : 3, "glyph" : "xf0c5@FontAwesome",
"ignoreInput" : 0, "cssClass" : "fa fa-copy"
"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, "predefinedType" : "EDITVIEW_COPYACTION",
"showCaption" : true "timeout" : 60000,
} ], "getTooltipPSLanguageRes" : {
"getPSLayout" : { "defaultContent" : "拷贝",
"childColLG" : -1, "lanResTag" : "TBB.TOOLTIP.*.COPY",
"childColMD" : 24, "lanResType" : "TBB.TOOLTIP",
"childColSM" : -1, "name" : "工具栏按钮提示[*.COPY]",
"childColXS" : -1, "refFlag" : true
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"getPSLayoutPos" : { "uIActionMode" : "SYS",
"colMD" : 24, "uIActionTag" : "Copy",
"layout" : "TABLE_24COL" "uIActionType" : "DEUIACTION"
}, },
"infoGroupMode" : false, "tooltip" : "拷贝",
"showCaption" : true "getTooltipPSLanguageRes" : {
}, { "defaultContent" : "拷贝",
"getCapPSLanguageRes" : { "lanResTag" : "TBB.TOOLTIP.*.COPY",
"defaultContent" : "树节点标识", "lanResType" : "TBB.TOOLTIP",
"lanResTag" : "DEF.LNAME.TREENODEID", "name" : "工具栏按钮提示[*.COPY]",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[TREENODEID]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "树节点标识", "uIActionTarget" : "SINGLEKEY",
"codeName" : "treenodeid", "showCaption" : true,
"dataType" : 25, "showIcon" : true
"detailStyle" : "DEFAULT", }, {
"detailType" : "FORMITEM", "itemType" : "SEPERATOR",
"enableCond" : 3, "name" : "tbitem16",
"ignoreInput" : 0, "spanMode" : false
"labelPos" : "LEFT", }, {
"labelWidth" : 130, "caption" : "第一个记录",
"name" : "treenodeid", "groupExtractMode" : "ITEM",
"noPrivDisplayMode" : 1, "itemType" : "DEUIACTION",
"getPSAppDEField" : { "name" : "tbitem23",
"name" : "TREENODEID", "noPrivDisplayMode" : 2,
"codeName" : "TreeNodeId" "getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem23"
}, },
"getPSEditor" : { "getPSSysImage" : {
"editorType" : "HIDDEN", "glyph" : "xf049@FontAwesome",
"name" : "treenodeid" "cssClass" : "fa fa-fast-backward"
}, },
"getPSLayoutPos" : { "getPSUIAction" : {
"colMD" : 24, "actionTarget" : "SINGLEKEY",
"layout" : "TABLE_24COL" "caption" : "第一个记录",
"codeName" : "FirstRecord",
"fullCodeName" : "FirstRecord",
"name" : "编辑界面_第一个记录",
"getPSSysImage" : {
"glyph" : "xf049@FontAwesome",
"cssClass" : "fa fa-fast-backward"
}, },
"allowEmpty" : true, "predefinedType" : "EDITVIEW_FIRSTRECORDACTION",
"hidden" : true, "timeout" : 60000,
"showCaption" : true "uIActionMode" : "SYS",
} ], "uIActionTag" : "FirstRecord",
"getPSLayout" : { "uIActionType" : "DEUIACTION"
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "tooltip" : "第一个记录",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : false,
"showIcon" : true
}, { }, {
"getCapPSLanguageRes" : { "caption" : "上一个记录",
"defaultContent" : "其它", "groupExtractMode" : "ITEM",
"lanResTag" : "CONTROL.DEFORM.TREENODE.MAIN.FORMPAGE.FORMPAGE2", "itemType" : "DEUIACTION",
"lanResType" : "CONTROL", "name" : "tbitem24",
"name" : "控件文本(CONTROL.*)[DEFORM.TREENODE.MAIN.FORMPAGE.FORMPAGE2]", "noPrivDisplayMode" : 2,
"refFlag" : true "getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem24"
}, },
"caption" : "其它", "getPSSysImage" : {
"codeName" : "formpage2", "glyph" : "xf048@FontAwesome",
"detailStyle" : "DEFAULT", "cssClass" : "fa fa-step-backward"
"detailType" : "FORMPAGE",
"name" : "formpage2",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"getCapPSLanguageRes" : {
"defaultContent" : "操作信息",
"lanResTag" : "CONTROL.DEFORM.TREENODE.MAIN.GROUPPANEL.GROUP2",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.TREENODE.MAIN.GROUPPANEL.GROUP2]",
"refFlag" : true
}, },
"caption" : "操作信息", "getPSUIAction" : {
"codeName" : "group2", "actionTarget" : "SINGLEKEY",
"detailStyle" : "DEFAULT", "caption" : "上一个记录",
"detailType" : "GROUPPANEL", "codeName" : "PrevRecord",
"name" : "group2", "fullCodeName" : "PrevRecord",
"getPSDEFormDetails" : [ { "name" : "编辑界面_上一个记录",
"getCapPSLanguageRes" : { "getPSSysImage" : {
"defaultContent" : "建立人", "glyph" : "xf048@FontAwesome",
"lanResTag" : "DEF.LNAME.CREATEMAN", "cssClass" : "fa fa-step-backward"
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[CREATEMAN]",
"refFlag" : true
}, },
"caption" : "建立人", "predefinedType" : "EDITVIEW_PREVRECORDACTION",
"codeName" : "createman", "timeout" : 60000,
"dataType" : 25, "uIActionMode" : "SYS",
"detailStyle" : "DEFAULT", "uIActionTag" : "PrevRecord",
"detailType" : "FORMITEM", "uIActionType" : "DEUIACTION"
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "createman",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}, },
"getPSEditor" : { "tooltip" : "上一个记录",
"editorType" : "SPAN", "uIActionTarget" : "SINGLEKEY",
"name" : "createman", "showCaption" : false,
"getPSAppCodeList" : { "showIcon" : true
}, {
"caption" : "下一个记录",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem25",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json" "id" : "toolbar_tbitem25"
}, },
"enableLinkView" : false "getPSSysImage" : {
"glyph" : "xf051@FontAwesome",
"cssClass" : "fa fa-step-forward"
}, },
"getPSLayoutPos" : { "getPSUIAction" : {
"colMD" : 24, "actionTarget" : "SINGLEKEY",
"layout" : "TABLE_24COL" "caption" : "下一个记录",
"codeName" : "NextRecord",
"fullCodeName" : "NextRecord",
"name" : "编辑界面_下一个记录",
"getPSSysImage" : {
"glyph" : "xf051@FontAwesome",
"cssClass" : "fa fa-step-forward"
}, },
"allowEmpty" : true, "predefinedType" : "EDITVIEW_NEXTRECORDACTION",
"convertToCodeItemText" : true, "timeout" : 60000,
"showCaption" : true "uIActionMode" : "SYS",
"uIActionTag" : "NextRecord",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "下一个记录",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : false,
"showIcon" : true
}, { }, {
"getCapPSLanguageRes" : { "caption" : "最后一个记录",
"defaultContent" : "建立时间", "groupExtractMode" : "ITEM",
"lanResTag" : "DEF.LNAME.CREATEDATE", "itemType" : "DEUIACTION",
"lanResType" : "DEF.LNAME", "name" : "tbitem26",
"name" : "属性逻辑名称(DEF.LNAME.*)[CREATEDATE]", "noPrivDisplayMode" : 2,
"refFlag" : true "getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem26"
}, },
"caption" : "建立时间", "getPSSysImage" : {
"codeName" : "createdate", "glyph" : "xf050@FontAwesome",
"dataType" : 5, "cssClass" : "fa fa-fast-forward"
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "createdate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, },
"getPSEditor" : { "getPSUIAction" : {
"editorType" : "SPAN", "actionTarget" : "SINGLEKEY",
"name" : "createdate", "caption" : "最后一个记录",
"enableLinkView" : false "codeName" : "LastRecord",
"fullCodeName" : "LastRecord",
"name" : "编辑界面_最后一个记录",
"getPSSysImage" : {
"glyph" : "xf050@FontAwesome",
"cssClass" : "fa fa-fast-forward"
}, },
"getPSLayoutPos" : { "predefinedType" : "EDITVIEW_LASTRECORDACTION",
"colMD" : 24, "timeout" : 60000,
"layout" : "TABLE_24COL" "uIActionMode" : "SYS",
"uIActionTag" : "LastRecord",
"uIActionType" : "DEUIACTION"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "tooltip" : "最后一个记录",
"allowEmpty" : true, "uIActionTarget" : "SINGLEKEY",
"showCaption" : true "showCaption" : false,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem21",
"spanMode" : false
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "更新人", "defaultContent" : "帮助",
"lanResTag" : "DEF.LNAME.UPDATEMAN", "lanResTag" : "TBB.TEXT.*.HELP",
"lanResType" : "DEF.LNAME", "lanResType" : "TBB.TEXT",
"name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEMAN]", "name" : "工具栏按钮文本[*.HELP]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "更新人", "caption" : "帮助",
"codeName" : "updateman", "groupExtractMode" : "ITEM",
"dataType" : 25, "itemType" : "DEUIACTION",
"detailStyle" : "DEFAULT", "name" : "tbitem22",
"detailType" : "FORMITEM", "noPrivDisplayMode" : 2,
"enableCond" : 3, "getPSAppViewUIAction" : {
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "updateman",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updateman",
"getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json" "id" : "toolbar_tbitem22"
},
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSSysImage" : {
"colMD" : 24, "glyph" : "xf128@FontAwesome",
"layout" : "TABLE_24COL" "cssClass" : "fa fa-question"
}, },
"allowEmpty" : true, "getPSUIAction" : {
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "更新时间", "defaultContent" : "帮助",
"lanResTag" : "DEF.LNAME.UPDATEDATE", "lanResTag" : "TBB.TEXT.*.HELP",
"lanResType" : "DEF.LNAME", "lanResType" : "TBB.TEXT",
"name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEDATE]", "name" : "工具栏按钮文本[*.HELP]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "更新时间", "caption" : "帮助",
"codeName" : "updatedate", "codeName" : "Help",
"dataType" : 5, "fullCodeName" : "Help",
"detailStyle" : "DEFAULT", "name" : "编辑界面_帮助操作",
"detailType" : "FORMITEM", "getPSSysImage" : {
"enableCond" : 3, "glyph" : "xf128@FontAwesome",
"ignoreInput" : 3, "cssClass" : "fa fa-question"
"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", "predefinedType" : "EDITVIEW_HELPACTION",
"allowEmpty" : true, "timeout" : 60000,
"showCaption" : true "getTooltipPSLanguageRes" : {
} ], "defaultContent" : "帮助",
"getPSLayout" : { "lanResTag" : "TBB.TOOLTIP.*.HELP",
"childColLG" : -1, "lanResType" : "TBB.TOOLTIP",
"childColMD" : 24, "name" : "工具栏按钮提示[*.HELP]",
"childColSM" : -1, "refFlag" : true
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"getPSLayoutPos" : { "uIActionMode" : "SYS",
"colMD" : 24, "uIActionTag" : "Help",
"layout" : "TABLE_24COL" "uIActionType" : "DEUIACTION"
}, },
"infoGroupMode" : false, "tooltip" : "帮助",
"showCaption" : true "getTooltipPSLanguageRes" : {
} ], "defaultContent" : "帮助",
"getPSLayout" : { "lanResTag" : "TBB.TOOLTIP.*.HELP",
"childColLG" : -1, "lanResType" : "TBB.TOOLTIP",
"childColMD" : 24, "name" : "工具栏按钮提示[*.HELP]",
"childColSM" : -1, "refFlag" : true
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "showCaption" : true,
"showIcon" : true
} ], } ],
"getPSLayout" : { "xDataControlName" : "form",
"childColLG" : -1, "modelid" : "a4eb00b17f8652bdf677cb4ed5231e63",
"childColMD" : 24, "modeltype" : "PSDETOOLBAR"
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"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/TreeNode.json"
}
},
"tabHeaderPos" : "TOP",
"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/TreeNode.json"
}
},
"noTabHeader" : false,
"name" : "form",
"modelid" : "b297201d26f37f9daa7bf4e18b72bf0a",
"modeltype" : "PSDEFORM_EDITFORM"
}, { }, {
"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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册