From 94e442f275673e134e3b778d91b2c2eca781c487 Mon Sep 17 00:00:00 2001 From: "li.yuetong" Date: Thu, 23 Jun 2022 16:28:45 +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?=E5=9B=BD=E5=AF=8C=E6=83=A0=E6=A1=82=E4=BF=9D=E5=9B=A2=E4=BD=93?= =?UTF-8?q?=E5=8C=BB=E7=96=97=E4=BF=9D=E9=99=A9=E4=BA=A7=E5=93=81,?= =?UTF-8?q?=E8=81=8C=E4=B8=9A=E4=B8=8D=E5=B1=95=E7=A4=BA=EF=BC=8C=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E5=AD=97=E6=AE=B5=E9=BB=98=E8=AE=A4=E4=B8=BA=E9=AB=98?= =?UTF-8?q?=E9=A3=8E=E9=99=A9=E5=B7=A5=E4=BD=9C=E4=BA=BA=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ebiz/occipation/data/occupation.js | 9 ++++++++- src/views/ebiz/cardList/GroupAppntInfo.vue | 10 ++++++++-- src/views/ebiz/cardList/GroupInsuredInfo.vue | 18 ++++++++++++------ 3 files changed, 28 insertions(+), 9 deletions(-) diff --git a/src/components/ebiz/occipation/data/occupation.js b/src/components/ebiz/occipation/data/occupation.js index cc72e6e35..9bfaf52d2 100644 --- a/src/components/ebiz/occipation/data/occupation.js +++ b/src/components/ebiz/occipation/data/occupation.js @@ -7860,7 +7860,14 @@ let occupationList = [ lifeGrade: '6', healthGrade: '2' }, - { code: '8000102', name: '武术学校学生', lifeGrade: '6', healthGrade: '2' } + { code: '8000102', name: '武术学校学生', lifeGrade: '6', healthGrade: '2' }, + { code: '8000201', name: '低风险室内工作人员', lifeGrade: '1', healthGrade: '1' }, + { code: '8000202', name: '低风险室外工作人员', lifeGrade: '2', healthGrade: '2' }, + { code: '8000203', name: '中低风险工作人员', lifeGrade: '3', healthGrade: '3' }, + { code: '8000204', name: '中等风险工作人员', lifeGrade: '4', healthGrade: '4' }, + { code: '8000205', name: '中高风险工作人员', lifeGrade: '5', healthGrade: '5' }, + { code: '8000206', name: '高风险工作人员', lifeGrade: '6', healthGrade: '6' }, + { code: '8000207', name: '特高风险工作人员', lifeGrade: '7', healthGrade: '7' } ] } ] diff --git a/src/views/ebiz/cardList/GroupAppntInfo.vue b/src/views/ebiz/cardList/GroupAppntInfo.vue index aabbdeace..75e06aaa4 100644 --- a/src/views/ebiz/cardList/GroupAppntInfo.vue +++ b/src/views/ebiz/cardList/GroupAppntInfo.vue @@ -88,7 +88,7 @@ - + /> --> { if (true === valid) { + // 国富惠桂保团体医疗保险产品,职业不展示,相关字段默认为高风险工作人员 + this.userInfo.occupationName = '8000206' + this.userInfo.occupationCode = '高风险工作人员' + 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 56d5c5908..f05801100 100644 --- a/src/views/ebiz/cardList/GroupInsuredInfo.vue +++ b/src/views/ebiz/cardList/GroupInsuredInfo.vue @@ -90,7 +90,7 @@ /> - + /> --> { if (true === valid) { + // 国富惠桂保团体医疗保险产品,职业不展示,相关字段默认为高风险工作人员 + this.insuredInfo.occupationName = '8000206' + this.insuredInfo.occupationCode = '高风险工作人员' + this.insuredInfo.occupationType = '6' + this.insuredInfo.healthGrade = '6' + this.insuredInfo.lifeGrade = '6' // localStorage.chooseProductCodesNew = localStorage.chooseProductCodes //投保人校验 // 计算年龄