zygl
This commit is contained in:
@@ -21,8 +21,10 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>载具编码</th>
|
<th>载具编码</th>
|
||||||
<th>起点</th>
|
<th>起点1</th>
|
||||||
<th>终点</th>
|
<th>终点1</th>
|
||||||
|
<th>起点2</th>
|
||||||
|
<th>终点2</th>
|
||||||
<th>状态</th>
|
<th>状态</th>
|
||||||
<th>作业号</th>
|
<th>作业号</th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -32,6 +34,8 @@
|
|||||||
<td>{{e.vehicle_code}}</td>
|
<td>{{e.vehicle_code}}</td>
|
||||||
<td>{{e.point_code1}}</td>
|
<td>{{e.point_code1}}</td>
|
||||||
<td>{{e.point_code2}}</td>
|
<td>{{e.point_code2}}</td>
|
||||||
|
<td>{{e.point_code3}}</td>
|
||||||
|
<td>{{e.point_code4}}</td>
|
||||||
<td>{{e.task_status}}</td>
|
<td>{{e.task_status}}</td>
|
||||||
<td>{{e.task_code}}</td>
|
<td>{{e.task_code}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -126,6 +130,8 @@
|
|||||||
title: res.message,
|
title: res.message,
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
|
this.toEmpty()
|
||||||
|
this._schTaskQueryTask()
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.disabled = false
|
this.disabled = false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user