Commit 2663283e authored by caicaicai's avatar caicaicai

修改

parent 8d50ffa3
<template> <template>
<div class="orderViews" v-if="showDe"> <div class="orderViews" v-show="showDe">
<div class="orderText1"> <div class="orderText1">
<div class="orderText1_1">派单信息</div> <div class="orderText1_1">派单信息</div>
<span class="el-icon-message-solid" style="color:#00FFFF;font-size:28px;"></span> <span class="el-icon-message-solid" style="color:#00FFFF;font-size:28px;"></span>
......
...@@ -376,7 +376,7 @@ export default { ...@@ -376,7 +376,7 @@ export default {
} }
}); });
//智能调度是否完成 //智能调度是否完成
httpGet(dispatchFinishQuery,{carno:this.carnumber}).then((res) => { httpGet(dispatchFinishQuery,{carno:number}).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