出库签收业务回更,载具移入参数组装代码提交
This commit is contained in:
@@ -450,7 +450,11 @@ namespace Tnb.WarehouseMgr
|
||||
[nameof(InStockStrategyQuery.warehouse_id)] = outStockH.warehouse_id,
|
||||
[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.create_id)] = _userManager.UserId,
|
||||
[nameof(WmsHandleH.create_time)] = DateTime.Now,
|
||||
[nameof(WmsMoveInstock.status)] = WmsWareHouseConst.BILLSTATUS_ADD_ID,
|
||||
[nameof(WmsHandleH.bill_code)] = _billRullService.GetBillNumber(WmsWareHouseConst.WMS_CARRYMOINSTK_ENCODE).GetAwaiter().GetResult(),
|
||||
};
|
||||
await _wmsCarryMoveInStockService.CarryMoveIn(visulDevInput);
|
||||
|
||||
Reference in New Issue
Block a user