GFRS-729【0326】国富人寿国富民安重大疾病保险(2020版)_1 被保人修改为被保险人 --提交人:阳华祥

This commit is contained in:
阳华祥
2020-03-13 10:09:48 +08:00
parent bfebbfb1fa
commit d8b24dffb8
42 changed files with 236 additions and 236 deletions

View File

@@ -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" />
@@ -99,7 +99,7 @@ export default {
OrderInfoDTO: {},
// 投保人信息
appntDTO: {},
// 被保人信息
// 被保人信息
insuredDTOs: [],
// 保单号
contNo: '',
@@ -157,7 +157,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)