mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 15:36:43 +08:00
Merge branch 'dev' of http://112.124.100.131/GFRS/ebiz-h5 into dev
This commit is contained in:
@@ -112,7 +112,7 @@ export default {
|
|||||||
this.$emit('input', value)
|
this.$emit('input', value)
|
||||||
},
|
},
|
||||||
choose(data) {
|
choose(data) {
|
||||||
this.name = data.name
|
this.name = data.allowanceBaseEnjoyDTO.name
|
||||||
this.$emit('on-choose', data)
|
this.$emit('on-choose', data)
|
||||||
},
|
},
|
||||||
closeParentPicker() {
|
closeParentPicker() {
|
||||||
|
|||||||
@@ -114,6 +114,7 @@ export default {
|
|||||||
})
|
})
|
||||||
}, 100)
|
}, 100)
|
||||||
// 右上角的显示
|
// 右上角的显示
|
||||||
|
setTimeout(() => {
|
||||||
window.EWebBridge.webCallAppInJs('webview_right_button', {
|
window.EWebBridge.webCallAppInJs('webview_right_button', {
|
||||||
btns: [
|
btns: [
|
||||||
{
|
{
|
||||||
@@ -122,6 +123,7 @@ export default {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
}, 100)
|
||||||
window.appCallBack = this.appCallBack
|
window.appCallBack = this.appCallBack
|
||||||
this.getList()
|
this.getList()
|
||||||
this.remindFunc()
|
this.remindFunc()
|
||||||
|
|||||||
@@ -533,8 +533,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
let payEndYearVal
|
let payEndYearVal
|
||||||
//初始化时交费期间为一次性交清时,在就是中介渠道, 附加险GFRS_A0007,
|
//初始化时交费期间为一次性交清时,在就是中介渠道, 附加险GFRS_A0007,GFRS_A0009,GFRS_A0010去掉后,附加险list就为空--隐藏’附‘icon
|
||||||
// 去掉后,附加险list就为空--隐藏’附‘icon
|
|
||||||
item.calFactorLst.map((i) => {
|
item.calFactorLst.map((i) => {
|
||||||
if (i.code == 'payEndYear') {
|
if (i.code == 'payEndYear') {
|
||||||
if (i.payEndYear == '1000' && i.payEndYearFlag == 'Y') {
|
if (i.payEndYear == '1000' && i.payEndYearFlag == 'Y') {
|
||||||
@@ -870,10 +869,10 @@ export default {
|
|||||||
})
|
})
|
||||||
this.defalutAmt = 1
|
this.defalutAmt = 1
|
||||||
}
|
}
|
||||||
//中介渠道,交费期间为一次性交清时,附加险GFRS_A0007,GFRS_A0009去掉后,附加险list就为空--隐藏’附‘icon
|
//中介渠道,交费期间为一次性交清时,附加险GFRS_A0007,GFRS_A0009,GFRS_A0010去掉后,附加险list就为空--隐藏’附‘icon
|
||||||
if (currentEle.code == 'payEndYear' && value.value == '1000') {
|
if (currentEle.code == 'payEndYear' && value.value == '1000') {
|
||||||
this.isEnterAddtionRiskListFunc()
|
this.isEnterAddtionRiskListFunc()
|
||||||
//交费期间为一次性交清时,清空豁免险GFRS_A0007,GFRS_A0009,并更新localStorage
|
//交费期间为一次性交清时,清空豁免险GFRS_A0007,GFRS_A0009,GFRS_A0010,并更新localStorage
|
||||||
this.isClearAddtionRiskListFunc()
|
this.isClearAddtionRiskListFunc()
|
||||||
} else if (this.chooseProducts[this.productIndex].mainRiskCode == 'GFRS_M0046') {
|
} else if (this.chooseProducts[this.productIndex].mainRiskCode == 'GFRS_M0046') {
|
||||||
if (this.saleInsuredPersonInfo.relationToAppnt == 1) {
|
if (this.saleInsuredPersonInfo.relationToAppnt == 1) {
|
||||||
@@ -945,7 +944,7 @@ export default {
|
|||||||
|
|
||||||
this.popupShow = false
|
this.popupShow = false
|
||||||
},
|
},
|
||||||
//交费期间为一次性交清时,清空豁免险GFRS_A0007,GFRS_A0009,并更新localStorage
|
//交费期间为一次性交清时,清空豁免险GFRS_A0007,GFRS_A0009,GFRS_A0010并更新localStorage
|
||||||
isClearAddtionRiskListFunc() {
|
isClearAddtionRiskListFunc() {
|
||||||
let chooseProductsNew = []
|
let chooseProductsNew = []
|
||||||
this.chooseProducts.forEach((item01) => {
|
this.chooseProducts.forEach((item01) => {
|
||||||
@@ -1142,7 +1141,7 @@ export default {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
//中介渠道,交费期间为一次性交清时,附加险GFRS_A0007,GFRS_A0009去掉后,附加险list就为空--隐藏’附‘icon
|
//中介渠道,交费期间为一次性交清时,附加险GFRS_A0007,GFRS_A0009,GFRS_A0010去掉后,附加险list就为空--隐藏’附‘icon
|
||||||
isEnterAddtionRiskListFunc() {
|
isEnterAddtionRiskListFunc() {
|
||||||
let addtionRiskLst = JSON.parse(localStorage.addtionRiskLst)
|
let addtionRiskLst = JSON.parse(localStorage.addtionRiskLst)
|
||||||
if (addtionRiskLst) {
|
if (addtionRiskLst) {
|
||||||
@@ -1488,7 +1487,11 @@ export default {
|
|||||||
} else if (item.productCode == 'GFRS_A0010') {
|
} else if (item.productCode == 'GFRS_A0010') {
|
||||||
//(被保险人)国富人寿附加豁免保险费重大疾病保险(B款)GFRS_A0010
|
//(被保险人)国富人寿附加豁免保险费重大疾病保险(B款)GFRS_A0010
|
||||||
//投被同人,不同人:被保人豁免险搭配两全时,可选责任为必选,豁免两全保费
|
//投被同人,不同人:被保人豁免险搭配两全时,可选责任为必选,豁免两全保费
|
||||||
|
if (showPrem001) {
|
||||||
showPrem = Number(showPrem001)
|
showPrem = Number(showPrem001)
|
||||||
|
}else{
|
||||||
|
showPrem = Number(that.trialList[0].showPrem)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
item.calFactorLst.map((item2) => {
|
item.calFactorLst.map((item2) => {
|
||||||
if (item2.code == 'dutyGroup') {
|
if (item2.code == 'dutyGroup') {
|
||||||
|
|||||||
Reference in New Issue
Block a user