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