回库时业务为 载具移入

This commit is contained in:
2023-11-18 15:56:29 +08:00
parent 5b49890a4f
commit 21659115b0

View File

@@ -987,7 +987,7 @@ namespace Tnb.WarehouseMgr
[nameof(WmsPointH.location_id)] = outStockH.location_id,
[nameof(WmsCarryD.carry_id)] = input.carryIds.First(),
[nameof(WmsCarryH.carry_code)] = carry.carry_code,
[nameof(WmsHandleH.biz_type)] = input.bizTypeId,
[nameof(WmsHandleH.biz_type)] = WmsWareHouseConst.BIZTYPE_CARRYMOVEINSTOCK_ID,
[nameof(WmsHandleH.create_id)] = _userManager.UserId,
[nameof(WmsHandleH.create_time)] = DateTime.Now,
[nameof(WmsMoveInstock.status)] = WmsWareHouseConst.BILLSTATUS_ADD_ID,