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规则里的第二条控制保额份数