mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 13:26:44 +08:00
'重新投保保额'
This commit is contained in:
@@ -512,7 +512,7 @@ export default {
|
|||||||
})
|
})
|
||||||
this.setCustomerMarriage(res.orderDTO.appntDTO.marriage)
|
this.setCustomerMarriage(res.orderDTO.appntDTO.marriage)
|
||||||
//是否长期
|
//是否长期
|
||||||
this.userInfo.effectiveDateType = res.orderDTO.appntDTO.effectiveDateType == 'false' ? false : true
|
this.userInfo.effectiveDateType = res.orderDTO.appntDTO.effectiveDateType ? true : false
|
||||||
//有无社保
|
//有无社保
|
||||||
this.userInfo.medical = res.orderDTO.appntDTO.medical
|
this.userInfo.medical = res.orderDTO.appntDTO.medical
|
||||||
|
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
</InfoCell>
|
</InfoCell>
|
||||||
</DropdownBox>
|
</DropdownBox>
|
||||||
</van-checkbox-group>
|
</van-checkbox-group>
|
||||||
<div class="">
|
<div class="" v-else>
|
||||||
<DropdownBox :gutter="false">
|
<DropdownBox :gutter="false">
|
||||||
<template #boxTitle>
|
<template #boxTitle>
|
||||||
<span style="font-weight: bold">附加险</span>
|
<span style="font-weight: bold">附加险</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user