This commit is contained in:
2023-10-13 09:50:18 +08:00
parent 428a6a695f
commit e81318100e
2 changed files with 12 additions and 14 deletions

View File

@@ -11,10 +11,9 @@
<th>起点</th>
<th>终点</th>
<th>状态</th>
<th>托盘号</th>
<th>物料类型</th>
<th>优先级</th>
<th>时间</th>
<th>创建时间</th>
<th>载具号</th>
</tr>
</thead>
<tbody>
@@ -22,11 +21,10 @@
<td>{{e.task_no}}</td>
<td>{{e.start_devicecode}}</td>
<td>{{e.next_devicecode}}</td>
<td>{{e.task_status_name}}</td>
<td>{{e.vehicle_code}}</td>
<td>{{e.material_type_name}}</td>
<td>{{e.inst_status}}</td>
<td>{{e.priority}}</td>
<td>{{e.create_time}}</td>
<td>{{e.carrier}}</td>
</tr>
</tbody>
</table>

View File

@@ -12,11 +12,11 @@
<th>起点</th>
<th>终点</th>
<th>状态</th>
<th>托盘号</th>
<th>agv车</th>
<th>物料类型</th>
<th>执行步骤</th>
<th>载具</th>
<th>优先级</th>
<th>时间</th>
<th>创建时间</th>
<th>agv车号</th>
</tr>
</thead>
<tbody>
@@ -25,12 +25,12 @@
<td>{{e.inst_no}}</td>
<td>{{e.start_devicecode}}</td>
<td>{{e.next_devicecode}}</td>
<td>{{e.inst_status_name}}</td>
<td>{{e.vehicle_code}}</td>
<td>{{e.carno}}</td>
<td>{{e.material_type_name}}</td>
<td>{{e.inst_status}}</td>
<td>{{e.inst_step}}</td>
<td>{{e.carrier}}</td>
<td>{{e.priority}}</td>
<td>{{e.create_time}}</td>
<td>{{e.carno}}</td>
</tr>
</tbody>
</table>