受益人增加字段

This commit is contained in:
mengxiaolong
2020-10-20 10:36:48 +08:00
parent 0db2e19692
commit 493555fb9d

View File

@@ -113,7 +113,7 @@
/> />
<occupation-picker <occupation-picker
:value.sync="userInfo.occupationCode" :value.sync="userInfo.occupationCode"
:chooseName.sync="userInfo.occupationType" :chooseName.sync="userInfo.occupationName"
:lifeGrade.sync="userInfo.lifeGrade" :lifeGrade.sync="userInfo.lifeGrade"
:healthGrade.sync="userInfo.healthGrade" :healthGrade.sync="userInfo.healthGrade"
clearable clearable
@@ -286,7 +286,9 @@ export default {
city: '', city: '',
postalAddress: '', //详细地址 postalAddress: '', //详细地址
occupationCode: '', occupationCode: '',
occupationType: '', occupationName: '',
lifeGrade: '', //寿险等级
healthGrade: '', //健康等级
yearSalary: '', yearSalary: '',
contactAddress: '', contactAddress: '',
area: '', area: '',
@@ -470,7 +472,8 @@ export default {
this.userInfo.idExpDate = data.idEffectEndDate //证件截止日期 this.userInfo.idExpDate = data.idEffectEndDate //证件截止日期
} }
this.userInfo.occupationCode = data.occupationCode //职业类别编码 this.userInfo.occupationCode = data.occupationCode //职业类别编码
this.userInfo.occupationCode = data.occupationCode //职业类别名称 this.userInfo.occupationName = data.occupationName //职业类别名称
this.userInfo.marriageStatus = data.marriageStatus === '1' ? '已婚' : '单身'
this.userInfo.lifeGrade = data.lifeGrade //寿险等级 this.userInfo.lifeGrade = data.lifeGrade //寿险等级
this.userInfo.healthGrade = data.healthGrade //健康等级 this.userInfo.healthGrade = data.healthGrade //健康等级
// //计算年龄 // //计算年龄