From cfd503df23b8b3d92b63c55aca2bd122bea052fa Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 4 Mar 2024 11:28:41 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=A8=BD=E6=9F=A5=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=A1=A8=E6=A0=BC=E6=8F=90=E7=A4=BA=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/workCenter/en.js | 3 ++- src/common/lang/workCenter/zh.js | 3 ++- .../EnterpriseStandardInspectionProcess.vue | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/common/lang/workCenter/en.js b/src/common/lang/workCenter/en.js index 7502730a..d6902e57 100644 --- a/src/common/lang/workCenter/en.js +++ b/src/common/lang/workCenter/en.js @@ -284,7 +284,8 @@ module.exports = { pleaseFillInspectionReport: '请填写稽查报告', pleaseFillRectificationPlan: '请填写整改计划', noInspectionReportAvailable: '该章节条款暂无稽查报告', - contentLinkRectificationPlan: '该稽查内容已关联整改计划,不可删除' + contentLinkRectificationPlan: '该稽查内容已关联整改计划,不可删除', + pleaseCompleteTimeAndUserInfo: '请完善时间及稽查人信息' }, // 稽查延期申请流程 incExtensionRequest: { diff --git a/src/common/lang/workCenter/zh.js b/src/common/lang/workCenter/zh.js index b7b89217..e4ff2dba 100644 --- a/src/common/lang/workCenter/zh.js +++ b/src/common/lang/workCenter/zh.js @@ -322,7 +322,8 @@ module.exports = { pleaseFillInspectionReport: '请填写稽查报告', pleaseFillRectificationPlan: '请填写整改计划', noInspectionReportAvailable: '该章节条款暂无稽查报告', - contentLinkRectificationPlan: '该稽查内容已关联整改计划,不可删除' + contentLinkRectificationPlan: '该稽查内容已关联整改计划,不可删除', + pleaseCompleteTimeAndUserInfo: '请完善时间及稽查人信息' }, // 稽查延期申请流程 incExtensionRequest: { diff --git a/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue b/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue index 13082254..96d1627e 100644 --- a/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue +++ b/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue @@ -489,7 +489,7 @@ export default { this.$refs.inspectionProcessTable.dataSource.some(item => (!item.completeDate || !item.actualInspectUser)) ) { this.switchChange('base') - this.$message.warning(this.$t('pleaseCompleteTableInfo')) + this.$message.warning(this.$t('workCenter.esInspectionProcess.pleaseCompleteTimeAndUserInfo')) return } // 有taskId说明已经发起过,调审批接口,否则调发起接口