This commit is contained in:
parent
a0873f2acc
commit
1d495fc61a
|
|
@ -193,6 +193,7 @@ const boxOutBound = async () => {
|
|||
leaseType: 0,
|
||||
boxId: e.boxId,
|
||||
maId: e.maId,
|
||||
maCode: e.maCode,
|
||||
manageType: 3,
|
||||
outNum: 1,
|
||||
parentId,
|
||||
|
|
@ -320,6 +321,7 @@ const onHandleOutbound = async () => {
|
|||
paramsList.push({
|
||||
leaseType: 0,
|
||||
maId: e.maId,
|
||||
maCode: e.maCode,
|
||||
manageType: 0,
|
||||
outNum: 1,
|
||||
parentId,
|
||||
|
|
|
|||
Loading…
Reference in New Issue