Commit 79d45cb9 authored by xxx's avatar xxx

1

parent bc223560
...@@ -663,7 +663,7 @@ export default { ...@@ -663,7 +663,7 @@ export default {
let query1 = {...this.desform}; let query1 = {...this.desform};
query1.carNo = item.number; query1.carNo = item.number;
query1.flag = 1; query1.flag = 1;
query1.destination = this.zaDestination[0] + '-' + (this.zaDestination[1] ? this.zaDestination[1] : ''); query1.destination = this.zaDestination[0] + (this.zaDestination[1] ? '/' + this.zaDestination[1] : '');
HttpReq.truckDispatching.manualSchedulingAdd(query1).then((res) => { HttpReq.truckDispatching.manualSchedulingAdd(query1).then((res) => {
if(res.code == 200){ if(res.code == 200){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment