mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 22:16:44 +08:00
Merge branch 'feature/GFRS-2117【待确定】国富人寿附加豁免重大疾病保险(B款)' into release/20210129
# Conflicts: # src/views/ebiz/common/CalculatePremium.vue
This commit is contained in:
@@ -486,7 +486,7 @@ export default {
|
||||
}
|
||||
if (this.mainRiskCode == 'GFRS_M0031' || this.mainRiskCode == 'GFRS_M0005') {
|
||||
this.chooseProducts.map(item => {
|
||||
if ( item.productCode == 'GFRS_A0008') {
|
||||
if (item.productCode == 'GFRS_A0008') {
|
||||
item.calFactorLst.map(item2 => {
|
||||
if (item2.code == 'dutyGroup') {
|
||||
item2.rules.map(item3 => {
|
||||
@@ -695,7 +695,7 @@ export default {
|
||||
if (this.chooseProducts[productIndex].productCode === 'GFRS_A0004') return
|
||||
// 008险种其他验证方式
|
||||
if (this.chooseProducts[productIndex].productCode === 'GFRS_A0008') return
|
||||
if (this.chooseProducts[productIndex].productCode === 'GFRS_A0003') {
|
||||
if (this.chooseProducts[productIndex].productCode === 'GFRS_A0003' || this.chooseProducts[productIndex].productCode === 'GFRS_A0009') {
|
||||
this.getTrial()
|
||||
return
|
||||
}
|
||||
@@ -1162,7 +1162,7 @@ export default {
|
||||
item.moneyUnit = 1
|
||||
item.suffix = '元'
|
||||
}
|
||||
if (this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0003') {
|
||||
if (this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0003' || this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0009') {
|
||||
//此附加险的缴费期间=主险缴费期间;保险期间=主险保险期间
|
||||
if (item.code == 'insuYear') {
|
||||
item.hasFlag = '1'
|
||||
@@ -1668,7 +1668,7 @@ export default {
|
||||
this.trialInfos[index].amt = this.trialList[0].standPrem
|
||||
}
|
||||
|
||||
if (item.productCode == 'GFRS_A0003') {
|
||||
if (item.productCode == 'GFRS_A0003' || item.productCode == 'GFRS_A0009') {
|
||||
this.trialInfos[index].amt = this.trialList[index].amt
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user