配料作业
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<th>物料编码</th>
|
<th>物料编码</th>
|
||||||
<th>物料名称</th>
|
<th>物料名称</th>
|
||||||
<th>产线</th>
|
<th>产线</th>
|
||||||
<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_code }}</td>
|
||||||
<td>{{ e.material_name }}</td>
|
<td>{{ e.material_name }}</td>
|
||||||
<td>{{ e.resource_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.require_num }}</td>
|
||||||
<td>{{ e.remain_num }}</td>
|
<td>{{ e.remain_num }}</td>
|
||||||
<td>{{ e.qty }}</td>
|
<td>{{ e.qty }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user