mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 01:06:45 +08:00
书写国富人寿富桂金生养老年金保险,缴费期间和保费的规则表达式
This commit is contained in:
@@ -873,6 +873,7 @@ export default {
|
||||
//确认选择字段
|
||||
onConfirm(value) {
|
||||
this.columns = []
|
||||
this.popupShow = false
|
||||
// let productCode = this.chooseProducts[this.productIndex].productCode
|
||||
let currentFactor = this.chooseProducts[this.productIndex].calFactorLst
|
||||
let currentEle = currentFactor[this.calFactorIndex]
|
||||
@@ -959,8 +960,6 @@ export default {
|
||||
//特殊规则:设置豁免险
|
||||
this.getTrial()
|
||||
}
|
||||
|
||||
this.popupShow = false
|
||||
},
|
||||
//交费期间为一次性交清时,清空豁免险GFRS_A0007,GFRS_A0009,GFRS_A0010并更新localStorage
|
||||
isClearAddtionRiskListFunc() {
|
||||
@@ -1726,6 +1725,7 @@ export default {
|
||||
product.cvaliDate = that.cvalidateStr
|
||||
}
|
||||
}
|
||||
|
||||
let age = this.saleInsuredPersonInfo.age
|
||||
let trialFlag = true
|
||||
params.trialInfos.forEach((item) => {
|
||||
|
||||
Reference in New Issue
Block a user