fix 征求意见流程超期提示

This commit is contained in:
赵霄
2024-02-01 14:49:34 +08:00
parent d09790d5f0
commit f470f88b37
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -259,7 +259,8 @@ module.exports = {
solicitationList: '征求意见列表',
chapterName: '章节名称',
pleaseSelectCriteriaFirst: '请先选择标准',
reasonForRevision: '修改意见理由(包括理由或依据)'
reasonForRevision: '修改意见理由(包括理由或依据)',
processExpiration: '已过期不能再继续操作'
},
// 企标稽查计划
esInspectionPlan: {
@@ -402,6 +402,11 @@ export default {
path = '/workCenter/PostMeetingManageProcess'
break
}
// 征求意见流程,超期后不能继续办理
if (record.prcType + '' === '2' && record.overDue === '1') {
this.$message.warning(this.$t('workCenter.standardConsultationProcess.processExpiration'))
return
}
this.$router.push({
path: path,
query: {