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说明已经发起过,调审批接口,否则调发起接口