From 95221b3799f0be75a2500e8a7cd881ba36014b4b Mon Sep 17 00:00:00 2001
From: cc_caijp <1049976610@qq.com>
Date: Fri, 9 Jan 2026 15:18:41 +0800
Subject: [PATCH] =?UTF-8?q?1.=E9=99=A4=E5=90=8D=E4=BF=AE=E5=A4=8D=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E6=B8=85=E5=8D=95=E6=98=BE=E7=A4=BA=E5=AD=97=E6=AE=B5?=
=?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../除名修复管理/一移出受理.vue | 25 +++++++++++--------
1 file changed, 15 insertions(+), 10 deletions(-)
diff --git a/src/views/expelled/除名修复管理/一移出受理.vue b/src/views/expelled/除名修复管理/一移出受理.vue
index c95a32d..a1fec1f 100644
--- a/src/views/expelled/除名修复管理/一移出受理.vue
+++ b/src/views/expelled/除名修复管理/一移出受理.vue
@@ -43,14 +43,14 @@
| *申请人 |
-
+
|
| 除名时间 |
- {{ detailInfo?.repairInfo?.applyDate || '' }}
+ {{ detailInfo?.repairInfo?.removeDate || '' }}
|
@@ -638,7 +638,7 @@ export default {
if (this.$util.isEmpty(this.repairReason)) {
return this.$message.warning('请选择移出原因')
}
- if (this.$util.isEmpty(this.contactName)) {
+ if (this.$util.isEmpty(this.detailInfo.repairInfo.contactName)) {
return this.$message.warning('请输入申请人')
}
this.activeName = 'second'
@@ -1069,15 +1069,20 @@ export default {
nextNodeId: 'handleExptlist',
nextPerformerIds: this.formData.nextPerformerids,
nextPerformerNames: this.formData.nextPerformerNames,
- repairApproveInfo: this.detailInfo.repairInfo,
- opinionQuery: {
+ repairApproveInfo: {
+ ...this.detailInfo.repairInfo,
acceptStatus: this.isAccept,
- isAgreeRepair: this.isAgreeRepair,
- contactName: this.contactName,
repairReason: this.repairReason,
- remreasons: this.formData.remreasons,
- opinion: this.formData.opinion,
- remRemark: this.remRemark
+ remark: this.remRemark
+ },
+ opinionQuery: {
+ bizseq: this.bizId,
+ workflowid: this.workflowid,
+ handler: this.user.nickname,
+ handlerid: this.user.primaryKey,
+ opiniontype: '0',
+ isagree: '1',
+ opinioncontent: this.formData.opinion
}
}
expelledRepairNextBiz(params).then(res => {