From 2e32ad4a2b6c79c93207089c191fb3d0898dba14 Mon Sep 17 00:00:00 2001 From: zhenghl Date: Fri, 9 Jan 2026 18:10:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=A4=E5=90=8D=E4=BF=AE=E5=A4=8D=E7=9A=84?= =?UTF-8?q?=E5=8F=97=E7=90=86=E5=AE=A1=E6=A0=B8=E5=AE=A1=E6=89=B9=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5100%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../除名修复管理/一移出受理.vue | 8 +- .../除名修复管理/三移出审批.vue | 217 +++++++--------- .../除名修复管理/二移出审核.vue | 233 ++++++------------ 3 files changed, 162 insertions(+), 296 deletions(-) diff --git a/src/views/expelled/除名修复管理/一移出受理.vue b/src/views/expelled/除名修复管理/一移出受理.vue index efda77c..c4bd817 100644 --- a/src/views/expelled/除名修复管理/一移出受理.vue +++ b/src/views/expelled/除名修复管理/一移出受理.vue @@ -203,10 +203,10 @@ {{ each.opinioncontent }} - + {{ each.handler }} {{ each.handledate }} @@ -567,7 +567,7 @@ export default { } }, mounted() { - this.bizId = this.$route.query.bizId + this.bizId = this.$route.query.bizId || this.$route.query.bizSeq expelledRepairGetBiz(this.bizId).then(res => { if (res.code === 0) { this.detailInfo = res.data @@ -1071,7 +1071,7 @@ export default { nextPerformerNames: this.formData.nextPerformerNames, repairApproveInfo: { ...this.detailInfo.repairInfo, - acceptStatus: this.isAccept, + acceptStatus: this.isAgreeRepair, repairReason: this.repairReason, situation: this.formData.situation, remark: this.remRemark diff --git a/src/views/expelled/除名修复管理/三移出审批.vue b/src/views/expelled/除名修复管理/三移出审批.vue index 7ba1fd7..ebaa7f9 100644 --- a/src/views/expelled/除名修复管理/三移出审批.vue +++ b/src/views/expelled/除名修复管理/三移出审批.vue @@ -5,7 +5,7 @@
- {{ isAgreeRepair === '1'? '除名修复审批表':'不予除名修复审批表' }} + {{ acceptStatus === '1'? '除名修复审批表':'不予除名修复审批表' }}
@@ -25,14 +25,14 @@ > 名称/姓名 - {{ companyInfo.entname }} + {{ companyInfo?.repairInfo?.entName || '-' }} 注册号/企业统一信用代码 - {{ companyInfo.regno }} + {{ companyInfo?.repairInfo?.uscc || '-'}} 作出决定的事实、理由、依据及主要内容 - {{ companyInfo.remreasons }} + {{ companyInfo?.repairInfo?.situation || '-'}}