From 8624169498cc6e94f6616d12d218f33bb1113616 Mon Sep 17 00:00:00 2001
From: "li.yuetong"
Date: Thu, 24 Feb 2022 14:49:04 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=B8=AA=E9=99=A9=E6=B8=A0=E9=81=93?=
=?UTF-8?q?=E4=B8=96=E7=BA=AA=E6=97=A0=E5=BF=A7=E9=87=8D=E5=A4=A7=E7=96=BE?=
=?UTF-8?q?=E7=97=85=E4=BF=9D=E9=99=A9=20=E3=80=91=E4=B8=96=E7=BA=AA?=
=?UTF-8?q?=E6=97=A0=E5=BF=A7=E4=B8=AD=E4=BB=8B=E6=B8=A0=E9=81=93=E8=A7=84?=
=?UTF-8?q?=E5=88=99=EF=BC=88=E9=93=B6=E9=94=80=E4=B8=AA,=E5=81=A5?=
=?UTF-8?q?=E9=94=80=E4=B8=AA=E6=8A=95=E4=BF=9D=E8=A7=84=E5=88=99=E5=90=8C?=
=?UTF-8?q?=E4=B8=AA=E9=99=A9=E8=A7=84=E5=88=99=EF=BC=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/common/CalculatePremium.vue | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue
index dd2d6a3eb..3d69ce9f6 100644
--- a/src/views/ebiz/common/CalculatePremium.vue
+++ b/src/views/ebiz/common/CalculatePremium.vue
@@ -484,6 +484,12 @@ export default {
this.branchTypeVal = 'G'
} else if (res.branchType == 'N5' || res.branchType == '5') {
this.branchTypeVal = 'Z'
+ } else if (res.branchType == '2') {
+ // 2 团险业务员
+ this.branchTypeVal = 'T'
+ } else if (res.branchType == '3') {
+ // 3 银保业务员
+ this.branchTypeVal = 'Y'
}
})
this.init()
@@ -2203,7 +2209,7 @@ export default {
}
}
}
- }else if(this.branchTypeVal == 'G'){ //个险渠道规则
+ }else if(this.branchTypeVal == 'G' || this.branchTypeVal == 'T'|| this.branchTypeVal == 'Y' ){ //世纪无忧中介渠道规则(银销个,健销个投保规则同个险规则)
//被保险人年龄如果在50-65区间
if (this.saleInsuredPersonInfo.age >= 56 && this.saleInsuredPersonInfo.age <= 60) {
//使用rules规则里的第二条控制保额份数