diff --git a/src/views/aftersales/aftersalesWorkOrder.vue b/src/views/aftersales/aftersalesWorkOrder.vue index 9cae188d..45b4fe96 100644 --- a/src/views/aftersales/aftersalesWorkOrder.vue +++ b/src/views/aftersales/aftersalesWorkOrder.vue @@ -727,12 +727,18 @@ @btnCheck="btnsc" @selectCheck="selectsc" @selection="selectionChange" + :tableRowClassName=" + (row, index) => { + if (row.conditions != null && row.conditions == '1') return 'Abnormal'; + else return ''; + } + " > diff --git a/src/views/aftersales/aftersalesWorkOrderInfo.vue b/src/views/aftersales/aftersalesWorkOrderInfo.vue index 95e8991c..a0cee6de 100644 --- a/src/views/aftersales/aftersalesWorkOrderInfo.vue +++ b/src/views/aftersales/aftersalesWorkOrderInfo.vue @@ -719,9 +719,9 @@
+
回复
+ +
+ 刷新 +
+
@@ -1792,6 +1798,10 @@ const Msgresponsibility = val => { MessageResponsibility.value = val; console.log(MessageResponsibility.value, '已经选择的责任方'); }; +// 聊天刷新 +const Chatrefresh=()=>{ + Chathistory() +} // 获取当前责任方的责任人 const ResponsiblePartychange = (val, index) => { console.log(val, '选择的责任方'); @@ -2907,7 +2917,6 @@ const CustomerServiceCompleted = () => { align-items: center; justify-content: center; font-size: 12px; - margin-bottom: 8px; box-shadow: -1px 2px 2px 0px #f5f5f5; padding: 0 4px; box-sizing: border-box; @@ -2956,4 +2965,9 @@ const CustomerServiceCompleted = () => { background-color: #d3832a; border: none; } +.el_header-top{ + display: flex; + align-items: center; + justify-content: space-between; +} diff --git a/src/views/distribution/deliverylist/distributionDeliveryListdis.vue b/src/views/distribution/deliverylist/distributionDeliveryListdis.vue index cc7c2a21..cab9c1c1 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListdis.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListdis.vue @@ -974,8 +974,16 @@ export default { this.loading = true;///开启加载效果 $_cancelDelivery(data).then(res=>{ console.log(res,'取消带配送'); + if(res.data.code == 200){ + ElMessage({ + message: res.data.msg, + type: 'success', + }) this.onLoad(this.page); - this.loading = false;///取消配送 + } + + // this.loading = false;///取消配送 + }) }) .catch(() => { diff --git a/vite.config.js b/vite.config.js index d87dbe11..739278cc 100644 --- a/vite.config.js +++ b/vite.config.js @@ -23,13 +23,13 @@ export default ({ mode, command }) => { // 新zyc // target: 'http://192.168.6.116:8777', // target: 'http://192.168.6.122:8777', - // target: 'http://192.168.10.25:13000', + target: 'http://192.168.10.25:13000', // target: 'http://192.168.10.25:2888', // target: 'http://192.168.6.169:9777',//CYZ // target: 'http://192.168.10.57:13000', // target: 'http://192.168.10.200:13000', // target: 'http://192.168.10.29:13000', - target: 'http://192.168.10.210:13000',//? + // target: 'http://192.168.10.210:13000',//? // target: 'http://h5uapi.huitongys.com', // target: 'http://test.api.huo5you.com',