-->
-
+ 注:为未成年子女投保的人身保险,在被保险人成年之前,因被保险人身故给付的保险金总和不得超过国务院保险监督管理机构规定的限额,身故给付的保险金额总和的约定也不得超过前述限额。但航空意外死亡保险金额及重大自然灾害意外死亡保险金额不计算在上述规定限额之中。
总保费:{{ 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 里面是否存有险种信息