mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 06:56:44 +08:00
【国富人寿综合意外伤害保险(2023版)】保费计算免赔额及佩服比例
This commit is contained in:
@@ -880,8 +880,8 @@ export default {
|
||||
if (tempColumns.length !== 0) {
|
||||
i.columns = tempColumns
|
||||
}
|
||||
i.getLimit = i.columns[0].value
|
||||
i.showContent = i.columns[0].text
|
||||
// i.getLimit = i.columns[0].value
|
||||
// i.showContent = i.columns[0].text
|
||||
}
|
||||
//赔付比例
|
||||
if (i.code === 'getRate') {
|
||||
@@ -891,8 +891,8 @@ export default {
|
||||
if (tempColumns.length !== 0) {
|
||||
i.columns = tempColumns
|
||||
}
|
||||
i.getRate = i.columns[0].value
|
||||
i.showContent = i.columns[0].text
|
||||
// i.getRate = i.columns[0].value
|
||||
// i.showContent = i.columns[0].text
|
||||
}
|
||||
})
|
||||
this.$forceUpdate()
|
||||
@@ -1112,7 +1112,6 @@ export default {
|
||||
this.chooseProducts[productIndex].calFactorLst[calFactorIndex].rules.map((i) => {
|
||||
if(i.duty == '100022' || i.duty == '100023' || i.duty == '100024' || i.duty == '100025' || i.duty == '100026' || i.duty == '100027'){
|
||||
i.necess = dutyItem.necess
|
||||
console.log(i.necess)
|
||||
}
|
||||
})
|
||||
}
|
||||
@@ -1473,6 +1472,8 @@ export default {
|
||||
})
|
||||
}
|
||||
})
|
||||
localStorage.chooseProducts = JSON.stringify(this.chooseProducts)
|
||||
// window.localStorage.setItem('chooseProducts',JSON.stringify( this.chooseProducts))
|
||||
if(this.chooseProducts[0].productCode == 'GFRS_M0035' || this.chooseProducts[0].productCode == 'GFRS_M0044' || this.chooseProducts[0].productCode == 'GFRS_M0060' || this.chooseProducts[0].productCode == 'GFRS_M0040'|| this.chooseProducts[0].productCode == 'GFRS_M0046'){
|
||||
if (this.trialList.length) {
|
||||
let showPrem //计算后的保费
|
||||
@@ -2125,8 +2126,8 @@ export default {
|
||||
})
|
||||
}
|
||||
})
|
||||
trialInfo.duty = result
|
||||
}
|
||||
trialInfo.duty = result
|
||||
}
|
||||
})
|
||||
//针对八桂D产品 计算被保人重疾B附加险保额 ==其他长险附加险的保额
|
||||
/*if ( this.chooseProducts[0].mainRiskCode == 'GFRS_M0051'||this.chooseProducts[0].mainRiskCode == 'GFRS_M0044'){
|
||||
|
||||
Reference in New Issue
Block a user