From 1db65059a02123b5dd04303e31819c2d9242d119 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 23 Oct 2023 18:26:25 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E8=B0=83=E4=BA=86=E4=B8=80=E9=83=A8?= =?UTF-8?q?=E5=88=86=E5=B9=B4=E5=BA=A6=E5=88=B6=E4=BF=AE=E8=AE=A2=E8=AE=A1?= =?UTF-8?q?=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/workCenter/en.js | 1 + src/common/lang/workCenter/zh.js | 1 + .../RevisionPlanActivelyReportFlow.vue | 2 + .../modules/ContactEnterSendTaskModal.vue | 318 +++++++++++------- .../modules/OnlyTableForm.vue | 54 ++- .../RevisionPlanStandardizationInitFlow.vue | 2 +- .../modules/BaseInfoTableModal.vue | 256 +++++++------- .../modules/ContactSelectApproverBaseInfo.vue | 59 +++- .../modules/EngineerInitBaseInfo.vue | 65 ++-- .../modules/LeaderApproveSentBaseInfo.vue | 55 ++- .../modules/TableBaseInfo.vue | 52 ++- 11 files changed, 535 insertions(+), 330 deletions(-) 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') }} -