update 稽查流程完善表格提示调整
This commit is contained in:
@@ -284,7 +284,8 @@ module.exports = {
|
||||
pleaseFillInspectionReport: '请填写稽查报告',
|
||||
pleaseFillRectificationPlan: '请填写整改计划',
|
||||
noInspectionReportAvailable: '该章节条款暂无稽查报告',
|
||||
contentLinkRectificationPlan: '该稽查内容已关联整改计划,不可删除'
|
||||
contentLinkRectificationPlan: '该稽查内容已关联整改计划,不可删除',
|
||||
pleaseCompleteTimeAndUserInfo: '请完善时间及稽查人信息'
|
||||
},
|
||||
// 稽查延期申请流程
|
||||
incExtensionRequest: {
|
||||
|
||||
@@ -322,7 +322,8 @@ module.exports = {
|
||||
pleaseFillInspectionReport: '请填写稽查报告',
|
||||
pleaseFillRectificationPlan: '请填写整改计划',
|
||||
noInspectionReportAvailable: '该章节条款暂无稽查报告',
|
||||
contentLinkRectificationPlan: '该稽查内容已关联整改计划,不可删除'
|
||||
contentLinkRectificationPlan: '该稽查内容已关联整改计划,不可删除',
|
||||
pleaseCompleteTimeAndUserInfo: '请完善时间及稽查人信息'
|
||||
},
|
||||
// 稽查延期申请流程
|
||||
incExtensionRequest: {
|
||||
|
||||
+1
-1
@@ -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说明已经发起过,调审批接口,否则调发起接口
|
||||
|
||||
Reference in New Issue
Block a user