mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 23:16:43 +08:00
整合国富人寿富桂金生养老年金保险和两全,年龄和交费期间的规则
This commit is contained in:
@@ -1736,6 +1736,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//国富人寿富桂金生养老年金保险
|
||||||
let age = this.saleInsuredPersonInfo.age
|
let age = this.saleInsuredPersonInfo.age
|
||||||
let sex = this.saleInsuredPersonInfo.sex //0男 1女
|
let sex = this.saleInsuredPersonInfo.sex //0男 1女
|
||||||
let trialFlag = true
|
let trialFlag = true
|
||||||
@@ -1821,7 +1822,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
if (!trialFlag) {
|
if (!trialFlag) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@@ -2175,6 +2175,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)}元`)
|
||||||
|
|||||||
Reference in New Issue
Block a user