工单作业
This commit is contained in:
@@ -34,10 +34,11 @@
|
||||
<!-- <th width="8%">物料名称</th> -->
|
||||
<th width="9%">物料规格</th>
|
||||
<!-- <th width="10%">工序</th> -->
|
||||
<th width="8%">计划生产</th>
|
||||
<th width="10%">电气数量</th>
|
||||
<th width="10%">待生产</th>
|
||||
<th width="10%">已生产</th>
|
||||
<th width="9%">计划生产</th>
|
||||
<th width="9%">电气数量</th>
|
||||
<th width="9%">待生产</th>
|
||||
<th width="9%">已生产</th>
|
||||
<th width="4%">是否搬运</th>
|
||||
<th width="13%">开工时间</th>
|
||||
</tr>
|
||||
<tr v-for="e in dataList" :key="e.workorder_id" :class="{'selected_icon': pkId === e.workorder_id}" @click="toRadio(e)">
|
||||
@@ -55,6 +56,7 @@
|
||||
<td>{{ e.dq_real_qty }}</td>
|
||||
<td>{{ e.report_qty }}</td>
|
||||
<td>{{ e.real_qty }}</td>
|
||||
<td>{{ e.is_needmove ? '是' : '否' }}</td>
|
||||
<td>{{ e.realproducestart_date }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user