From b8257c0ec2d667eeb5da761dc4e01411aae5b14a Mon Sep 17 00:00:00 2001
From: lyt
Date: Tue, 14 Feb 2023 15:50:37 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=85=B3=E4=BA=8E=E5=BC=80=E5=8F=91?=
=?UTF-8?q?=E6=83=A0=E6=A1=82=E4=BF=9D=E7=BB=AD=E4=BF=9D=E6=96=B0=E6=96=B9?=
=?UTF-8?q?=E6=A1=88=E7=B3=BB=E7=BB=9F=E7=9A=84=E7=94=B3=E8=AF=B7=E3=80=91?=
=?UTF-8?q?=E5=88=A0=E9=99=A4=E9=85=8D=E5=81=B6=EF=BC=8C=E6=81=A2=E5=A4=8D?=
=?UTF-8?q?=E9=85=8D=E5=81=B6=E5=8F=AF=E7=82=B9=E5=87=BB=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/cardList/GroupCheckInfo.vue | 10 +++++++---
src/views/ebiz/cardList/GroupInsuredList.vue | 4 ++++
src/views/ebiz/cardList/cardDetail.vue | 18 ++++--------------
3 files changed, 15 insertions(+), 17 deletions(-)
diff --git a/src/views/ebiz/cardList/GroupCheckInfo.vue b/src/views/ebiz/cardList/GroupCheckInfo.vue
index b88dea249..d432c5520 100644
--- a/src/views/ebiz/cardList/GroupCheckInfo.vue
+++ b/src/views/ebiz/cardList/GroupCheckInfo.vue
@@ -39,12 +39,16 @@
- 总保费:
+
+ 折后总保费:{{
- orderInfoDTO.orderAmount }}元
+ orderInfoDTO.orderAmount }}元
+ 总保费:{{
+ orderInfoDTO.orderStandAmount }}元
+ style='border-radius: 0em; width: 50%; height: 50px;margin:0px' />
diff --git a/src/views/ebiz/cardList/GroupInsuredList.vue b/src/views/ebiz/cardList/GroupInsuredList.vue
index 9f51ce162..2e027edd4 100644
--- a/src/views/ebiz/cardList/GroupInsuredList.vue
+++ b/src/views/ebiz/cardList/GroupInsuredList.vue
@@ -383,6 +383,10 @@ export default {
if(choose.relationToAppnt == '1'){
this.persons[0].check = false
}
+ //删除配偶,恢复配偶可点击功能
+ if(choose.relationToAppnt == '2'){
+ this.persons[index].check = false
+ }
this.cardOrderDetailFunc()
// this.formatChoose(choose, index)
}
diff --git a/src/views/ebiz/cardList/cardDetail.vue b/src/views/ebiz/cardList/cardDetail.vue
index 650eb9552..0a19d87c0 100644
--- a/src/views/ebiz/cardList/cardDetail.vue
+++ b/src/views/ebiz/cardList/cardDetail.vue
@@ -41,17 +41,13 @@
注:{{ productDate }}
-
-
- 折后总保费:{{
- orderAmount }}元
+
总保费:{{
- orderStandAmount }}元
+ orderAmount }}元
+ style='border-radius: 0em; width: 50%; height: 40px' />
@@ -87,8 +83,7 @@ export default {
bnfTypeVal: '法定受益人', //受益人类型文字展示
riskDTO: {},
productDate: '',
- orderStandAmount:0, //原价
- orderAmount:0, //打折后价格
+ orderAmount:0,
isLessEighteen: true // 被保人手机号和邮箱默认展示
}
},
@@ -135,7 +130,6 @@ export default {
productDateTime = productDate.getFullYear() + '年' + insuYearM + '月' + insuYearD + '日'
this.productDate = currentData + '0时至' + productDateTime + '24时止'
this.orderAmount = this.orderDTO.orderInfoDTO.orderAmount
- this.orderStandAmount = this.orderDTO.orderInfoDTO.orderStandAmount
},
methods: {
nextStep() {
@@ -173,8 +167,4 @@ export default {
text-align: center;
}
}
-
-.van-button{
- line-height: 20px;
-}