From 788a6fb8deafb933db3a185cc5f1dbc862b48b5f Mon Sep 17 00:00:00 2001
From: "li.yuetong"
Date: Wed, 30 Mar 2022 09:39:47 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9B=BD=E5=AF=8C=E6=83=A0=E6=A1=82?=
=?UTF-8?q?=E4=BF=9D=E5=9B=A2=E4=BD=93=E5=8C=BB=E7=96=97=E4=BF=9D=E9=99=A9?=
=?UTF-8?q?=E4=BA=A7=E5=93=81=E4=B8=8A=E7=BA=BF=E9=87=91=E6=8E=8C=E6=A1=82?=
=?UTF-8?q?=E6=8A=95=E4=BF=9D=E5=BC=80=E5=8F=91=E9=9C=80=E6=B1=82=E3=80=91?=
=?UTF-8?q?=E6=94=AF=E4=BB=98=E5=88=86=E4=BA=AB=E9=A1=B5=E9=9D=A2=E8=A2=AB?=
=?UTF-8?q?=E4=BF=9D=E4=BA=BA=E5=86=99=E6=88=90=E5=A4=9A=E4=B8=AA=E8=A2=AB?=
=?UTF-8?q?=E4=BF=9D=E4=BA=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/cardList/GroupCheckInfo.vue | 170 +++++++++++++++++++++
src/views/ebiz/cardList/GroupPayMent.vue | 10 +-
2 files changed, 176 insertions(+), 4 deletions(-)
diff --git a/src/views/ebiz/cardList/GroupCheckInfo.vue b/src/views/ebiz/cardList/GroupCheckInfo.vue
index e69de29bb..11db8b8af 100644
--- a/src/views/ebiz/cardList/GroupCheckInfo.vue
+++ b/src/views/ebiz/cardList/GroupCheckInfo.vue
@@ -0,0 +1,170 @@
+
+
+
+ 投保人信息
+
+
+
+
+
+
+
+
+
+ 产品信息
+
+
+
+
+
+
+
+
+
+
+ 被保人信息
+
+
+
+
+
+
+
+
+
+ 受益人信息
+
+
+
+ 总保费:{{
+ riskDTO.prem }}元
+
+
+
+
+
+
+
+
+
diff --git a/src/views/ebiz/cardList/GroupPayMent.vue b/src/views/ebiz/cardList/GroupPayMent.vue
index b1547749a..6716bbced 100644
--- a/src/views/ebiz/cardList/GroupPayMent.vue
+++ b/src/views/ebiz/cardList/GroupPayMent.vue
@@ -5,7 +5,9 @@
-
+
+
+
@@ -295,7 +297,7 @@ export default {
this.underWriteData = {
riskName: orderDetail.insuredDTOs[0].riskDTOLst[0].riskName,
appntName: orderDetail.appntDTO.name,
- insuredName: orderDetail.insuredDTOs[0].name,
+ insuredName: orderDetail.insuredDTOs,
orderAmount: orderDetail.insuredDTOs[0].riskDTOLst[0].prem,
schemeName: orderDetail.insuredDTOs[0].riskDTOLst[0].proScheme,
idType: orderDetail.appntDTO.idType,
@@ -524,7 +526,7 @@ export default {
this.underWriteData = {
riskName: res.orderDTO.insuredDTOs[0].riskDTOLst[0].riskName,
appntName: res.orderDTO.appntDTO.name,
- insuredName: res.orderDTO.insuredDTOs[0].name,
+ insuredName: res.orderDTO.insuredDTOs,
// bankName: res.orderDTO.orderAccountDTO.bankCode,
// bankCode: res.orderDTO.orderAccountDTO.cardBookCode,
// cardBookCode: res.orderDTO.orderAccountDTO.cardBookCode,
@@ -551,7 +553,7 @@ export default {
accountName: '',
riskName: '',
appntName: '',
- insuredName: '',
+ insuredName: [],
idType: '',
bankCode: '',
bankName: '',