fix 征求意见流程超期提示
This commit is contained in:
@@ -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