jsk lease_out_details 添加 box_id 和 box_code 两个字段

This commit is contained in:
jiask 2026-01-20 11:22:12 +08:00
parent d9407e724c
commit d3e3d04c32
1 changed files with 1 additions and 0 deletions

View File

@ -613,6 +613,7 @@ const boxOutBound = async () => {
paramsList.push({ paramsList.push({
leaseType: 0, leaseType: 0,
boxId: e.boxId, boxId: e.boxId,
boxCode: boxCode.value,
maId: e.maId, maId: e.maId,
maCode: e.maCode, maCode: e.maCode,
manageType: 0, manageType: 0,