wangxiaohua 2 年前
父节点
当前提交
0f075598b9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      pages/mine/reception/addreception.vue

+ 2
- 0
pages/mine/reception/addreception.vue 查看文件

@@ -182,6 +182,7 @@
that.parames.agentId=res.assign.accountId;
that.baochunfun()
}else{
console.log("zo")
if(res.assign==null&&res.replacement==null){
that.baochunfun()
}else{
@@ -193,6 +194,7 @@
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.canceltext=res.assign.name +'接待',//取消文字


正在加载...
取消
保存