|
|
@@ -198,14 +198,14 @@ |
|
|
|
if(res.assign==null){ |
|
|
|
that.daitiReceptionobj=res; |
|
|
|
that.content="此客户的顾问为【"+ res.owner.name +"】,确认让【"+ res.replacement.name +"】代接待吗?" |
|
|
|
that.confirmtext=res.replacement.name +"代接代",//确认文字 |
|
|
|
that.confirmtext=res.replacement.name +"代接待",//确认文字 |
|
|
|
that.canceltext=res.owner.name +'接待',//取消文字 |
|
|
|
that.show=true; |
|
|
|
}else{ |
|
|
|
that.daitiReceptionobj=res; |
|
|
|
console.log(that.daitiReceptionobj) |
|
|
|
that.content="此客户的顾问为【"+ res.owner.name +"】,确认让【"+ res.replacement.name +"】代接待吗?" |
|
|
|
that.confirmtext=res.replacement.name +"代接代",//确认文字 |
|
|
|
that.confirmtext=res.replacement.name +"代接待",//确认文字 |
|
|
|
that.canceltext=res.assign.name +'接待',//取消文字 |
|
|
|
that.show=true; |
|
|
|
} |
|
|
|