mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 14:36:44 +08:00
Merge branch '0327/GFRS-729【0326】国富人寿国富民安重大疾病保险(2020版)_1' into release/0327
# Conflicts: # src/views/ebiz/common/CalculatePremium.vue
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
</van-cell-group>
|
||||
</van-collapse-item>
|
||||
|
||||
<!-- 多被保人信息 -->
|
||||
<!-- 多被保险人信息 -->
|
||||
<div v-for="(item, index) in insuredDTOs" :key="index" class="pb10">
|
||||
<van-collapse-item title="被保人信息" :name="index + 40" class="pb10">
|
||||
<van-collapse-item title="被保险人信息" :name="index + 40" class="pb10">
|
||||
<van-cell-group>
|
||||
<!-- <van-cell title="是投保人的" :value="item.relationToAppnt" /> -->
|
||||
<van-cell title="姓名" :value="item.name" />
|
||||
@@ -43,7 +43,7 @@
|
||||
<div v-if="itm.bnfType == '1'">
|
||||
<van-cell title="姓名" :value="itm.name" />
|
||||
<van-cell title="性别" :value="itm.sexText" />
|
||||
<!-- <van-cell title="是被保人的" :value="itm.relationText" /> -->
|
||||
<!-- <van-cell title="是被保险人的" :value="itm.relationText" /> -->
|
||||
<van-cell title="受益比例" :value="`${itm.bnfLot * 100}%`" v-if="itm.bnfLot != null" />
|
||||
<van-cell title="证件类型" :value="itm.idTypeText" />
|
||||
<van-cell title="证件号码" :value="itm.idNo" />
|
||||
@@ -127,7 +127,7 @@ export default {
|
||||
OrderInfoDTO: {},
|
||||
// 投保人信息
|
||||
appntDTO: {},
|
||||
// 被保人信息
|
||||
// 被保险人信息
|
||||
insuredDTOs: [],
|
||||
// 保单号
|
||||
contNo: '',
|
||||
@@ -277,7 +277,7 @@ export default {
|
||||
this.filterData(dataDictionary.idType, 'idType', appntDTO)
|
||||
that.appntDTO = appntDTO
|
||||
window.localStorage.setItem('saleInsuredInfo', JSON.stringify(appntDTO))
|
||||
// 被保人信息
|
||||
// 被保险人信息
|
||||
res.content.insuredDTOs.map(insured => {
|
||||
insured.riskDTOLst.map(risk => {
|
||||
Number(risk.payIntv)
|
||||
@@ -337,7 +337,7 @@ export default {
|
||||
EWebBridge.webCallAppInJs('bridge', {
|
||||
flag: 'share',
|
||||
extra: {
|
||||
title: this.wxTitle,
|
||||
title: '国富人寿保单回执签字',
|
||||
content: '国富人寿保单回执签收',
|
||||
url:
|
||||
location.origin +
|
||||
|
||||
Reference in New Issue
Block a user