mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 22:16:45 +08:00
【险孝心保特定疾病(B款)及附加险综合意外伤害保险(乐享版)】孝心保(B款)(GFRS_M0059)选择一次交清时,不可附加附加综合意外伤害保险(乐享版)(GFRS_A0012), 如果其他年期选择, 转换成一次交清时,需删除附加险
This commit is contained in:
@@ -133,6 +133,7 @@
|
|||||||
:max="dutyItem.maxDutyAmt"
|
:max="dutyItem.maxDutyAmt"
|
||||||
:show-plus="false"
|
:show-plus="false"
|
||||||
:show-minus="false"
|
:show-minus="false"
|
||||||
|
:disabled="item.productCode == 'GFRS_A0012'"
|
||||||
class="ml10 mr10"
|
class="ml10 mr10"
|
||||||
@focus="focusStep"
|
@focus="focusStep"
|
||||||
@blur="blurStep(dutyItem, index)"
|
@blur="blurStep(dutyItem, index)"
|
||||||
@@ -985,11 +986,11 @@ export default {
|
|||||||
this.getTrial()
|
this.getTrial()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
//交费期间为一次性交清时,清空豁免险GFRS_A0007,GFRS_A0009,GFRS_A0010并更新localStorage
|
//交费期间为一次性交清时,清空豁免险GFRS_A0007,GFRS_A0009,GFRS_A0010,GFRS_A0012并更新localStorage
|
||||||
isClearAddtionRiskListFunc() {
|
isClearAddtionRiskListFunc() {
|
||||||
let chooseProductsNew = []
|
let chooseProductsNew = []
|
||||||
this.chooseProducts.forEach((item01) => {
|
this.chooseProducts.forEach((item01) => {
|
||||||
if (item01.productCode != 'GFRS_A0007' && item01.productCode != 'GFRS_A0009'&& item01.productCode != 'GFRS_A0010') {
|
if (item01.productCode != 'GFRS_A0007' && item01.productCode != 'GFRS_A0009'&& item01.productCode != 'GFRS_A0010'&& item01.productCode != 'GFRS_A0012') {
|
||||||
chooseProductsNew.push(item01)
|
chooseProductsNew.push(item01)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -1195,13 +1196,13 @@ export default {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
//中介渠道,交费期间为一次性交清时,附加险GFRS_A0007,GFRS_A0009,GFRS_A0010去掉后,附加险list就为空--隐藏’附‘icon
|
//中介渠道,交费期间为一次性交清时,附加险GFRS_A0007,GFRS_A0009,GFRS_A0010,GFRS_A0012去掉后,附加险list就为空--隐藏’附‘icon
|
||||||
isEnterAddtionRiskListFunc() {
|
isEnterAddtionRiskListFunc() {
|
||||||
let addtionRiskLst = JSON.parse(localStorage.addtionRiskLst)
|
let addtionRiskLst = JSON.parse(localStorage.addtionRiskLst)
|
||||||
if (addtionRiskLst) {
|
if (addtionRiskLst) {
|
||||||
let list = []
|
let list = []
|
||||||
addtionRiskLst.forEach((item, index) => {
|
addtionRiskLst.forEach((item, index) => {
|
||||||
if (item.productCode != 'GFRS_A0007' && item.productCode != 'GFRS_A0009' && item.productCode != 'GFRS_A0010') {
|
if (item.productCode != 'GFRS_A0007' && item.productCode != 'GFRS_A0009' && item.productCode != 'GFRS_A0010'&& item.productCode != 'GFRS_A0012') {
|
||||||
list.push(item)
|
list.push(item)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user