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

This commit is contained in:
阳华祥
2020-03-11 09:59:32 +08:00
parent 8075be13a4
commit a150b94590
8 changed files with 26 additions and 26 deletions

View File

@@ -31,7 +31,7 @@ export default [
name: 'ChooseInsuredPerson',
component: chooseInsuredPerson,
meta: {
title: '选择被保人'
title: '选择被保人'
}
},
{
@@ -49,7 +49,7 @@ export default [
name: 'InsuredPerson',
component: insuredPerson,
meta: {
title: '被保人信息',
title: '被保人信息',
index: 1
}
},

View File

@@ -93,7 +93,7 @@ export function appCallBack(that, type) {
title = '投保人信息'
break
case '2':
title = '被保人信息'
title = '被保人信息'
break
case '3':
title = '指定受益人信息'
@@ -129,7 +129,7 @@ export function chooseOccupation(that, type) {
title = '投保人信息'
break
case '2':
title = '被保人信息'
title = '被保人信息'
break
case '3':
title = '指定受益人信息'
@@ -514,7 +514,7 @@ export function chooseCustomer(that, data, type) {
title = '投保人信息'
break
case '2':
title = '被保人信息'
title = '被保人信息'
break
case '3':
title = '指定受益人信息'
@@ -829,7 +829,7 @@ export function getIdentityInfo(that, data, type) {
}
that.isScan = false
that.bankisScan = false
let title = type == '1' ? '投保人信息' : '被保人信息'
let title = type == '1' ? '投保人信息' : '被保人信息'
that.$jump({
flag: 'navigation',
extra: {

View File

@@ -9,7 +9,7 @@
@nameChange="nameChange"
@on-choose="chooseCustomer"
v-validate="'required'"
name="被保人"
name="被保人"
required
:readonly="disabled"
label="姓名"
@@ -48,15 +48,15 @@
label="职业"
name="职业"
v-validate="'required'"
placeholder="被保人职业"
placeholder="被保人职业"
/>
<select-radio class="border-bottom" :radios="medicalRadio" label="有无社保" :value.sync="insured.medical"></select-radio>
<div class="border-bottom">
<van-field :readonly="disabled" :value="ageShow" @input="changeAgeInput($event)" clearable label="年龄" placeholder="被保人年龄" />
<van-field :readonly="disabled" :value="ageShow" @input="changeAgeInput($event)" clearable label="年龄" placeholder="被保人年龄" />
</div>
<!-- <div class="border-bottom"><van-field :readonly="disabled" v-model="insured.age" clearable label="年龄" placeholder="被保人年龄" /></div> -->
<van-field v-model="insured.mobile" :readonly="disabled" clearable label="手机号码" name="手机号码" placeholder="被保人手机号码" v-validate="'mobile'" />
<van-field v-model="insured.mobile" :readonly="disabled" clearable label="手机号码" name="手机号码" placeholder="被保人手机号码" v-validate="'mobile'" />
<van-button type="danger" @click="nextStep" class="bottom-btn fs16">下一步</van-button>
</van-cell-group>
</div>
@@ -195,7 +195,7 @@ export default {
this.$jump({
flag: 'navigation',
extra: {
title: '被保人信息',
title: '被保人信息',
hiddenRight: '1'
}
})
@@ -209,7 +209,7 @@ export default {
this.$jump({
flag: 'navigation',
extra: {
title: '被保人信息',
title: '被保人信息',
hiddenRight: '1'
}
})
@@ -234,7 +234,7 @@ export default {
let resultSex = checkSex(cacheSex, localSex, relation)
let resultRelation = checkRelation(relation, this.insured.age)
if (!resultSex) {
return Toast.fail('被保人性别有误')
return Toast.fail('被保人性别有误')
}
if (!resultRelation) {
return Toast.fail('0-7岁未成年人须由其父母投保')
@@ -323,7 +323,7 @@ export default {
this.$jump({
flag: 'navigation',
extra: {
title: '被保人信息',
title: '被保人信息',
hiddenRight: '1'
}
})

View File

@@ -158,7 +158,7 @@
</div>
<div v-if="relationToAppnt != '1'">
<div class="flex bg-white p10 align-items-c">
<span>被保人附件</span>
<span>被保人附件</span>
</div>
<div class=" m20 bg-white">
<div>

View File

@@ -22,7 +22,7 @@
<!-- 多被保人信息 -->
<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" />
@@ -45,7 +45,7 @@
<div v-if="OrderInfoDTO.bnfFlag == '指定受益人'">
<van-cell title="姓名" :value="itm.name" />
<van-cell title="性别" :value="itm.sex" />
<van-cell title="是被保人的" :value="itm.relationToInsured" />
<van-cell title="是被保人的" :value="itm.relationToInsured" />
<van-cell title="受益比例" :value="`${itm.bnfLot}%`" v-if="itm.bnfLot != null" />
<van-cell title="证件类型" :value="itm.idType" />
<van-cell title="证件号码" :value="itm.idNo" />

View File

@@ -714,7 +714,7 @@ export default {
this.$jump({
flag: 'navigation',
extra: {
title: '被保人信息',
title: '被保人信息',
hiddenRight: '1'
}
})
@@ -1002,7 +1002,7 @@ export default {
this.$jump({
flag: 'navigation',
extra: {
title: '被保人信息',
title: '被保人信息',
hiddenRight: '1'
}
})
@@ -1022,7 +1022,7 @@ export default {
this.$jump({
flag: 'navigation',
extra: {
title: '被保人信息',
title: '被保人信息',
hiddenRight: '1'
}
})
@@ -1106,13 +1106,13 @@ export default {
if (this.userInfo.relationToAppnt == '2') {
//投保人或者被保人不是已婚
if (this.appntMarriage != '1' || this.userInfo.marriage != '1') {
return this.$toast('投被保人婚姻状况有误')
return this.$toast('投被保人婚姻状况有误')
}
let insuredSex = this.userInfo.sex
let appntSex = JSON.parse(localStorage.saleInsuredInfo).sex
//投被保人性别相同
if (insuredSex == appntSex) {
return this.$toast('被保人性别有误')
return this.$toast('被保人性别有误')
}
}
@@ -1243,7 +1243,7 @@ export default {
//如果是已婚
if ((this.userInfo.sex == '0' && age < 22) || (this.userInfo.sex == '1' && age < 20)) {
if (this.userInfo.marriage != '2') {
return this.$toast('被保人不符合国家婚姻法定年龄')
return this.$toast('被保人不符合国家婚姻法定年龄')
}
}
// this.save()

View File

@@ -588,7 +588,7 @@ export default {
share(code) {
let shareName = ''
if (code == '1') {
shareName = '被保人'
shareName = '被保人'
} else {
shareName = '投保人'
}

View File

@@ -65,7 +65,7 @@
</div>
</div>
<div class="pt25 pl30 flex align-items-c" v-if="relationToAppnt != '1'">
<span class="mr10">被保人/监护人签名</span>
<span class="mr10">被保/监护人签名</span>
<div v-if="signVal == '0' || signVal == '2'">
<van-button type="danger" size="small" :disabled="signVal == '1' ? isDisableInsured : true" @click="sign('1')" v-no-more-click="1000">{{
insuredSign.documentStatus == '2' ? '未签名' : '已签名'
@@ -570,7 +570,7 @@ export default {
this.toAirSign('1', '法定监护人', '10', '4')
} else {
// 不在微信被保人
console.log('被保人签名')
console.log('被保人签名')
EWebBridge.webCallAppInJs('ca_sign', {
//身份证号码
number: that.saleInsuredPersonInfo.idNo,