fix: 纸管库出货数量数据格式修改
This commit is contained in:
@@ -721,6 +721,12 @@ export default {
|
||||
} else if (val === 'z_qty12') {
|
||||
const obj = { name: '数量12', value: data[val] }
|
||||
this.arr.push(obj)
|
||||
} else if (val === 'out_seq_arr') {
|
||||
const obj = { name: '出库顺序', value: data[val] }
|
||||
this.arr.push(obj)
|
||||
} else if (val === 'out_qty_arr') {
|
||||
const obj = { name: '出库数量', value: data[val] }
|
||||
this.arr.push(obj)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user