This commit is contained in:
dwq
2021-09-30 15:38:27 +08:00
3 changed files with 25 additions and 20 deletions

View File

@@ -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() {

View File

@@ -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()

View File

@@ -533,8 +533,7 @@ export default {
} }
} }
let payEndYearVal let payEndYearVal
//初始化时交费期间为一次性交清时,在就是中介渠道, 附加险GFRS_A0007 //初始化时交费期间为一次性交清时,在就是中介渠道, 附加险GFRS_A0007GFRS_A0009GFRS_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_A0007GFRS_A0009去掉后附加险list就为空--隐藏icon //中介渠道交费期间为一次性交清时附加险GFRS_A0007GFRS_A0009GFRS_A0010去掉后附加险list就为空--隐藏icon
if (currentEle.code == 'payEndYear' && value.value == '1000') { if (currentEle.code == 'payEndYear' && value.value == '1000') {
this.isEnterAddtionRiskListFunc() this.isEnterAddtionRiskListFunc()
//交费期间为一次性交清时清空豁免险GFRS_A0007GFRS_A0009并更新localStorage //交费期间为一次性交清时清空豁免险GFRS_A0007GFRS_A0009GFRS_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_A0007GFRS_A0009并更新localStorage //交费期间为一次性交清时清空豁免险GFRS_A0007GFRS_A0009GFRS_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_A0007GFRS_A0009去掉后附加险list就为空--隐藏icon //中介渠道交费期间为一次性交清时附加险GFRS_A0007GFRS_A0009GFRS_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') {