mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 05:16:44 +08:00
【个险渠道世纪无忧重大疾病保险 】世纪无忧中介渠道规则(银销个,健销个投保规则同个险规则)
This commit is contained in:
@@ -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规则里的第二条控制保额份数
|
||||
|
||||
Reference in New Issue
Block a user