From 05f60ca8008730866dd8e310e8672e88af11b6de Mon Sep 17 00:00:00 2001 From: danshihao Date: Tue, 23 Jan 2024 11:03:09 +0800 Subject: [PATCH] =?UTF-8?q?fix=2080842=20=E6=94=B9=E5=9B=9E=E9=A9=B3?= =?UTF-8?q?=E5=9B=9E=E5=88=B0=E5=8F=91=E8=B5=B7=E8=8A=82=E7=82=B9=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=90=8C=E6=84=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EnterpriseStandardInspectionPlanFlow.vue | 4 ++-- .../EnterpriseStandardInspectionProcess.vue | 4 ++-- .../EnterpriseStandardInspectionRectification.vue | 4 ++-- .../InspectionExtensionRequestProcess.vue | 4 ++-- .../PermissionApplicationProcess.vue | 4 ++-- .../postMeetingManageProcess/PostMeetingManageProcess.vue | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue b/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue index 2dcaa1fb..2ee7975d 100644 --- a/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue +++ b/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue @@ -549,9 +549,9 @@ export default { if (!res.processApprovalRecord.commitText) { res.processApprovalRecord.commitText = '同意' } + // 审批意见 + res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value } - // 审批意见 - res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value return approvalInspectPlan(res) }).then(res => { if (res.success) { diff --git a/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue b/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue index d043fb5b..c4076033 100644 --- a/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue +++ b/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue @@ -521,9 +521,9 @@ export default { if (!res.processApprovalRecord.commitText) { res.processApprovalRecord.commitText = '同意' } + // 审批意见 + res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value } - // 审批意见 - res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value return approvalInspectProcess(res) }).then(res => { if (res.success) { diff --git a/src/views/workCenter/enterpriseStandardInspectionRectification/EnterpriseStandardInspectionRectification.vue b/src/views/workCenter/enterpriseStandardInspectionRectification/EnterpriseStandardInspectionRectification.vue index b530a197..bfe7e793 100644 --- a/src/views/workCenter/enterpriseStandardInspectionRectification/EnterpriseStandardInspectionRectification.vue +++ b/src/views/workCenter/enterpriseStandardInspectionRectification/EnterpriseStandardInspectionRectification.vue @@ -479,9 +479,9 @@ export default { if (!res.processApprovalRecord.commitText) { res.processApprovalRecord.commitText = '同意' } + // 审批意见 + res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value } - // 审批意见 - res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value return approvalInspectRectify(res) }).then(res => { if (res.success) { diff --git a/src/views/workCenter/inspectionExtensionRequestProcess/InspectionExtensionRequestProcess.vue b/src/views/workCenter/inspectionExtensionRequestProcess/InspectionExtensionRequestProcess.vue index 1b088a5e..e1d45f52 100644 --- a/src/views/workCenter/inspectionExtensionRequestProcess/InspectionExtensionRequestProcess.vue +++ b/src/views/workCenter/inspectionExtensionRequestProcess/InspectionExtensionRequestProcess.vue @@ -482,9 +482,9 @@ export default { if (!res.processApprovalRecord.commitText) { res.processApprovalRecord.commitText = '同意' } + // 审批意见 + res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value } - // 审批意见 - res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value return approvalInspectExtension(res) }).then(res => { if (res.success) { diff --git a/src/views/workCenter/permissionApplicationProcess/PermissionApplicationProcess.vue b/src/views/workCenter/permissionApplicationProcess/PermissionApplicationProcess.vue index e3896c28..3ba56bbe 100644 --- a/src/views/workCenter/permissionApplicationProcess/PermissionApplicationProcess.vue +++ b/src/views/workCenter/permissionApplicationProcess/PermissionApplicationProcess.vue @@ -611,9 +611,9 @@ export default { if (!res.processApprovalRecord.commitText) { res.processApprovalRecord.commitText = '同意' } + // 审批意见 + res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value } - // 审批意见 - res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value return approvalPermissionApply(res) }).then(res => { if (res.success) { diff --git a/src/views/workCenter/postMeetingManageProcess/PostMeetingManageProcess.vue b/src/views/workCenter/postMeetingManageProcess/PostMeetingManageProcess.vue index 82af03d4..12fff3c8 100644 --- a/src/views/workCenter/postMeetingManageProcess/PostMeetingManageProcess.vue +++ b/src/views/workCenter/postMeetingManageProcess/PostMeetingManageProcess.vue @@ -509,9 +509,9 @@ export default { if (!res.processApprovalRecord.commitText) { res.processApprovalRecord.commitText = '同意' } + // 审批意见 + res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value } - // 审批意见 - res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value return approvalPostMeetingManage(res) }).then(res => { if (res.success) {