任务
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<view class="zd_wrapper">
|
||||
<view class="zd-row border-bottom">
|
||||
<view class="zd-col-7">
|
||||
<span class="filter_label">托盘号</span>
|
||||
<span class="filter_label">车号</span>
|
||||
</view>
|
||||
<view class="zd-col-24 filter_select">
|
||||
<search-box
|
||||
@@ -35,7 +35,7 @@
|
||||
<th>起始库位</th>
|
||||
<th>目的库位</th>
|
||||
<th>任务状态</th>
|
||||
<th>载具号</th>
|
||||
<th>车号</th>
|
||||
<th>创建时间</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -46,7 +46,7 @@
|
||||
<td>{{e.point_code1}}</td>
|
||||
<td>{{e.point_code2}}</td>
|
||||
<td>{{e.inst_status}}</td>
|
||||
<td>{{e.vehicle_code}}</td>
|
||||
<td>{{e.car_no}}</td>
|
||||
<td>{{e.create_time}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<th>目的库位</th>
|
||||
<th>指令状态</th>
|
||||
<th>托盘号</th>
|
||||
<th>AGV车号</th>
|
||||
<th>车号</th>
|
||||
<th>创建时间</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user