diff --git a/src/common/lang/workCenter/en.js b/src/common/lang/workCenter/en.js index fe6e0c8d..ce7f8379 100644 --- a/src/common/lang/workCenter/en.js +++ b/src/common/lang/workCenter/en.js @@ -93,6 +93,7 @@ module.exports = { affiliatedWorkingGroup: '隶属工作组', contactsSupervisorLevelLeaders: '收集联络人主管级领导', templateExport: '年度制修订计划(各部门上报)导入模板', + standardizationInitTemplate: '年度制修订计划(标准化发起)导入模板', batchSetContact: '批量设置联络人', contactPerson: '联络人', batchSetApprover: '批量设置审批人', diff --git a/src/common/lang/workCenter/zh.js b/src/common/lang/workCenter/zh.js index 54be5522..ed6580a8 100644 --- a/src/common/lang/workCenter/zh.js +++ b/src/common/lang/workCenter/zh.js @@ -93,6 +93,7 @@ module.exports = { affiliatedWorkingGroup: '隶属工作组', contactsSupervisorLevelLeaders: '收集联络人主管级领导', templateExport: '年度制修订计划(各部门上报)导入模板', + standardizationInitTemplate: '年度制修订计划(标准化发起)导入模板', batchSetContact: '批量设置联络人', contactPerson: '联络人', batchSetApprover: '批量设置审批人', diff --git a/src/views/workCenter/annualRevisionPlanActivelyReport/RevisionPlanActivelyReportFlow.vue b/src/views/workCenter/annualRevisionPlanActivelyReport/RevisionPlanActivelyReportFlow.vue index 256b15bd..2996434f 100644 --- a/src/views/workCenter/annualRevisionPlanActivelyReport/RevisionPlanActivelyReportFlow.vue +++ b/src/views/workCenter/annualRevisionPlanActivelyReport/RevisionPlanActivelyReportFlow.vue @@ -236,6 +236,7 @@ export default { data () { return { switchValue: 'base', + loading: false, processInfoForm: this.$form.createForm(this), labelCol: { xs: { span: 24 }, @@ -254,6 +255,7 @@ export default { sm: { span: 22 } }, disabled: false, + onlyLook: false, validatorRules: { // 流程名称 processName: { diff --git a/src/views/workCenter/annualRevisionPlanActivelyReport/modules/ContactEnterSendTaskModal.vue b/src/views/workCenter/annualRevisionPlanActivelyReport/modules/ContactEnterSendTaskModal.vue index 1f61e642..0b1c4793 100644 --- a/src/views/workCenter/annualRevisionPlanActivelyReport/modules/ContactEnterSendTaskModal.vue +++ b/src/views/workCenter/annualRevisionPlanActivelyReport/modules/ContactEnterSendTaskModal.vue @@ -38,19 +38,19 @@ {{ $t('workCenter.enterpriseInitChangePlan.itemCategory') }} - - + - {{ $t('workCenter.enterpriseInitChangePlan.formulate') }} - {{ $t('workCenter.enterpriseInitChangePlan.revise') }} + {{ $t('workCenter.enterpriseInitChangePlan.formulate') }} + {{ $t('workCenter.enterpriseInitChangePlan.revise') }} - - + + * @@ -58,15 +58,15 @@ {{ $t('workCenter.enterpriseInitChangePlan.enterpriseStandardNum') }} - + - + * @@ -74,9 +74,9 @@ {{ $t('workCenter.enterpriseInitChangePlan.enterpriseStandardName') }} - + @@ -90,9 +90,10 @@ {{ $t('workCenter.enterpriseInitChangePlan.enterpriseStandardCode') }} - + - + - + - - + + * @@ -164,46 +166,46 @@ {{ $t('workCenter.enterpriseInitChangePlan.enterpriseStandardNum') }} - + - + {{ $t('workCenter.enterpriseInitChangePlan.enterpriseStandardName') }} - + - - - - * - - {{ $t('workCenter.enterpriseInitChangePlan.newEnterpriseStandardNum') }} - - - - - - + + + + + + + + + + + + + + + + @@ -212,9 +214,9 @@ {{ $t('workCenter.enterpriseInitChangePlan.newEnterpriseStandardName') }} - + @@ -228,9 +230,9 @@ {{ $t('workCenter.enterpriseInitChangePlan.standardEnglishName') }} - + @@ -244,9 +246,9 @@ {{ $t('workCenter.enterpriseInitChangePlan.standardSystem') }} - + - + - - + + {{ - (formInline.compilationIllustration === 'null' || formInline.compilationIllustration === '' - || formInline.compilationIllustration === null || formInline.compilationIllustration === undefined) + (formInline.compilationDescription === 'null' || formInline.compilationDescription === '' + || formInline.compilationDescription === null || formInline.compilationDescription === undefined) ? $t('uploadFile.clickUpload') : $t('uploadFile.viewUploadedFiles') }} @@ -319,9 +321,9 @@ {{ $t('workCenter.enterpriseInitChangePlan.draftPlanFinishDate') }} - + @@ -336,9 +338,9 @@ {{ $t('workCenter.enterpriseInitChangePlan.exposureDraftPlanFinishDate') }} - + @@ -353,9 +355,9 @@ {{ $t('workCenter.enterpriseInitChangePlan.planSubmissionDate') }} - + @@ -370,12 +372,13 @@ {{ $t('workCenter.revisionPlanActivelyReport.affiliatedWorkingGroup') }} - + - - + - - + @@ -429,12 +433,12 @@ {{ $t('workCenter.enterpriseInitChangePlan.principalDrafter') }} - + @@ -447,9 +451,10 @@ {{ $t('workCenter.enterpriseInitChangePlan.mainDraftUnit') }} - - + @@ -461,12 +466,12 @@ {{ $t('workCenter.enterpriseInitChangePlan.headOfMainDraftingUnit') }} - + @@ -479,12 +484,12 @@ {{ $t('workCenter.enterpriseInitChangePlan.standardPusher') }} - + @@ -504,7 +509,7 @@