mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 20:26:44 +08:00
【附加豁免保险费重大疾病保险(C款)产品】添加附加险后,再选一次交清时,清除附加险
This commit is contained in:
@@ -250,7 +250,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 豁免险条件 -->
|
||||
<!-- 豁免险条件GFRS_A0013,GFRS_A0014 -->
|
||||
<div v-if="item.isRemit == 0">
|
||||
<div v-for="(riskFactor, riskFactorIndex) in item.calFactorLst" :key="riskFactorIndex" class="border-bottom">
|
||||
<div class="flex justify-content-s pv10">
|
||||
@@ -1432,7 +1432,7 @@ export default {
|
||||
if (item.productCode == 'GFRS_A0010' || item.productCode == 'GFRS_A0009' || item.productCode == 'GFRS_A0013'|| item.productCode == 'GFRS_A0014') {
|
||||
//(投保人)国富人寿附加豁免保险费重大疾病保险(B款)
|
||||
// 投被不同人:投保人豁免险单独搭配主险时,投保人豁免险,豁免主险保费,当投保人豁免险加两全(有长险附加险时),豁免主险保费加两全保费
|
||||
if (item.productCode == 'GFRS_A0009') {
|
||||
if (item.productCode == 'GFRS_A0009' || item.productCode == 'GFRS_A0013') {
|
||||
if (this.saleInsuredPersonInfo.relationToAppnt != 1) {
|
||||
//不同人
|
||||
if (showPrem001) {
|
||||
@@ -1449,7 +1449,7 @@ export default {
|
||||
})
|
||||
}
|
||||
})
|
||||
} else if (item.productCode == 'GFRS_A0010' || item.productCode == 'GFRS_A0013' || item.productCode == 'GFRS_A0014') {
|
||||
} else if (item.productCode == 'GFRS_A0010' || item.productCode == 'GFRS_A0014') {
|
||||
//(被保险人)国富人寿附加豁免保险费重大疾病保险(B款)GFRS_A0010
|
||||
//投被同人,不同人:被保人豁免险搭配两全(有长险附加险时)时,可选责任为必选,豁免两全保费
|
||||
if (showPrem001) {
|
||||
@@ -1763,9 +1763,9 @@ export default {
|
||||
this.chooseProducts[0].mainRiskCode == 'GFRS_M0038' ||
|
||||
this.chooseProducts[0].mainRiskCode == 'GFRS_M0040'
|
||||
) {
|
||||
if (currentGFRS_A0011 && (JSON.stringify(this.chooseProducts).includes('GFRS_A0010')|| JSON.stringify(this.chooseProducts).includes('GFRS_A0013') || JSON.stringify(this.chooseProducts).includes('GFRS_A0014'))) {
|
||||
if (currentGFRS_A0011 && (JSON.stringify(this.chooseProducts).includes('GFRS_A0010') || JSON.stringify(this.chooseProducts).includes('GFRS_A0014'))) {
|
||||
this.chooseProducts.forEach((item, index01) => {
|
||||
if(item.productCode == 'GFRS_A0010' ||item.productCode == 'GFRS_A0013' ||item.productCode == 'GFRS_A0014'){
|
||||
if(item.productCode == 'GFRS_A0010' ||item.productCode == 'GFRS_A0014'){
|
||||
this.chooseProducts.splice(index01, 1)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user