From 30630b4de79f93d6abb30af21c278eefb1569e3b Mon Sep 17 00:00:00 2001 From: dwq <15731277156@163.com> Date: Wed, 23 Jun 2021 10:53:55 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AD=A6=E5=B9=B3=E9=99=A9=E5=8D=A1?= =?UTF-8?q?=E5=8D=95=E4=BA=A7=E5=93=81=E9=9C=80=E6=B1=82=E3=80=91=E6=8C=89?= =?UTF-8?q?=E7=85=A7=E9=9C=80=E6=B1=82=E4=BF=AE=E6=94=B9=E5=88=A4=E6=96=AD?= =?UTF-8?q?=20=E6=96=B0=E5=A2=9E=E5=AD=A6=E6=A0=A1=E7=8F=AD=E7=BA=A7?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/cardList/information.vue | 83 +++++++++++++++++++++++-- 1 file changed, 78 insertions(+), 5 deletions(-) diff --git a/src/views/ebiz/cardList/information.vue b/src/views/ebiz/cardList/information.vue index 6f15fb78c..8dc9170fc 100644 --- a/src/views/ebiz/cardList/information.vue +++ b/src/views/ebiz/cardList/information.vue @@ -237,6 +237,20 @@ :value="insuredInfo.occupationName" right-icon="arrow" /> + + + + --> - +
注:为未成年子女投保的人身保险,在被保险人成年之前,因被保险人身故给付的保险金总和不得超过国务院保险监督管理机构规定的限额,身故给付的保险金额总和的约定也不得超过前述限额。但航空意外死亡保险金额及重大自然灾害意外死亡保险金额不计算在上述规定限额之中。
总保费:{{ allPrice }} - + + + @@ -602,7 +632,9 @@ export default { homeName: '', //联系地址 homeAddress: '', //详细地址 mobile: '', //移动电话 - email: '' //电子邮箱 + email: '', //电子邮箱 + schoolName:'', + className:'' // effectiveDate: '' //指定生效日期 }, //被保人信息 @@ -627,7 +659,9 @@ export default { homeName: '', //联系地址 homeAddress: '', //详细地址 mobile: '', //移动电话 - email: '' //电子邮箱 + email: '' ,//电子邮箱 + schoolName:'', + className:'' }, selectUser: '', areaList: areaList, @@ -644,7 +678,9 @@ export default { areaCode: '450101', occupationCode: '', occupationName: '', - itemProductDTOS: JSON.parse(CacheUtils.getLocItem('itemProductDTOS')) // + itemProductDTOS: JSON.parse(CacheUtils.getLocItem('itemProductDTOS')), // + showDialog:false, + showField:false } }, created() { @@ -669,6 +705,10 @@ export default { // } // }) // } + if (this.itemProductDTOS.productCode === 'GFRS_M0048'||this.itemProductDTOS.productCode === 'GFRS_M0049'||this.itemProductDTOS.productCode === 'GFRS_M0050') { + this.userInfo.relationToInsured = ""; + this.showField=true; + } }, mounted() { // 筛选按钮的点击事件 @@ -911,7 +951,13 @@ export default { } else if (pickerType == '8') { this.columns = DataDictionary.salarySource } else if (pickerType == '9') { + if(this.itemProductDTOS.productCode === 'GFRS_M0048'||this.itemProductDTOS.productCode === 'GFRS_M0049'){ + this.columns = DataDictionary.relationToAppnt.slice(2,3); + }else if(this.itemProductDTOS.productCode === 'GFRS_M0050'){ + this.columns = DataDictionary.relationToAppnt.slice(0,1).concat(DataDictionary.relationToAppnt.slice(2,3)); + }else{ this.columns = DataDictionary.relationToAppnt + } } else if (pickerType == '66') { this.columns = DataDictionary.marriage this.pickerIndex = this.insuredInfo.marriage - 1 > 0 ? this.insuredInfo.marriage - 1 : 0 @@ -1484,6 +1530,33 @@ export default { } }) }, + showDialogMethond(){ + let insuredInfoAge = utilsAge.getAge(this.insuredInfo.birthday, new Date()) + if (this.itemProductDTOS.productCode === 'GFRS_M0048') { + //义务教育 含6岁以下 20岁以上 弹窗 + if(insuredInfoAge<=6||insuredInfoAge>=20){ + this.showDialog=true; + }else{ + this.nextStep(); + } + }else if (this.itemProductDTOS.productCode === 'GFRS_M0049') { + //幼儿园 含7岁以上 + if(insuredInfoAge>=7){ + this.showDialog=true; + }else{ + this.nextStep(); + } + }else if (this.itemProductDTOS.productCode === 'GFRS_M0050') { + //高等教育 含6岁以下 + if(insuredInfoAge<=6){ + this.showDialog=true; + }else{ + this.nextStep(); + } + }else{ + this.nextStep(); + } + }, //信息变更 infoUpdate() { //local 里面是否存有险种信息