grid显示

This commit is contained in:
2023-03-24 17:33:28 +08:00
parent 2db4c6d39e
commit 5b6b94fcc4

View File

@@ -68,10 +68,14 @@
<tr>
<th>选择</th>
<th>指令编号</th>
<th>设备编</th>
<th>起点</th>
<th>目的</th>
<th>目的2</th>
<th>MES</th>
<th>起点设备</th>
<th>目的设备</th>
<th>入箱码</th>
<th>出箱码</th>
<th>状态</th>
<th>物料编码</th>
<th>创建时间</th>
</tr>
</thead>
<tbody>
@@ -79,11 +83,15 @@
<td>
<view class="iconfont icon-check" :class="{'icon-checked': pkId === e.instruct_uuid}"></view>
</td>
<td>{{e.instructorder_no}}</td>
<td>{{e.wcsdevice_code}}</td>
<td>{{e.startpoint_code}}</td>
<td>{{e.nextpoint_code}}</td>
<td>{{e.nextpoint_code2}}</td>
<td>{{e.instructoperate_num}}</td>
<td>{{e.mes_no}}</td>
<td>{{e.startwcsdevice_code}}</td>
<td>{{e.nextwcsdevice_code}}</td>
<td>{{e.invehicle_code}}</td>
<td>{{e.outvehicle_code}}</td>
<td>{{e.status_name}}</td>
<td>{{e.processmaterial_code}}</td>
<td>{{e.create_time}}</td>
</tr>
</tbody>
</table>