清洗下料

This commit is contained in:
2023-08-22 16:46:45 +08:00
parent c0b5b977f6
commit d06ddffa8a
2 changed files with 2 additions and 5 deletions

View File

@@ -47,7 +47,7 @@
<th>物料编号</th>
<th>物料规格</th>
<th>上料重量(kg)</th>
<td>物料单重(g)</td>
<th>物料单重(g)</th>
<th>物料名称</th>
</tr>
</thead>
@@ -121,9 +121,6 @@ export default {
if (res.code === 200) {
this.pkId = ''
this.pkObj = {}
res.content.map(el => {
this.$set(el, 'net_weight', '')
})
this.dataList = [...res.content]
if (this.dataList.length > 0) {
this.sep_on = this.dataList[0].sep_on