mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 10:26:44 +08:00
【续销个开发需求】开通续销个渠道
This commit is contained in:
@@ -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';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user