整合国富人寿富桂金生养老年金保险和两全,年龄和交费期间的规则

This commit is contained in:
liyuetong
2021-10-19 17:36:53 +08:00
parent 38057cc1b5
commit 5c6b486dc0

View File

@@ -1727,6 +1727,7 @@ export default {
} }
let age = this.saleInsuredPersonInfo.age let age = this.saleInsuredPersonInfo.age
let sex = this.saleInsuredPersonInfo.sex //0男 1女
let trialFlag = true let trialFlag = true
params.trialInfos.forEach((item) => { params.trialInfos.forEach((item) => {
if (item.productCode == 'GFRS_A0011') { if (item.productCode == 'GFRS_A0011') {
@@ -1748,13 +1749,8 @@ export default {
this.$toast('被保险人年龄不适合该交费期间或保险期间!') this.$toast('被保险人年龄不适合该交费期间或保险期间!')
trialFlag = false trialFlag = false
} }
} }else if (item.productCode == 'GFRS_M0053') {
})
//国富人寿富桂金生养老年金保险 //国富人寿富桂金生养老年金保险
let sex = this.saleInsuredPersonInfo.sex //0男 1女
params.trialInfos.forEach((item) => {
if (item.productCode == 'GFRS_M0053') {
if(sex == '0'){ if(sex == '0'){
if( if(
(item.pensionAge == '60' && item.payEndYear == '30' && age > 30) || (item.pensionAge == '60' && item.payEndYear == '30' && age > 30) ||
@@ -2213,6 +2209,17 @@ export default {
} }
} }
} }
//国富人寿富桂金生养老年金保险
} else if (productCode == 'GFRS_M0053') {
if (Number(defalutValue) < Number(min)) {
this.$toast(`交费期间为${riskFactor.yearWay}年交时,最低保费为${Number(min) * Number(riskFactor.moneyUnit)}元`)
this.nextStepFlag = true
}else{
this.nextStepFlag = false
this.mainRiskInfluenceAddRisk()
currentEle['amt'] = Number(defalutValue) * Number(riskFactor.moneyUnit)
this.getTrial()
}
} else if (this.isTrial === '0' && this.chooseProducts[productIndex].isMainRisk == '0') { } else if (this.isTrial === '0' && this.chooseProducts[productIndex].isMainRisk == '0') {
if (Number(defalutValue) < Number(min)) { if (Number(defalutValue) < Number(min)) {
this.$toast(`交费期间为${riskFactor.yearWay}年交时,最低保费为${Number(min) * Number(riskFactor.moneyUnit)}元`) this.$toast(`交费期间为${riskFactor.yearWay}年交时,最低保费为${Number(min) * Number(riskFactor.moneyUnit)}元`)