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