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

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

上级 bdb7b559
......@@ -2091,6 +2091,12 @@
"name" : "工作项实体编辑视图",
"realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "NewEditView",
"logicName" : "新建编辑视图",
"name" : "新建编辑视图",
"realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "EditView2",
"logicName" : "工作项实体编辑视图(左右关系)",
......
......@@ -1661,6 +1661,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/WORKITEMTestKanbanView.json",
"viewType" : "DEKANBANVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/WORKITEMNewEditView.json",
"viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/WORKITEMGridView.json",
......
{
"accUserMode" : 2,
"getCapPSLanguageRes" : {
"defaultContent" : "工作项",
"lanResTag" : "DE.LNAME.WORKITEM",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[WORKITEM]",
"refFlag" : true
},
"caption" : "工作项",
"codeName" : "WORKITEMNewEditView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/WORKITEMNewEditView.json",
"name" : "WORKITEMNewEditView",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"getPSAppModule" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json"
},
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "EditView",
"name" : "engine"
} ],
"getPSControls" : [ {
"codeName" : "NewEditViewtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "工具栏模板(默认编辑界面)",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"getPSControlParam" : {
"id" : "TOOLBAR"
},
"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,
"id" : "toolbar_tbitem3"
},
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"defaultContent" : "保存",
"lanResTag" : "TBB.TEXT.*.SAVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.SAVE]",
"refFlag" : true
},
"caption" : "保存",
"codeName" : "Save",
"fullCodeName" : "Save",
"name" : "编辑界面_保存操作",
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"predefinedType" : "EDITVIEW_SAVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "保存",
"lanResTag" : "TBB.TOOLTIP.*.SAVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.SAVE]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Save",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存",
"getTooltipPSLanguageRes" : {
"defaultContent" : "保存",
"lanResTag" : "TBB.TOOLTIP.*.SAVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.SAVE]",
"refFlag" : true
},
"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" : "保存并新建",
"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" : "保存并新建",
"getTooltipPSLanguageRes" : {
"defaultContent" : "保存并新建",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDNEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.SAVEANDNEW]",
"refFlag" : true
},
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "保存并关闭",
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[EDITVIEW.SAVEANDCLOSE]",
"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",
"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" : {
"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",
"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
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "编辑界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "EDITVIEW_NEWACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION"
},
"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" : {
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TEXT.*.COPY",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.COPY]",
"refFlag" : true
},
"caption" : "拷贝",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem14",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem14"
},
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TEXT.*.COPY",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.COPY]",
"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
},
"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"
},
"predefinedType" : "EDITVIEW_FIRSTRECORDACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"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",
"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,
"id" : "toolbar_tbitem25"
},
"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" : "下一个记录",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : false,
"showIcon" : true
}, {
"caption" : "最后一个记录",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem26",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem26"
},
"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,
"id" : "toolbar_tbitem22"
},
"getPSSysImage" : {
"glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question"
},
"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" : "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/WORKITEM.json"
}
},
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM/PSFORMS/Main.json",
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
}
},
"getGetDraftPSControlAction" : {
"modelref" : true,
"id" : "loaddraft",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
}
},
"logicName" : "主编辑表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
}
}, {
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
}
}, {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
}
} ],
"enableDEFieldPrivilege" : false,
"id" : "编辑表单处理器"
},
"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" : "WORKITEMID",
"codeName" : "WORKITEMId"
}
}, {
"id" : "srfmajortext",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "WORKITEMNAME",
"codeName" : "WORKITEMName"
}
}, {
"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" : "bh",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BH",
"codeName" : "BH"
}
}, {
"id" : "workitemname",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "WORKITEMNAME",
"codeName" : "WORKITEMName"
}
}, {
"id" : "type",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "TYPE"
}
}, {
"id" : "begin",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "BEGIN",
"codeName" : "BEGIN"
}
}, {
"id" : "end",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "END",
"codeName" : "END"
}
}, {
"id" : "head",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "HEAD",
"codeName" : "HEAD"
}
}, {
"id" : "follower",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "FOLLOWER",
"codeName" : "FOLLOWER"
}
}, {
"id" : "pworkitemname",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "PWORKITEMNAME",
"codeName" : "Pworkitemname"
}
}, {
"id" : "pworkitemid",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "PWORKITEMID",
"codeName" : "Pworkitemid"
}
}, {
"id" : "workitemid",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "WORKITEMID",
"codeName" : "WORKITEMId"
}
} ],
"getPSDEFormPages" : [ {
"getCapPSLanguageRes" : {
"defaultContent" : "基本信息",
"lanResTag" : "CONTROL.DEFORM.WORKITEM.MAIN.FORMPAGE.FORMPAGE1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.WORKITEM.MAIN.FORMPAGE.FORMPAGE1]",
"refFlag" : true
},
"caption" : "基本信息",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"getCapPSLanguageRes" : {
"defaultContent" : "工作项基本信息",
"lanResTag" : "CONTROL.DEFORM.WORKITEM.MAIN.GROUPPANEL.GROUP1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.WORKITEM.MAIN.GROUPPANEL.GROUP1]",
"refFlag" : true
},
"caption" : "工作项基本信息",
"codeName" : "group1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "group1",
"getPSDEFormDetails" : [ {
"caption" : "编号",
"codeName" : "bh",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "bh",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BH",
"codeName" : "BH"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "bh"
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "工作项名称",
"lanResTag" : "DEF.LNAME.WORKITEMNAME",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[WORKITEMNAME]",
"refFlag" : true
},
"caption" : "工作项名称",
"codeName" : "workitemname",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "workitemname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "WORKITEMNAME",
"codeName" : "WORKITEMName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "workitemname"
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "类型",
"codeName" : "type",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "TYPE"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/WorkItemType.json"
},
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, {
"caption" : "开始时间",
"codeName" : "begin",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 290.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "begin",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BEGIN",
"codeName" : "BEGIN"
},
"getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
},
"editorType" : "DATEPICKER",
"editorWidth" : 160.0,
"name" : "begin"
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "截至时间",
"codeName" : "end",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 290.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "end",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "END",
"codeName" : "END"
},
"getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
},
"editorType" : "DATEPICKER",
"editorWidth" : 160.0,
"name" : "end"
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "负责人",
"codeName" : "head",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "head",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "HEAD",
"codeName" : "HEAD"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "head",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, {
"caption" : "关注人",
"codeName" : "follower",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "follower",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FOLLOWER",
"codeName" : "FOLLOWER"
},
"getPSEditor" : {
"editorType" : "MDROPDOWNLIST",
"name" : "follower",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"singleSelect" : false
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, {
"caption" : "工作项名称",
"codeName" : "pworkitemname",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "pworkitemname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "PWORKITEMNAME",
"codeName" : "Pworkitemname"
},
"getPSEditor" : {
"editorParams" : {
"AC" : "TRUE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "FALSE"
},
"editorType" : "PICKEREX_TRIGGER",
"handlerType" : "PickupText",
"name" : "pworkitemname",
"getPSAppDEACMode" : {
"modelref" : true,
"id" : "Default"
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"getPSEditorItems" : [ {
"name" : "pworkitemid"
} ],
"valueItemName" : "pworkitemid",
"enableAC" : true,
"enablePickupView" : false,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"valueItemName" : "pworkitemid",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "父工作项标识",
"codeName" : "pworkitemid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "pworkitemid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "PWORKITEMID",
"codeName" : "Pworkitemid"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "pworkitemid"
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : 8,
"childColMD" : 8,
"childColSM" : 8,
"childColXS" : 8,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "工作项标识",
"lanResTag" : "DEF.LNAME.WORKITEMID",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[WORKITEMID]",
"refFlag" : true
},
"caption" : "工作项标识",
"codeName" : "workitemid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "workitemid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "WORKITEMID",
"codeName" : "WORKITEMId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "workitemid"
},
"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"
},
"infoGroupMode" : false
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"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/WORKITEM.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/WORKITEM.json"
}
},
"noTabHeader" : true,
"name" : "form",
"modelid" : "65b5fde514c9ae79bda08b53b13a9287",
"modeltype" : "PSDEFORM_EDITFORM"
}, {
"codeName" : "NewEditViewdatainfobar",
"controlType" : "DATAINFOBAR",
"name" : "datainfobar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"getPSControlParam" : {
"id" : "datainfobar"
}
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "工作项",
"lanResTag" : "DE.LNAME.WORKITEM",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[WORKITEM]",
"refFlag" : true
},
"caption" : "工作项",
"codeName" : "NewEditViewcaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "NewEditView",
"getPSDEViewId" : "73BFF40E-60E9-4054-B6DC-4E39704BDEFE",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEEDITVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"getPSControlParam" : { },
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
},
"refFlag" : false,
"title" : "编辑视图2",
"viewStyle" : "DEFAULT",
"viewType" : "DEEDITVIEW",
"xDataControlName" : "form",
"enableDP" : true,
"showDataInfoBar" : true,
"modelid" : "a9e0b74183adbda644c19182d7ee58d4",
"modeltype" : "PSAPPDEVIEW"
}
\ No newline at end of file
......@@ -14027,6 +14027,12 @@
"viewType" : "DECHARTVIEW",
"resource" : "Reginfo",
"view" : "Usr0301727282ChartView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/WORKITEMNewEditView.json",
"viewType" : "DEEDITVIEW",
"resource" : "WORKITEM",
"view" : "NewEditView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoOptionView.json",
......@@ -67700,6 +67706,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/WORKITEMTestKanbanView.json",
"viewType" : "DEKANBANVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/WORKITEMNewEditView.json",
"viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/WORKITEMGridView.json",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册