mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 01:36:43 +08:00
受益人增加字段
This commit is contained in:
@@ -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 //健康等级
|
||||||
// //计算年龄
|
// //计算年龄
|
||||||
|
|||||||
Reference in New Issue
Block a user