刻字工序
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>序号</th>
|
||||
<th>日期</th>
|
||||
<th>上料完成时间</th>
|
||||
<th>任务号</th>
|
||||
<th>物料编号</th>
|
||||
<th>物料规格</th>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user