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