rev 修复删除设备报错 分页显示问题
This commit is contained in:
@@ -660,7 +660,7 @@ export default {
|
||||
} else if (val === 'storage_stock_num') {
|
||||
const obj = { name: '倒料位数量', value: data[val] }
|
||||
this.arr.push(obj)
|
||||
} else if (val === 'now_order_prod_num') {
|
||||
} else if (val === 'now_one_box_num') {
|
||||
const obj = { name: '当前箱数量(每框实时)', value: data[val] }
|
||||
this.arr.push(obj)
|
||||
} else if (val === 'order_prod_allnum') {
|
||||
|
||||
Reference in New Issue
Block a user