mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 01:06:45 +08:00
'重新投保是否展示保险责任'
This commit is contained in:
@@ -16,9 +16,11 @@
|
||||
<span style="font-weight: bold">主险</span>
|
||||
<span class="ml30">{{ item.riskName }}</span>
|
||||
</template>
|
||||
<div v-for="(item2, index2) in item.dutyLst" :key="index2">
|
||||
<InfoCell v-if="index2 === 0" label="保险责任">{{ item2.dutyName }}</InfoCell>
|
||||
<InfoCell v-else label="">{{ item2.dutyName }}</InfoCell>
|
||||
<div v-if="item.riskCode != 'GFRS_M0005'">
|
||||
<div v-for="(item2, index2) in item.dutyLst" :key="index2">
|
||||
<InfoCell v-if="index2 === 0" label="保险责任">{{ item2.dutyName }}</InfoCell>
|
||||
<InfoCell v-else label="">{{ item2.dutyName }}</InfoCell>
|
||||
</div>
|
||||
</div>
|
||||
<InfoCell label="保额(万元)">{{ item.amt }}</InfoCell>
|
||||
<InfoCell>
|
||||
@@ -394,7 +396,7 @@ export default {
|
||||
additionals.push(item)
|
||||
}
|
||||
})
|
||||
}else{
|
||||
} else {
|
||||
additionals.push(item)
|
||||
}
|
||||
})
|
||||
@@ -405,8 +407,8 @@ export default {
|
||||
// console.log(res, '=====================测试测试测试====================')
|
||||
// })
|
||||
// // todo end测试数据
|
||||
let insureDTOS = Object.assign({},this.insuredDTOs);
|
||||
insureDTOS.riskDTOLst = riskDTOLst;
|
||||
let insureDTOS = Object.assign({}, this.insuredDTOs)
|
||||
insureDTOS.riskDTOLst = riskDTOLst
|
||||
let data = {
|
||||
orderDTO: {
|
||||
appntDTO: this.appntDTO,
|
||||
|
||||
Reference in New Issue
Block a user