update 稽查流程完善表格提示调整

This commit is contained in:
danshihao
2024-03-04 11:28:41 +08:00
parent ac7456ea93
commit cfd503df23
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -284,7 +284,8 @@ module.exports = {
pleaseFillInspectionReport: '请填写稽查报告',
pleaseFillRectificationPlan: '请填写整改计划',
noInspectionReportAvailable: '该章节条款暂无稽查报告',
contentLinkRectificationPlan: '该稽查内容已关联整改计划,不可删除'
contentLinkRectificationPlan: '该稽查内容已关联整改计划,不可删除',
pleaseCompleteTimeAndUserInfo: '请完善时间及稽查人信息'
},
// 稽查延期申请流程
incExtensionRequest: {
+2 -1
View File
@@ -322,7 +322,8 @@ module.exports = {
pleaseFillInspectionReport: '请填写稽查报告',
pleaseFillRectificationPlan: '请填写整改计划',
noInspectionReportAvailable: '该章节条款暂无稽查报告',
contentLinkRectificationPlan: '该稽查内容已关联整改计划,不可删除'
contentLinkRectificationPlan: '该稽查内容已关联整改计划,不可删除',
pleaseCompleteTimeAndUserInfo: '请完善时间及稽查人信息'
},
// 稽查延期申请流程
incExtensionRequest: {
@@ -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说明已经发起过,调审批接口,否则调发起接口