From 0db2e196929ff682a8dc4bac6f7f3e44baa8cc74 Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Tue, 20 Oct 2020 10:18:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=97=E7=9B=8A=E4=BA=BA=E5=8F=98=E6=9B=B4?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ebiz/preserve/bc/BeneficiaryInfoAdd.vue | 101 +++++++++++++----- 1 file changed, 72 insertions(+), 29 deletions(-) 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 //健康等级 // //计算年龄