【续销个开发需求】开通续销个渠道

This commit is contained in:
li.yuetong
2022-04-26 14:57:44 +08:00
parent 7d86bd12da
commit 93990d4ff2

View File

@@ -100,7 +100,7 @@ export default {
this.specilFlag = '1' this.specilFlag = '1'
} }
this.recommendType = res.orderDTO.recmdDTO.recommendType; this.recommendType = res.orderDTO.recmdDTO.recommendType;
if (this.recommendType == '02') { if (this.recommendType == '02' || this.recommendType == '11') {
// 电投 团险渠道产品 均为交叉渠道销售 // 电投 团险渠道产品 均为交叉渠道销售
this.isCrossChannel = '1'; this.isCrossChannel = '1';
} }
@@ -124,7 +124,7 @@ export default {
}).then(res => { }).then(res => {
if (res.result == '0') { if (res.result == '0') {
this.recommendType = res.content[0].recmdDTO?res.content[0].recmdDTO.recommendType:''; this.recommendType = res.content[0].recmdDTO?res.content[0].recmdDTO.recommendType:'';
if (this.recommendType == '02') { if (this.recommendType == '02' || this.recommendType == '11') {
// 电投 团险渠道产品 均为交叉渠道销售 // 电投 团险渠道产品 均为交叉渠道销售
this.isCrossChannel = '1'; this.isCrossChannel = '1';
} }