From f9320fbc18d213bade6e08f3fc6aa01d60cb1678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=B3=E5=8D=8E=E7=A5=A5?= Date: Fri, 20 Mar 2020 10:47:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?GFRS-729=E3=80=900326=E3=80=91=E5=9B=BD?= =?UTF-8?q?=E5=AF=8C=E4=BA=BA=E5=AF=BF=E5=9B=BD=E5=AF=8C=E6=B0=91=E5=AE=89?= =?UTF-8?q?=E9=87=8D=E5=A4=A7=E7=96=BE=E7=97=85=E4=BF=9D=E9=99=A9=EF=BC=88?= =?UTF-8?q?2020=E7=89=88=EF=BC=89=5F1=20=E5=88=A0=E9=99=A4=E9=99=A9?= =?UTF-8?q?=E7=A7=8D=E6=8F=90=E7=A4=BA=E5=88=A0=E9=99=A4=20--=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E4=BA=BA=EF=BC=9A=E9=98=B3=E5=8D=8E=E7=A5=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/SelectedProduct.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/common/SelectedProduct.vue b/src/views/ebiz/common/SelectedProduct.vue index c8fdd1bac..8c7f34cc2 100644 --- a/src/views/ebiz/common/SelectedProduct.vue +++ b/src/views/ebiz/common/SelectedProduct.vue @@ -179,7 +179,7 @@ export default { this.isShow = true }) .catch(() => { - this.$toast('删除失败!') + /*this.$toast('删除失败!')*/ }) }, async delProduct(index) { From cc3d05038534e21e3c6a1f2f8c26435c7d1e5d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=B3=E5=8D=8E=E7=A5=A5?= Date: Fri, 20 Mar 2020 11:04:34 +0800 Subject: [PATCH 2/2] =?UTF-8?q?GFRS-729=E3=80=900326=E3=80=91=E5=9B=BD?= =?UTF-8?q?=E5=AF=8C=E4=BA=BA=E5=AF=BF=E5=9B=BD=E5=AF=8C=E6=B0=91=E5=AE=89?= =?UTF-8?q?=E9=87=8D=E5=A4=A7=E7=96=BE=E7=97=85=E4=BF=9D=E9=99=A9=EF=BC=88?= =?UTF-8?q?2020=E7=89=88=EF=BC=89=5F1=20GFRS=5FA0004=E8=B4=A3=E4=BB=BB?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=A4=9A=E9=80=89=E5=A4=84=E7=90=86=20--?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A=E9=98=B3=E5=8D=8E=E7=A5=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 27 +--------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 0e5c01ef5..c96b502ff 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -491,32 +491,7 @@ export default { i.getRate = value i.columns = [{ text, value }] } - } else if (item.productCode === 'GFRS_A0004') { - if (i.code === 'getLimit') { - const text = isMedical ? '0元(住院医疗)' : '100元(住院医疗)' - const value = isMedical ? '0' : '100' - //保存数据 - this.medicalInfo = this.medicalInfo || {} - this.medicalInfo.getLimit = text - - i.showContent = text - i.getLimit = value - i.columns = [{ text, value }] - } - //赔付比例 - if (i.code === 'getRate') { - const text = isMedical ? '80%(住院医疗)' : '60%(住院医疗)' - const value = isMedical ? '0.8' : '0.6' - - //保存数据 - this.medicalInfo = this.medicalInfo || {} - this.medicalInfo.getRate = text - - i.showContent = text - i.getRate = value - i.columns = [{ text, value }] - } - } else if (item.productCode === 'GFRS_A0005') { + } else if (item.productCode === 'GFRS_A0004' || item.productCode === 'GFRS_A0005') { // 设置默认值? } })