diff --git a/src/views/ebiz/preserve/bc/BeneficiaryInfoAdd.vue b/src/views/ebiz/preserve/bc/BeneficiaryInfoAdd.vue
index f86d3ea45..191fde34d 100644
--- a/src/views/ebiz/preserve/bc/BeneficiaryInfoAdd.vue
+++ b/src/views/ebiz/preserve/bc/BeneficiaryInfoAdd.vue
@@ -100,6 +100,55 @@
长期
+
+
+
+
+
-
-
-
添加
@@ -170,6 +192,9 @@
当前顺位受益比例总和不能超过100%
+
+
+
@@ -207,6 +232,7 @@ export default {
},
data() {
return {
+ isMarriageStatusShow: false,
isDetailFlag: '0', //是否需要填写手机号等详细信息 0-是 1-否
dialogShow: false, //错误弹窗是否显示
effectiveDateTypeAble: true, //长期按钮是否禁用
@@ -261,7 +287,8 @@ export default {
postalAddress: '', //详细地址
occupationCode: '',
occupationType: '',
- occupationName: '',
+ yearSalary: '',
+ contactAddress: '',
area: '',
bnfLot: '', //受益比例
@@ -296,6 +323,22 @@ export default {
},
mounted() {},
methods: {
+ setMarriageStatus() {
+ this.isMarriageStatusShow = true
+ this.columns = [
+ { id: 1, text: '已婚' },
+ { id: 2, text: '单身' }
+ ]
+ },
+ onMarriageConfirm(value) {
+ this.userInfo.marriageStatus = value.text
+ if (value.text === '已婚') {
+ this.userInfo.marriage = '1'
+ } else {
+ this.userInfo.marriage = '2'
+ }
+ this.isMarriageStatusShow = false
+ },
appCallBack(data) {
if (data.trigger == 'right_button_click') {
// 筛选按钮的点击事件
@@ -427,7 +470,7 @@ export default {
this.userInfo.idExpDate = data.idEffectEndDate //证件截止日期
}
this.userInfo.occupationCode = data.occupationCode //职业类别编码
- this.userInfo.occupationName = data.occupationName //职业类别名称
+ this.userInfo.occupationCode = data.occupationCode //职业类别名称
this.userInfo.lifeGrade = data.lifeGrade //寿险等级
this.userInfo.healthGrade = data.healthGrade //健康等级
// //计算年龄