mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 16:56:43 +08:00
【豁免险重大疾病险需求】 增加被保险人产品
This commit is contained in:
@@ -76,7 +76,7 @@ export default {
|
||||
if (
|
||||
currentMainRiskInfo.mainRiskPayEndYearFlag == 'Y' &&
|
||||
currentMainRiskInfo.mainRiskPayEndYear == '1000' &&
|
||||
(item.productCode == 'GFRS_A0007' || item.productCode == 'GFRS_A0009')
|
||||
(item.productCode == 'GFRS_A0007' || item.productCode == 'GFRS_A0009'|| item.productCode == 'GFRS_A0010')
|
||||
) {
|
||||
item.isHidden = 1
|
||||
}
|
||||
@@ -329,7 +329,7 @@ export default {
|
||||
//国富人寿附加豁免保险费重大疾病保险(B款) GFRS_A0009
|
||||
//国富人寿鑫享年年终身寿险--只针对这款产品
|
||||
if (this.mainRiskCode == 'GFRS_M0036') {
|
||||
if (this.branchTypeVal == 'Z' && (productCode == 'GFRS_A0007' || productCode == 'GFRS_A0009')) {
|
||||
if (this.branchTypeVal == 'Z' && (productCode == 'GFRS_A0007' || productCode == 'GFRS_A0009'|| productCode == 'GFRS_A0010')) {
|
||||
if (relationToAppnt == 1) {
|
||||
this.$toast('投被同人不能选取此款险种!')
|
||||
return true
|
||||
|
||||
@@ -484,7 +484,8 @@ export default {
|
||||
}
|
||||
}
|
||||
let payEndYearVal
|
||||
//初始化时交费期间为一次性交清时,在就是中介渠道, 附加险GFRS_A0007,GFRS_A0009去掉后,附加险list就为空--隐藏’附‘icon
|
||||
//初始化时交费期间为一次性交清时,在就是中介渠道, 附加险GFRS_A0007,
|
||||
// 去掉后,附加险list就为空--隐藏’附‘icon
|
||||
item.calFactorLst.map(i => {
|
||||
if (i.code == 'payEndYear') {
|
||||
if (i.payEndYear == '1000' && i.payEndYearFlag == 'Y') {
|
||||
@@ -750,7 +751,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' || this.chooseProducts[productIndex].productCode === 'GFRS_A0009') {
|
||||
if (this.chooseProducts[productIndex].productCode === 'GFRS_A0003' || this.chooseProducts[productIndex].productCode === 'GFRS_A0009'|| this.chooseProducts[productIndex].productCode === 'GFRS_A0010') {
|
||||
this.getTrial()
|
||||
return
|
||||
}
|
||||
@@ -894,7 +895,7 @@ export default {
|
||||
isClearAddtionRiskListFunc() {
|
||||
let chooseProductsNew = []
|
||||
this.chooseProducts.forEach(item01 => {
|
||||
if (item01.productCode != 'GFRS_A0007' && item01.productCode != 'GFRS_A0009') {
|
||||
if (item01.productCode != 'GFRS_A0007' && item01.productCode != 'GFRS_A0009'&& item01.productCode != 'GFRS_A0010') {
|
||||
chooseProductsNew.push(item01)
|
||||
}
|
||||
})
|
||||
@@ -1094,7 +1095,7 @@ export default {
|
||||
if (addtionRiskLst) {
|
||||
let list = [];
|
||||
addtionRiskLst.forEach((item, index) => {
|
||||
if (item.productCode != 'GFRS_A0007' && item.productCode != 'GFRS_A0009') {
|
||||
if (item.productCode != 'GFRS_A0007' && item.productCode != 'GFRS_A0009'&& item.productCode != 'GFRS_A0010') {
|
||||
list.push(item)
|
||||
}
|
||||
})
|
||||
@@ -1266,7 +1267,7 @@ export default {
|
||||
item.moneyUnit = 1
|
||||
item.suffix = '元'
|
||||
}
|
||||
if (this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0003' || this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0009') {
|
||||
if (this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0003' || this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0009'|| this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0010') {
|
||||
//此附加险的缴费期间=主险缴费期间;保险期间=主险保险期间
|
||||
if (item.code == 'insuYear') {
|
||||
item.hasFlag = '1'
|
||||
@@ -1936,7 +1937,7 @@ export default {
|
||||
this.trialInfos[index].amt = this.trialList[0].standPrem
|
||||
}
|
||||
|
||||
if (item.productCode == 'GFRS_A0003' || item.productCode == 'GFRS_A0009') {
|
||||
if (item.productCode == 'GFRS_A0003' || item.productCode == 'GFRS_A0009'|| item.productCode == 'GFRS_A0010') {
|
||||
this.trialInfos[index].amt = this.trialList[index].amt
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user