配料作业

This commit is contained in:
2025-02-17 09:37:29 +08:00
parent a98fa10ba1
commit 039a1a5fab

View File

@@ -11,7 +11,7 @@
<th>物料编码</th>
<th>物料名称</th>
<th>产线</th>
<th>点编码</th>
<th>点编码</th>
<th>配料桶数</th>
<th>剩余桶数</th>
<th>物料重量</th>
@@ -24,7 +24,7 @@
<td>{{ e.material_code }}</td>
<td>{{ e.material_name }}</td>
<td>{{ e.resource_name }}</td>
<td>{{ e.point_code }}</td>
<td>{{ e.next_device_code }}</td>
<td>{{ e.require_num }}</td>
<td>{{ e.remain_num }}</td>
<td>{{ e.qty }}</td>