jsk lease_out_details 添加 box_id 和 box_code 两个字段
This commit is contained in:
parent
d9407e724c
commit
d3e3d04c32
|
|
@ -613,6 +613,7 @@ const boxOutBound = async () => {
|
|||
paramsList.push({
|
||||
leaseType: 0,
|
||||
boxId: e.boxId,
|
||||
boxCode: boxCode.value,
|
||||
maId: e.maId,
|
||||
maCode: e.maCode,
|
||||
manageType: 0,
|
||||
|
|
|
|||
Loading…
Reference in New Issue