点位编码
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>工单号</th>
|
<th>工单号</th>
|
||||||
<th>物料编码</th>
|
<th>物料编码</th>
|
||||||
|
<th>点位编码</th>
|
||||||
<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}">
|
<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 class="fontcol1">{{e.workorder_code}}</td>
|
||||||
<td>{{e.material_code}}</td>
|
<td>{{e.material_code}}</td>
|
||||||
|
<td>{{e.point_name}}</td>
|
||||||
<td>{{e.material_name}}</td>
|
<td>{{e.material_name}}</td>
|
||||||
<td>{{e.workorder_status}}</td>
|
<td>{{e.workorder_status}}</td>
|
||||||
<td>{{e.operator}}</td>
|
<td>{{e.operator}}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user