add: 烘箱行架增加日志和套轴等待
This commit is contained in:
@@ -749,6 +749,9 @@ export default {
|
||||
} else if (val === 'out_qty_arr') {
|
||||
const obj = { name: '出库数量', value: data[val] }
|
||||
this.arr.push(obj)
|
||||
} else if (val === 'now_steps_type') {
|
||||
const obj = { name: '烘箱执行信号', value: data[val] }
|
||||
this.arr.push(obj)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user