清洗下料
This commit is contained in:
@@ -47,8 +47,6 @@
|
||||
<th>物料编号</th>
|
||||
<th>物料规格</th>
|
||||
<th>上料重量(kg)</th>
|
||||
<th>单重</th>
|
||||
<th>数量</th>
|
||||
<th>物料名称</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -60,8 +58,6 @@
|
||||
<td>{{e.material_code}}</td>
|
||||
<td>{{e.material_spec}}</td>
|
||||
<td>{{e.material_qty | numeric(3)}}</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>{{ e.material_name }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user