清洗下料
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user