fix 征求意见流程超期提示
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user