标准箱出库方式
This commit is contained in:
parent
46bcb0c920
commit
b44309277c
|
|
@ -208,7 +208,9 @@ const boxOutBound = async () => {
|
||||||
boxId: e.boxId,
|
boxId: e.boxId,
|
||||||
maId: e.maId,
|
maId: e.maId,
|
||||||
maCode: e.maCode,
|
maCode: e.maCode,
|
||||||
manageType: 3,
|
manageType: 0,
|
||||||
|
// 出库方式 0数量,1编码,2二维码,3标准箱
|
||||||
|
outType: 3,
|
||||||
outNum: 1,
|
outNum: 1,
|
||||||
parentId,
|
parentId,
|
||||||
typeId,
|
typeId,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue