From 4badc5fd6487c2ce28b39f5591f3b1e01502da91 Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 26 Jul 2024 14:14:16 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E6=A0=87=E5=87=86=E8=A7=A3=E8=AF=BB?= =?UTF-8?q?=E6=B5=81=E7=A8=8B]=20=E5=8A=A0=E7=AD=BE=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/enums/commonEnums.js | 8 ++++---- .../StandardInterpretationProcess.vue | 4 ++-- .../modules/InterpretationInterpreterFillInfo.vue | 2 ++ .../modules/InterpretationMainInterpreterDistribute.vue | 2 ++ 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/enums/commonEnums.js b/src/enums/commonEnums.js index 8b044b5..fbe6a91 100644 --- a/src/enums/commonEnums.js +++ b/src/enums/commonEnums.js @@ -203,10 +203,10 @@ export const StandardInterpretationNodes = new EsEnums({ standardInterpreterSummary: { text: '标准主解读人汇总', value: 'master_interpret_summary', btn: ['transfer', 'save', 'submit'] }, countersignOne: { text: '会签', value: 'jointly_sign_1', btn: ['countersign', 'reject', 'transfer', 'save', 'submit'] }, countersignTwo: { text: '会签', value: 'jointly_sign_2', btn: ['countersign', 'reject', 'transfer', 'save', 'submit'] }, - departManagerReviewOne: { text: '各涉及部门科室经理审核', value: 'department_manager_approve_1', btn: ['reject', 'transfer', 'save', 'submit'] }, - departManagerReviewTwo: { text: '各涉及部门科室经理审核', value: 'department_manager_approve_2', btn: ['reject', 'transfer', 'save', 'submit'] }, - manageOrTechnicalOfficerApprovalOne: { text: '主控部门高级经理/法规认证技术官批准', value: 'technical_officer_approval_1', btn: ['transfer', 'save', 'agree', 'reject'] }, - manageOrTechnicalOfficerApprovalTwo: { text: '主控部门高级经理/法规认证技术官批准', value: 'technical_officer_approval_2', btn: ['transfer', 'save', 'agree', 'reject'] } + departManagerReviewOne: { text: '各涉及部门科室经理审核', value: 'department_manager_approve_1', btn: ['countersign', 'reject', 'transfer', 'save', 'submit'] }, + departManagerReviewTwo: { text: '各涉及部门科室经理审核', value: 'department_manager_approve_2', btn: ['countersign', 'reject', 'transfer', 'save', 'submit'] }, + manageOrTechnicalOfficerApprovalOne: { text: '主控部门高级经理/法规认证技术官批准', value: 'technical_officer_approval_1', btn: ['countersign', 'transfer', 'save', 'agree', 'reject'] }, + manageOrTechnicalOfficerApprovalTwo: { text: '主控部门高级经理/法规认证技术官批准', value: 'technical_officer_approval_2', btn: ['countersign', 'transfer', 'save', 'agree', 'reject'] } }) // 条款使用范围 diff --git a/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue b/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue index d1d0662..ae9fc05 100644 --- a/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue +++ b/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue @@ -83,8 +83,7 @@ - - + @@ -436,6 +435,7 @@ export default { params.data.processStandardInterpret = Object.assign({}, this.info.data.processStandardInterpret, compData.formData, { projectId: this.projectId }) + // 控制是否分发, 0 驳回, 1 分发 2 不分发, 数字 params.map.passFirst = compData.isDistribute ? +IsDistribute.DISTRIBUTE.value : +IsDistribute.NOT_DISTRIBUTE.value // 条款列表(分发和不分发传入的字段不一样) if (compData.isDistribute) { diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationInterpreterFillInfo.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationInterpreterFillInfo.vue index 2d80384..c5645c1 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationInterpreterFillInfo.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationInterpreterFillInfo.vue @@ -27,6 +27,7 @@ @@ -38,6 +39,7 @@ diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue index 53dab7a..e3a39e4 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue @@ -69,6 +69,7 @@ @@ -80,6 +81,7 @@