From a6685c2360c8d11e9f5fedb27a0d3f60af998e80 Mon Sep 17 00:00:00 2001 From: xuxingjun Date: Thu, 19 Dec 2024 13:43:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BB=BA=E8=AE=AE=E4=B9=A6?= =?UTF-8?q?=E7=9A=84=E4=BF=9D=E8=B4=B9=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 51c272d4a..f86ea80bf 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -835,6 +835,10 @@ export default { if (item.mainRiskCode == 'GFRS_M0083' || item.mainRiskCode == 'GFRS_M0098' || item.mainRiskCode == 'GFRS_M0085') { this.disabledShow = true } + if(item.hasPredictTransferPrem == '1') { + this.disabledShow = false + } + if ((item.mainRiskCode == 'GFRS_M0083' || item.mainRiskCode == 'GFRS_M0098' || item.mainRiskCode == 'GFRS_M0085') && this.isFrom == 'proposal') { item.calFactorLst.forEach((i) => { if (i.code == 'inputPrem') { @@ -2156,11 +2160,13 @@ export default { async getTrial() { let that = this let productCode = '' + let hasPredictTransferPrem = '' let thisproductInfo = JSON.parse(window.localStorage.getItem('chooseProducts')) if (thisproductInfo && thisproductInfo.length != 0) { thisproductInfo.forEach((item) => { if (item.productCode == 'GFRS_M0083' || item.productCode == 'GFRS_M0098' || item.productCode == 'GFRS_M0085') { productCode = item.productCode + hasPredictTransferPrem = item.hasPredictTransferPrem } }) } @@ -2189,6 +2195,9 @@ export default { } } } + if(hasPredictTransferPrem == '1') { + this.disabledShow = false + } this.nextStepFlag = true this.$toast.clear() this.$toast.loading({