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 +'接待',//取消文字


불러오는 중...
취소
저장