办理
@@ -305,6 +304,7 @@ export default {
size: this.pageParam.size,
entity: {
bizType: '2',
+ state: '10',
...this.searchForm
}
}).then(res => {
@@ -330,6 +330,11 @@ export default {
// }
// })
})
+ },
+ reset() {
+ this.searchForm.uscc = ''
+ this.searchForm.entName = ''
+ this.loadPage()
}
}
}
diff --git a/src/views/expelled/除名修复管理/一移出受理.vue b/src/views/expelled/除名修复管理/一移出受理.vue
index c4bd817..62d16c3 100644
--- a/src/views/expelled/除名修复管理/一移出受理.vue
+++ b/src/views/expelled/除名修复管理/一移出受理.vue
@@ -19,48 +19,55 @@
cellspacing="0"
>
- | 注册号/企业统一信用代码 |
-
-
-
- {{ detailInfo.repairInfo?.uscc || '-' }}
-
- |
-
- | 企业名称 |
+ 企业名称 |
{{ detailInfo?.repairInfo?.entName || '-' }}
|
+
+ | 统一社会信用代码/注册号 |
+
+ {{ detailInfo.repairInfo?.uscc || '-' }}
+ |
+
+
+ | 法定代表人(负责人、经营者) |
+ {{ detailInfo?.repairInfo?.lerepName || '-' }} |
+
+
+ | 住所(经营场所) |
+ {{ detailInfo?.repairInfo?.address || '-' }} |
+
| 申请时间 |
{{ detailInfo?.repairInfo?.applyDate || '-' }} |
-
- | 法定代表人/经营者 |
- {{ detailInfo?.repairInfo?.lerepName || '-' }} |
-
| *申请人 |
-
|
- | 除名时间 |
+ *联系电话 |
+
+
+ |
+
+
+ | 决定除名时间 |
{{ detailInfo?.repairInfo?.removeDate || '' }}
|
- | 除名机关 |
+ 决定除名机关 |
{{ detailInfo?.repairInfo?.removeOrgName || '-' }}
|
- | 除名原因 |
+ 决定除名原因 |
{{ detailInfo?.repairInfo?.removeReason || '' }}
|
@@ -184,7 +191,6 @@
-->
-
@@ -199,7 +205,7 @@
cellspacing="0"
>
- | 历史退回原因 |
+ 历史审批意见 |
{{ each.opinioncontent }}
@@ -232,22 +238,22 @@
|
- | *是否予以除名修复 |
+ *是否受理除名修复 |
受理
不受理
|
- | *移出原因 |
+ *除名修复原因 |
-
- | u
+
+
- | *移出原因 |
+ *除名修复原因 |
-
+
|
@@ -272,15 +278,15 @@
cellspacing="0"
>
- | 名称/姓名 |
+ 企业名称 |
{{ detailInfo?.repairInfo?.entName || '-' }} |
- 注册号/企业统一信用代码 |
+ 统一社会信用代码/注册号 |
{{ detailInfo.repairInfo?.uscc || '-' }} |
| *作出决定的事实、理由、依据及主要内容 |
-
+
|
@@ -314,7 +320,7 @@
| *经办人意见 |
-
+
|
@@ -641,6 +647,9 @@ export default {
if (this.$util.isEmpty(this.detailInfo.repairInfo.contactName)) {
return this.$message.warning('请输入申请人')
}
+ if (this.$util.isEmpty(this.detailInfo.repairInfo.contactPhone)) {
+ return this.$message.warning('请输入联系电话')
+ }
this.activeName = 'second'
},
tableRowClassName({ row, rowIndex }) {
@@ -1037,7 +1046,7 @@ export default {
}
if (this.isAccept === '1' && this.$util.isEmpty(this.repairReason) && this.isAgreeRepair === '1') {
this.submitLoading = false
- return this.$message.error('请选择移出原因')
+ return this.$message.error('请输入除名修复原因')
}
if (this.isAccept === '1' && this.$util.isEmpty(this.formData.nextPerformerids)) {
this.submitLoading = false
@@ -1082,7 +1091,7 @@ export default {
handler: this.user.nickname,
handlerid: this.user.primaryKey,
opiniontype: '0',
- isagree: '1',
+ isagree: this.isAgreeRepair,
opinioncontent: this.formData.opinion
}
}
diff --git a/src/views/expelled/除名修复管理/三移出审批.vue b/src/views/expelled/除名修复管理/三移出审批.vue
index ebaa7f9..1f51244 100644
--- a/src/views/expelled/除名修复管理/三移出审批.vue
+++ b/src/views/expelled/除名修复管理/三移出审批.vue
@@ -169,11 +169,19 @@
cellpadding="0"
cellspacing="0"
>
+
| 企业名称 | {{ companyInfo?.repairInfo?.entName || '-'}} |
- | 注册号/企业统一信用代码 |
+ 统一社会信用代码/注册号 |
{{ companyInfo?.repairInfo?.uscc || '-'}} |
- | 企业名称 | {{ companyInfo?.repairInfo?.entName || '-'}} |
+
+ | 法定代表人(负责人、经营者) |
+ {{ companyInfo?.repairInfo?.lerepName || '-'}} |
+
+
+ | 住所(经营场所) |
+ {{ companyInfo?.repairInfo?.address || '-'}} |
+
| 申请时间 |
{{ companyInfo?.repairInfo?.applyDate || '-' }} |
@@ -185,21 +193,27 @@
- | 除名时间 |
+ 联系电话 |
+
+ {{ companyInfo?.repairInfo?.contactPhone || '-' }}
+ |
+
+
+ | 决定除名时间 |
{{ companyInfo?.repairInfo?.removeDate || '-' }}
|
- | 除名列入机关 |
+ 决定除名机关 |
{{ companyInfo?.repairInfo?.removeOrgName || '-' }}
|
- | 除名原因 |
+ 决定除名原因 |
- {{ companyInfo?.repairInfo?.situation || '-' }}
+ {{ companyInfo?.repairInfo?.removeReason || '-' }}
|
@@ -1002,15 +1016,22 @@ export default {
this.formData.handler = this.user.nickname
this.formData.handlerid = this.user.primaryKey
expelledRepairNextBiz({
- ...this.formData,
+ bizId: this.bizseq,
+ taskId: this.tasklistid,
nextNodeId: this.formData.nextNodeId,
+ nextPerformerIds: '',
+ nextPerformerNames: '',
repairApproveInfo: {
...this.companyInfo.repairInfo
},
opinionQuery: {
- opinioncontent: this.formData.opinion,
+ bizseq: this.bizseq,
+ workflowid: this.workflowId,
+ handler: this.user.nickname,
+ handlerid: this.user.primaryKey,
opiniontype: '2',
isagree: this.formData.isagree,
+ opinioncontent: this.formData.opinion,
handledate: this.formData.handledate
}
}).then(res => {
diff --git a/src/views/expelled/除名修复管理/二移出审核.vue b/src/views/expelled/除名修复管理/二移出审核.vue
index caf2096..98f33cf 100644
--- a/src/views/expelled/除名修复管理/二移出审核.vue
+++ b/src/views/expelled/除名修复管理/二移出审核.vue
@@ -184,11 +184,19 @@
cellpadding="0"
cellspacing="0"
>
+ | 企业名称 | {{ companyInfo?.repairInfo?.entName || '-'}} |
- | 注册号/企业统一信用代码 |
+ 统一社会信用代码/注册号 |
{{ companyInfo?.repairInfo?.uscc || '-'}} |
- | 企业名称 | {{ companyInfo?.repairInfo?.entName || '-'}} |
+
+ | 法定代表人(负责人、经营者) |
+ {{ companyInfo?.repairInfo?.lerepName || '-'}} |
+
+
+ | 住所(经营场所) |
+ {{ companyInfo?.repairInfo?.address || '-'}} |
+
| 申请时间 |
{{ companyInfo?.repairInfo?.applyDate || '-' }} |
@@ -200,21 +208,27 @@
- | 除名时间 |
+ 联系电话 |
+
+ {{ companyInfo?.repairInfo?.contactPhone || '-' }}
+ |
+
+
+ | 决定除名时间 |
{{ companyInfo?.repairInfo?.removeDate || '-' }}
|
- | 除名列入机关 |
+ 决定除名机关 |
{{ companyInfo?.repairInfo?.removeOrgName || '-' }}
|
- | 除名原因 |
+ 决定除名原因 |
- {{ companyInfo?.repairInfo?.situation || '-' }}
+ {{ companyInfo?.repairInfo?.removeReason || '-' }}
|
@@ -1005,16 +1019,22 @@ export default {
this.formData.taskId = this.tasklistid
this.formData.handler = this.user.nickname
expelledRepairNextBiz({
- ...this.formData,
+ bizId: this.bizseq,
+ taskId: this.tasklistid,
nextNodeId: this.formData.nextNodeId,
+ nextPerformerIds: this.formData.nextPerformerIds,
+ nextPerformerNames: this.formData.nextPerformerNames,
repairApproveInfo: {
...this.companyInfo.repairInfo
},
opinionQuery: {
- opinioncontent: this.formData.opinion,
+ bizseq: this.bizseq,
+ workflowid: this.workflowId,
+ handler: this.user.nickname,
handlerid: this.user.primaryKey,
opiniontype: '1',
isagree: this.formData.isagree,
+ opinioncontent: this.formData.opinion,
handledate: this.formData.handledate
}
}).then(res => {