diff --git a/components/orderCard.vue b/components/orderCard.vue index e948e17..ba693bb 100644 --- a/components/orderCard.vue +++ b/components/orderCard.vue @@ -62,11 +62,15 @@ - 重新派工 + 修改派工 - - - 重新派工 + + + 修改派工 + + + + 内返派工 接单 diff --git a/pages-order/orderDetail/orderDetail.vue b/pages-order/orderDetail/orderDetail.vue index 85bc439..1bec7cb 100644 --- a/pages-order/orderDetail/orderDetail.vue +++ b/pages-order/orderDetail/orderDetail.vue @@ -261,13 +261,13 @@ - 姓名 + 服务顾问姓名 - 手机号 + 服务顾问手机号 @@ -276,6 +276,12 @@ + + + 客户:{{ ticketInfo.userName }}({{ ticketInfo.userMobile }}) + + @@ -293,6 +299,9 @@ export default { }, data() { return { + show:false, + title:'通知客户', + linkContent:'请选择通知客户方式', //以下是悬浮操作需要的参数 direction: 'vertical', horizontal: 'right', @@ -701,9 +710,8 @@ export default { url: '/pages-repair/apply/applyForm?ticketId='+this.ticketId }) }else if("callCus"==e.item.code){ - //服务顾问通知客户取车 - this.ifCallCus = true - this.$refs.popup.open("bottom") + this.show = true + } // uni.showModal({ // title: '提示', @@ -717,6 +725,20 @@ export default { // } // }) }, + + message(){ + this.show = false + // //服务顾问通知客户取车 + this.ifCallCus = true + this.$refs.popup.open("bottom") + }, + + phone(){ + uni.makePhoneCall({ + phoneNumber: this.ticketInfo.userMobile + }); + }, + /** * 维修照片是否授权给客户看管理 */