修改货位信息打印
This commit is contained in:
parent
7bdaa8129c
commit
ca2dd265c9
@ -418,8 +418,13 @@ function print() {
|
||||
})
|
||||
return
|
||||
}
|
||||
const updatedSelection = state.multipleSelection.map(item => ({
|
||||
...item,
|
||||
SITENAME: item.siteName,
|
||||
STORAGENAME: item.storageName
|
||||
}));
|
||||
let PRINT = {
|
||||
LIST: state.multipleSelection,
|
||||
LIST: updatedSelection,
|
||||
PRINTNAME: state.PRINTNAME,
|
||||
USER: ls.get('userId')
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user