mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 03:46:43 +08:00
国富无忧安康卡-国富无忧综合意外伤害保险计划(2024版)修改
This commit is contained in:
@@ -954,7 +954,7 @@ export default {
|
|||||||
}
|
}
|
||||||
//金掌桂无忧卡,少儿安康卡两款卡单产品关闭指定生效日功能,默认自承保之日起第四日零时生效
|
//金掌桂无忧卡,少儿安康卡两款卡单产品关闭指定生效日功能,默认自承保之日起第四日零时生效
|
||||||
//GFRS_M0052 国富人寿少儿安康保险产品组合、GFRS_M0041 国富无忧卡-国富人寿综合意外伤害保险计划
|
//GFRS_M0052 国富人寿少儿安康保险产品组合、GFRS_M0041 国富无忧卡-国富人寿综合意外伤害保险计划
|
||||||
if (this.itemProductDTOS.productCode === 'GFRS_M0052' || this.itemProductDTOS.productCode === 'GFRS_M0041' || this.itemProductDTOS.productCode === 'GFRS_M0071') {
|
if (this.itemProductDTOS.productCode === 'GFRS_M0052' || this.itemProductDTOS.productCode === 'GFRS_M0041' || this.itemProductDTOS.productCode === 'GFRS_M0071'|| this.itemProductDTOS.productCode === 'GFRS_M0091') {
|
||||||
this.cvaliDate = dateUtils.formatDate(afterDate.getAfterDays(Number(this.trialList[0].timeliness)), 'yyyy-MM-dd')
|
this.cvaliDate = dateUtils.formatDate(afterDate.getAfterDays(Number(this.trialList[0].timeliness)), 'yyyy-MM-dd')
|
||||||
//保险期间计算逻辑
|
//保险期间计算逻辑
|
||||||
let val = this.cvaliDate
|
let val = this.cvaliDate
|
||||||
@@ -1029,7 +1029,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
//试算逻辑国富万福卡GFRS_M0071
|
|
||||||
insureTrial() {
|
insureTrial() {
|
||||||
// if(this.insuredInfo.birthday || that.$route.query.relationToAppnt == '1'){
|
// if(this.insuredInfo.birthday || that.$route.query.relationToAppnt == '1'){
|
||||||
if (this.userInfo.relationToInsured == 1) {
|
if (this.userInfo.relationToInsured == 1) {
|
||||||
@@ -2853,7 +2852,7 @@ export default {
|
|||||||
//被保人职业变化时,重新调用试算接口
|
//被保人职业变化时,重新调用试算接口
|
||||||
'insuredInfo.occupationName': {
|
'insuredInfo.occupationName': {
|
||||||
handler(newV) {
|
handler(newV) {
|
||||||
if (newV && this.itemProductDTOS.productCode === 'GFRS_M0071') {
|
if (newV && (this.itemProductDTOS.productCode === 'GFRS_M0071' || this.itemProductDTOS.productCode === 'GFRS_M0091')) {
|
||||||
this.insureTrial()
|
this.insureTrial()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -2863,8 +2862,7 @@ export default {
|
|||||||
//投被同人时,投保人职业变化时,重新调用试算接口
|
//投被同人时,投保人职业变化时,重新调用试算接口
|
||||||
'userInfo.occupationName': {
|
'userInfo.occupationName': {
|
||||||
handler(newV) {
|
handler(newV) {
|
||||||
// if (newV && this.itemProductDTOS.productCode === 'GFRS_M0071'&& this.userInfo.relationToInsured == 1) {
|
if (newV && (this.itemProductDTOS.productCode === 'GFRS_M0071' || this.itemProductDTOS.productCode === 'GFRS_M0091')) {
|
||||||
if (newV && this.itemProductDTOS.productCode === 'GFRS_M0071') {
|
|
||||||
this.insureTrial()
|
this.insureTrial()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user