Merge branch 'dev' of https://git.tuotong-tech.com/tnb/tnb.server into dev
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user