书写国富人寿富桂金生养老年金保险,缴费期间和保费的规则表达式

This commit is contained in:
liyuetong
2021-10-19 16:02:28 +08:00
parent da3faeab06
commit 38057cc1b5

View File

@@ -873,6 +873,7 @@ export default {
//确认选择字段 //确认选择字段
onConfirm(value) { onConfirm(value) {
this.columns = [] this.columns = []
this.popupShow = false
// let productCode = this.chooseProducts[this.productIndex].productCode // let productCode = this.chooseProducts[this.productIndex].productCode
let currentFactor = this.chooseProducts[this.productIndex].calFactorLst let currentFactor = this.chooseProducts[this.productIndex].calFactorLst
let currentEle = currentFactor[this.calFactorIndex] let currentEle = currentFactor[this.calFactorIndex]
@@ -959,8 +960,6 @@ export default {
//特殊规则:设置豁免险 //特殊规则:设置豁免险
this.getTrial() this.getTrial()
} }
this.popupShow = false
}, },
//交费期间为一次性交清时清空豁免险GFRS_A0007GFRS_A0009GFRS_A0010并更新localStorage //交费期间为一次性交清时清空豁免险GFRS_A0007GFRS_A0009GFRS_A0010并更新localStorage
isClearAddtionRiskListFunc() { isClearAddtionRiskListFunc() {
@@ -1726,6 +1725,7 @@ export default {
product.cvaliDate = that.cvalidateStr product.cvaliDate = that.cvalidateStr
} }
} }
let age = this.saleInsuredPersonInfo.age let age = this.saleInsuredPersonInfo.age
let trialFlag = true let trialFlag = true
params.trialInfos.forEach((item) => { params.trialInfos.forEach((item) => {