From 6383f1f7676dce57fa36d4067ccbbffa16c323c7 Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Mon, 4 Mar 2024 16:06:53 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=A1=88=E4=BB=B6=E7=BB=93?=
=?UTF-8?q?=E6=A1=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/caseclosed/caseclosedAdd.vue | 64 +++-
.../src/views/caseclosed/caseclosedInfo.vue | 64 +++-
.../workFlow/jieanFlow/caseclosedDaiBan.vue | 62 ++-
.../workFlow/jieanFlow/caseclosedEdit.vue | 62 ++-
.../workFlow/jieanFlow/caseclosedYiBan.vue | 62 ++-
.../jieanFlow/relation/anjianjinchengInfo.vue | 356 ++++++++++++++++++
.../jieanFlow/relation/susongInfo.vue | 215 +++++++++++
7 files changed, 833 insertions(+), 52 deletions(-)
create mode 100644 anrui-riskcenter-ui/src/views/workFlow/jieanFlow/relation/anjianjinchengInfo.vue
create mode 100644 anrui-riskcenter-ui/src/views/workFlow/jieanFlow/relation/susongInfo.vue
diff --git a/anrui-riskcenter-ui/src/views/caseclosed/caseclosedAdd.vue b/anrui-riskcenter-ui/src/views/caseclosed/caseclosedAdd.vue
index 3d8b5c8819..1e83e1b544 100644
--- a/anrui-riskcenter-ui/src/views/caseclosed/caseclosedAdd.vue
+++ b/anrui-riskcenter-ui/src/views/caseclosed/caseclosedAdd.vue
@@ -4,6 +4,7 @@
+
+
+
+
+
+
@@ -170,18 +181,23 @@
import req from '@/api/caseclosed/caseclosed'
import uploadImg from '@/components/uploadFile/uploadImg'
import { typeValues } from '@/api/Common/dictcommons'
+import courseofthecaseInfo from '../courseofthecase/courseofthecaseInfo'
export default {
name: 'CaseClosedAdd',
components: {
- uploadImg
+ uploadImg,
+ courseofthecaseInfo
},
data() {
return {
viewTitle: '',
viewState: 1,
submitdisabled: false,
+ dialogVisible: false,
+ list: [],
tableKey: 0,
+ measuresKey: 1,
index: 0,
closeType_list: [],
formobj: {
@@ -189,6 +205,7 @@ export default {
bankContract: '',
bankName: '',
billNo: '',
+ busSid: '',
caseCreateDate: '',
caseNo: '',
caseType: '',
@@ -211,6 +228,7 @@ export default {
lenderIdNo: '',
lenderName: '',
loanCaseCloseVehList: [],
+ loanCaseProgressExecuteMeasures: [],
loanContract: '',
nodeSid: '',
nodeState: '',
@@ -270,6 +288,28 @@ export default {
this.formobj.closeTypeValue = ''
}
},
+ // 执行--附件查看
+ handleLook(row) {
+ this.dialogVisible = true
+ if (row.length > 0) {
+ const aa = []
+ row.forEach((e) => {
+ aa.push(e.url)
+ })
+ this.list = aa
+ }
+ },
+ lookCourseOfTheCase() {
+ if (this.formobj.busSid !== '') {
+ this.viewState = 2
+ this.$refs['divAnJian'].showInfo({ sid: this.formobj.busSid })
+ } else {
+ this.$message({ showClose: true, type: 'error', message: '暂无案件记录' })
+ }
+ },
+ resetState() {
+ this.viewState = 1
+ },
saveOrUpdate() {
this.$refs['form_obj'].validate((valid) => {
if (valid) {
@@ -311,6 +351,7 @@ export default {
bankContract: '',
bankName: '',
billNo: '',
+ busSid: '',
caseCreateDate: '',
caseNo: '',
caseType: '',
@@ -333,6 +374,7 @@ export default {
lenderIdNo: '',
lenderName: '',
loanCaseCloseVehList: [],
+ loanCaseProgressExecuteMeasures: [],
loanContract: '',
nodeSid: '',
nodeState: '',
diff --git a/anrui-riskcenter-ui/src/views/caseclosed/caseclosedInfo.vue b/anrui-riskcenter-ui/src/views/caseclosed/caseclosedInfo.vue
index 68d7a134c2..0339ad3d5c 100644
--- a/anrui-riskcenter-ui/src/views/caseclosed/caseclosedInfo.vue
+++ b/anrui-riskcenter-ui/src/views/caseclosed/caseclosedInfo.vue
@@ -4,6 +4,7 @@
@@ -113,16 +114,20 @@
{{ formobj.notReturnMoney }}
-
-
- 执行措施
- {{ formobj.executeMeasure }}
-
-
- 执行说明
- {{ formobj.executeRemarks }}
-
-
+ 执行
+
+
+
+
+
+
+
+
+
+ 查看
+
+
+
车辆信息
@@ -157,25 +162,39 @@
+
+
+
+
+
+
+
+
diff --git a/anrui-riskcenter-ui/src/views/workFlow/jieanFlow/relation/susongInfo.vue b/anrui-riskcenter-ui/src/views/workFlow/jieanFlow/relation/susongInfo.vue
new file mode 100644
index 0000000000..6b0e4b3dbd
--- /dev/null
+++ b/anrui-riskcenter-ui/src/views/workFlow/jieanFlow/relation/susongInfo.vue
@@ -0,0 +1,215 @@
+
+
+
+
+
+
+ 金额单位:元
+
+
+ 申请部门
+ {{ formobj.createDept }}
+
+
+ 申请人
+ {{ formobj.createByName }}
+
+
+ 申请日期
+ {{ formobj.applyDate }}
+
+
+
+
+ 贷款合同编号
+ {{ formobj.loanContractNo }}
+
+
+ 贷款人
+ {{ formobj.loanName }}
+
+
+ 客户名称
+ {{ formobj.customerName }}
+
+
+
+
+ 资方合同编号
+ {{ formobj.bankContractNo }}
+
+
+ 资方
+ {{ formobj.bankName }}
+
+
+ 诉讼主体
+ {{ formobj.lawsuitSubject }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.nper }}/{{ scope.row.currentPeriod }}
+
+
+
+
+
+
+
+
+
+
+
+ 欠款合计
+ {{ formobj.amountAll }}
+
+
+ 风控进展描述
+
+
+ {{ formobj.progress }}
+
+
+
+
+
+
+
+
+
+
+
+
+