grid显示
This commit is contained in:
@@ -68,10 +68,14 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>选择</th>
|
<th>选择</th>
|
||||||
<th>指令编号</th>
|
<th>指令编号</th>
|
||||||
<th>设备编号</th>
|
<th>MES号</th>
|
||||||
<th>起点</th>
|
<th>起点设备</th>
|
||||||
<th>目的</th>
|
<th>目的设备</th>
|
||||||
<th>目的2</th>
|
<th>入箱码</th>
|
||||||
|
<th>出箱码</th>
|
||||||
|
<th>状态</th>
|
||||||
|
<th>物料编码</th>
|
||||||
|
<th>创建时间</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -79,11 +83,15 @@
|
|||||||
<td>
|
<td>
|
||||||
<view class="iconfont icon-check" :class="{'icon-checked': pkId === e.instruct_uuid}"></view>
|
<view class="iconfont icon-check" :class="{'icon-checked': pkId === e.instruct_uuid}"></view>
|
||||||
</td>
|
</td>
|
||||||
<td>{{e.instructorder_no}}</td>
|
<td>{{e.instructoperate_num}}</td>
|
||||||
<td>{{e.wcsdevice_code}}</td>
|
<td>{{e.mes_no}}</td>
|
||||||
<td>{{e.startpoint_code}}</td>
|
<td>{{e.startwcsdevice_code}}</td>
|
||||||
<td>{{e.nextpoint_code}}</td>
|
<td>{{e.nextwcsdevice_code}}</td>
|
||||||
<td>{{e.nextpoint_code2}}</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>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user