刻字工序

This commit is contained in:
2023-08-24 11:13:24 +08:00
parent 94705af0ef
commit a46575030a
2 changed files with 4 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
<thead>
<tr>
<th>序号</th>
<th>日期</th>
<th>上料完成时间</th>
<th>任务号</th>
<th>物料编号</th>
<th>物料规格</th>

View File

@@ -34,7 +34,9 @@
<td>{{ e.material_code }}</td>
<td>{{ e.instorage_time }}</td>
<td>{{ e.is_pick === true ? '是' : '否' }}</td>
<td>{{ e.instorage_type }}</td>
<td v-show="e.bill_type === '0001'">清洗入库</td>
<td v-show="e.bill_type === '0009'">手工入库</td>
<td v-show="e.bill_type === ''"></td>
</tr>
</tbody>
</table>