fix 到货单删除批次&入库

This commit is contained in:
Amjacks 2025-04-11 11:08:09 +08:00
parent ef0d3f626d
commit d696782f59

View File

@ -509,6 +509,7 @@ function deleteBox(row) {
state.createBoxForm = row
DeleteTrackOutBox({
materialreceiveAct: state.createBoxForm,
receiveRequestName: state.queryParams.params.RECEIVEREQUESTNAME,
user: localStorage.get('userId')
})
.then((res: any) => {