From 6d32b510b98bcf00f6e024558cda13ba90b71f33 Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Mon, 27 Nov 2023 10:43:20 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=94=BE=E6=AC=BE=E8=B5=84?=
=?UTF-8?q?=E6=96=99=E5=AE=A1=E6=A0=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/loandatareview/loandatareview.vue | 2 +-
.../src/views/loandatareview/loandatareviewAdd.vue | 7 ++++++-
.../src/views/loandatareview/loandatareviewInfo.vue | 7 ++++++-
3 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/anrui-riskcenter-ui/src/views/loandatareview/loandatareview.vue b/anrui-riskcenter-ui/src/views/loandatareview/loandatareview.vue
index be3f037342..f0135f8e4c 100644
--- a/anrui-riskcenter-ui/src/views/loandatareview/loandatareview.vue
+++ b/anrui-riskcenter-ui/src/views/loandatareview/loandatareview.vue
@@ -74,8 +74,8 @@
-
+
diff --git a/anrui-riskcenter-ui/src/views/loandatareview/loandatareviewAdd.vue b/anrui-riskcenter-ui/src/views/loandatareview/loandatareviewAdd.vue
index f5a80a0daa..d161645121 100644
--- a/anrui-riskcenter-ui/src/views/loandatareview/loandatareviewAdd.vue
+++ b/anrui-riskcenter-ui/src/views/loandatareview/loandatareviewAdd.vue
@@ -109,7 +109,7 @@
-
+
资方状态
@@ -117,6 +117,10 @@
+
+ 资方合同号
+ {{ formobj.bankContractNo }}
+
@@ -170,6 +174,7 @@ export default {
gzsfpImages: [],
hgzImages: [],
loanContractNo: '',
+ bankContractNo: '',
num: '',
remarks: '',
rzhtImages: [],
diff --git a/anrui-riskcenter-ui/src/views/loandatareview/loandatareviewInfo.vue b/anrui-riskcenter-ui/src/views/loandatareview/loandatareviewInfo.vue
index a75b44f756..4179bdd273 100644
--- a/anrui-riskcenter-ui/src/views/loandatareview/loandatareviewInfo.vue
+++ b/anrui-riskcenter-ui/src/views/loandatareview/loandatareviewInfo.vue
@@ -102,10 +102,14 @@
-
+
资方状态
{{ formobj.bankStateValue }}
+
+ 资方合同号
+ {{ formobj.bankContractNo }}
+
@@ -143,6 +147,7 @@ export default {
gzsfpImages: [],
hgzImages: [],
loanContractNo: '',
+ bankContractNo: '',
num: '',
remarks: '',
rzhtImages: [],