From 010954cde2fc42d50af04730d7b1fa2f4aa2f006 Mon Sep 17 00:00:00 2001 From: "li.yuetong" Date: Tue, 28 Jun 2022 15:20:01 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9B=BD=E5=AF=8C=E6=83=A0=E6=A1=82?= =?UTF-8?q?=E4=BF=9D=E5=9B=A2=E4=BD=93=E5=8C=BB=E7=96=97=E4=BF=9D=E9=99=A9?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E4=B8=8A=E7=BA=BF=E9=87=91=E6=8E=8C=E6=A1=82?= =?UTF-8?q?=E6=8A=95=E4=BF=9D=E5=BC=80=E5=8F=91=E9=9C=80=E6=B1=82=E3=80=91?= =?UTF-8?q?=E6=83=A0=E6=A1=82=E4=BF=9D=E7=9A=84=E8=81=8C=E4=B8=9A=E8=A6=81?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=BB=99=E5=AE=A2=E6=88=B7=E5=81=9A=E9=80=89?= =?UTF-8?q?=E6=8B=A9=EF=BC=8C=E5=BA=94=E8=AF=A5=E4=B8=8D=E8=83=BD=E5=86=99?= =?UTF-8?q?=E6=AD=BB=E6=9F=90=E4=B8=AA=E8=81=8C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/cardList/GroupAppntInfo.vue | 10 +++++----- src/views/ebiz/cardList/GroupInsuredInfo.vue | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/ebiz/cardList/GroupAppntInfo.vue b/src/views/ebiz/cardList/GroupAppntInfo.vue index a48aea737..35da37230 100644 --- a/src/views/ebiz/cardList/GroupAppntInfo.vue +++ b/src/views/ebiz/cardList/GroupAppntInfo.vue @@ -721,11 +721,11 @@ export default { this.$validator.validate().then(valid => { if (true === valid) { // 国富惠桂保团体医疗保险产品,职业不展示,相关字段默认为高风险工作人员 - this.userInfo.occupationName = '高风险工作人员' - this.userInfo.occupationCode = '8000206' - this.userInfo.occupationType = '6' - this.userInfo.healthGrade = '6' - this.userInfo.lifeGrade = '6' + // this.userInfo.occupationName = '高风险工作人员' + // this.userInfo.occupationCode = '8000206' + // this.userInfo.occupationType = '6' + // this.userInfo.healthGrade = '6' + // this.userInfo.lifeGrade = '6' let age = utilsAge.getAge(this.userInfo.birthday, new Date()) console.log('计算年龄', age) // return diff --git a/src/views/ebiz/cardList/GroupInsuredInfo.vue b/src/views/ebiz/cardList/GroupInsuredInfo.vue index 37123b393..de174cd5c 100644 --- a/src/views/ebiz/cardList/GroupInsuredInfo.vue +++ b/src/views/ebiz/cardList/GroupInsuredInfo.vue @@ -1197,11 +1197,11 @@ export default { this.$validator.validate().then(valid => { if (true === valid) { // 国富惠桂保团体医疗保险产品,职业不展示,相关字段默认为高风险工作人员 - this.insuredInfo.occupationName = '高风险工作人员' - this.insuredInfo.occupationCode = '8000206' - this.insuredInfo.occupationType = '6' - this.insuredInfo.healthGrade = '6' - this.insuredInfo.lifeGrade = '6' + // this.insuredInfo.occupationName = '高风险工作人员' + // this.insuredInfo.occupationCode = '8000206' + // this.insuredInfo.occupationType = '6' + // this.insuredInfo.healthGrade = '6' + // this.insuredInfo.lifeGrade = '6' // localStorage.chooseProductCodesNew = localStorage.chooseProductCodes //投保人校验 // 计算年龄