mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 12:56:43 +08:00
卡单投保录入隐藏同投保人
This commit is contained in:
@@ -183,9 +183,9 @@
|
||||
<van-field v-model='insuredInfo.homeAddress' :readonly="isAppnt" label name='详细地址'
|
||||
placeholder='请输入详细地址' clearable maxlength='30' /> -->
|
||||
|
||||
<div class='pl10 pt10 pb10 pr10 address fs14 redRadioCheckbox'>
|
||||
<!-- <div class='pl10 pt10 pb10 pr10 address fs14 redRadioCheckbox'>
|
||||
<van-checkbox v-model='withRootUser.value' :disabled="isAppnt">同投保人</van-checkbox>
|
||||
</div>
|
||||
</div> -->
|
||||
</van-cell-group>
|
||||
<!-- 受益人信息 -->
|
||||
<van-cell-group class='mt10'>
|
||||
@@ -479,7 +479,7 @@ export default {
|
||||
// showFirstOr: false,
|
||||
withRootUser: {
|
||||
load: false, //防止重复请求
|
||||
value: false
|
||||
value: null
|
||||
},
|
||||
occupationalType: DataDictionary.queryOccupationalByType[0].id,
|
||||
isInsuredCertiexpiredate:true, //被保人有效止期是否显示
|
||||
|
||||
@@ -359,9 +359,9 @@
|
||||
<van-field v-model='insuredInfo.homeAddress' label name='详细地址'
|
||||
placeholder='请输入详细地址' clearable maxlength='30' /> -->
|
||||
|
||||
<div class='pl10 pt10 pb10 pr10 address fs14 redRadioCheckbox'>
|
||||
<!-- <div class='pl10 pt10 pb10 pr10 address fs14 redRadioCheckbox'>
|
||||
<van-checkbox v-model='withRootUser.value'>同投保人</van-checkbox>
|
||||
</div>
|
||||
</div> -->
|
||||
</van-cell-group>
|
||||
<!-- 被保险人信息 (投保人与被保险人是同一人的情况)-->
|
||||
<van-cell-group class='mt10' v-else>
|
||||
@@ -852,7 +852,7 @@ export default {
|
||||
chooseKind: '',
|
||||
withRootUser: {
|
||||
load: false, //防止重复请求
|
||||
value: false
|
||||
value: null
|
||||
},
|
||||
occupationalType: DataDictionary.queryOccupationalByType[0].id,
|
||||
isInsuredCertiexpiredate:true, //被保人有效止期是否显示
|
||||
@@ -2743,7 +2743,7 @@ export default {
|
||||
npType: '', //新市民类型
|
||||
}
|
||||
// 设置选中‘同投保人’的勾选项
|
||||
this.withRootUser.value = true
|
||||
// this.withRootUser.value = true
|
||||
// this.insuredInfo.homeName = getAreaName([
|
||||
// { code: this.userInfo.homeProvince },
|
||||
// { code: this.userInfo.homeCity },
|
||||
|
||||
Reference in New Issue
Block a user