From b8d4083dec29e701a2701797e79739fc05aa30f1 Mon Sep 17 00:00:00 2001 From: "zhang.lei3" Date: Wed, 26 Feb 2025 13:57:06 +0800 Subject: [PATCH] =?UTF-8?q?FCRS-896=E5=85=B3=E4=BA=8E=E9=87=91=E6=8E=8C?= =?UTF-8?q?=E6=A1=82=E9=85=8D=E7=BD=AE=E4=B8=A4=E6=AC=BE=E9=93=B6=E4=BF=9D?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E7=9A=84=E8=AF=B7=E7=A4=BA-=E9=93=B6?= =?UTF-8?q?=E4=BF=9D=E8=8A=82=E8=8A=82=E9=AB=98E&=E7=A5=A5=E5=88=A9C---?= =?UTF-8?q?=E7=A5=A5=E5=88=A9C=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 2 +- src/views/ebiz/proposal/ProposalInfo.vue | 3 ++- src/views/ebiz/sale/SignatureOfElectronic.vue | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index f86ea80bf..b61da3eef 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -348,7 +348,7 @@
diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue index 5337ce760..0deb04edc 100644 --- a/src/views/ebiz/proposal/ProposalInfo.vue +++ b/src/views/ebiz/proposal/ProposalInfo.vue @@ -803,7 +803,8 @@ export default { item01.mainRiskCode == 'GFRS_M0080' || item01.mainRiskCode == 'GFRS_M0083' || item01.mainRiskCode == 'GFRS_M0085' || - item01.mainRiskCode == 'GFRS_M0098' + item01.mainRiskCode == 'GFRS_M0098' || + item01.mainRiskCode == 'GFRS_M0100' ) { that.ispremshow = false } diff --git a/src/views/ebiz/sale/SignatureOfElectronic.vue b/src/views/ebiz/sale/SignatureOfElectronic.vue index 0f26891ba..ef1600c51 100644 --- a/src/views/ebiz/sale/SignatureOfElectronic.vue +++ b/src/views/ebiz/sale/SignatureOfElectronic.vue @@ -1087,7 +1087,7 @@ that.signVal = window.localStorage.getItem('sign-val') // 判断是不是万能险 let comment = window.localStorage.getItem('productCode') - if (comment == 'GFRS_M0003' || comment == 'GFRS_M0015' || comment == 'GFRS_M0017' || comment == 'GFRS_M0075' || comment == 'GFRS_M0080') { + if (comment == 'GFRS_M0003' || comment == 'GFRS_M0015' || comment == 'GFRS_M0017' || comment == 'GFRS_M0075' || comment == 'GFRS_M0080'|| comment == 'GFRS_M0100') { this.isComment = true } // 获取投保人信息