diff --git a/src/router/index.js b/src/router/index.js index 411359c..429851c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -3010,6 +3010,13 @@ export const constantRoutes = [{ hidden: true, meta: { title: '除名修复 - 审批详情' } }, + { + path: 'repairApplyDetail', + component: () => import('@/views/expelled/除名修复管理/除名修复业务详情.vue'), + name: 'repairApplyDetail', + hidden: true, + meta: { title: '除名修复 - 业务详情' } + }, { path: 'exclusionReviewmMgt', component: () => import('@/views/expelled/除名行政复议管理/index'), diff --git a/src/views/expelled/撤销除名公告管理/撤销除名公告详情.vue b/src/views/expelled/撤销除名公告管理/撤销除名公告详情.vue index 3534261..9ffcaf5 100644 --- a/src/views/expelled/撤销除名公告管理/撤销除名公告详情.vue +++ b/src/views/expelled/撤销除名公告管理/撤销除名公告详情.vue @@ -90,8 +90,8 @@ 撤销类型 {{ - detailInfo?.revokeInfo?.state === '92' ? '通过行政复议批准撤销' : - detailInfo?.revokeInfo?.state === '93' ? '直接申请撤销' : + ['12', '92'].includes(detailInfo?.revokeInfo?.state) ? '通过行政复议批准撤销' : + ['13', '93'].includes(detailInfo?.revokeInfo?.state) ? '直接申请撤销' : detailInfo?.revokeInfo?.state || '' }} diff --git a/src/views/expelled/除名修复管理/除名修复业务详情.vue b/src/views/expelled/除名修复管理/除名修复业务详情.vue new file mode 100644 index 0000000..0795d6f --- /dev/null +++ b/src/views/expelled/除名修复管理/除名修复业务详情.vue @@ -0,0 +1,385 @@ + + + + + + diff --git a/src/views/finish/index.vue b/src/views/finish/index.vue index 3b75d3d..fbe3329 100644 --- a/src/views/finish/index.vue +++ b/src/views/finish/index.vue @@ -418,7 +418,7 @@ export default { // { value: 'approvelist', label: '待审批' }, // { value: 'endFeedback', label: '审批通过' }, // { value: 'overFeedback', label: '审批不通过' }] - } /* { + }, /* { // value: '71', value: '5', label: '企业地址批量列入' @@ -495,6 +495,9 @@ export default { // value: '27', // label: '拍卖会备案-拍卖后备案' // } + { value: '1001', label: '除名修复' }, + { value: '1002', label: '除名行政复议' }, + { value: '1003', label: '撤销除名' } ], showFraudCheck: false, fraudActive: 0, @@ -908,6 +911,15 @@ export default { // 严重违法拟列入 case '55': this.$router.push({ path: '/illegal/inclusion/info', query: { bizseq: row.bizseqid, workflowId: row.workflowid, tasklistid: row.tasklistid }}) break + // 除名修复 + case '1001': this.$router.push({ path: '/entManage/expelled/repairApplyDetail', query: { bizId: row.bizseqid }}) + break + // 除名行政复议 + case '1002': this.$router.push({ path: '/entManage/expelled/revokeAnnouncementDetail', query: { bizId: row.bizseqid }}) + break + // 撤销除名 + case '1003': this.$router.push({ path: '/entManage/expelled/revokeAnnouncementDetail', query: { bizId: row.bizseqid }}) + break } }, // 打印跳转 diff --git a/src/views/todo/index.vue b/src/views/todo/index.vue index 9503bb3..e053dff 100644 --- a/src/views/todo/index.vue +++ b/src/views/todo/index.vue @@ -3182,6 +3182,15 @@ export default { }, { value: '66', label: '现场核查' + }, { + value: '1001', + label: '除名修复' + }, { + value: '1002', + label: '除名行政复议' + }, { + value: '1003', + label: '撤销除名' }] } this.bustypeOptions = list