add: 烘箱行架增加日志和套轴等待

This commit is contained in:
yanps
2024-01-04 09:36:49 +08:00
parent 8e5c76a0a1
commit f69d754c9c
8 changed files with 83 additions and 27 deletions

View File

@@ -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)
}
}
}