点位编码

This commit is contained in:
2024-06-07 11:10:54 +08:00
parent d77a228153
commit 2a02886a3d

View File

@@ -9,6 +9,7 @@
<tr>
<th>工单号</th>
<th>物料编码</th>
<th>点位编码</th>
<th>物料名称</th>
<th>工单状态</th>
<th>开工人</th>
@@ -21,6 +22,7 @@
<tr v-for="(e, i) in dataList" :key="i" @tap="toCheck(e)" :class="{'checked': e.workorder_code === pkId}">
<td class="fontcol1">{{e.workorder_code}}</td>
<td>{{e.material_code}}</td>
<td>{{e.point_name}}</td>
<td>{{e.material_name}}</td>
<td>{{e.workorder_status}}</td>
<td>{{e.operator}}</td>