调整接口
This commit is contained in:
@@ -64,7 +64,12 @@ namespace WMS.Web.Domain.Services
|
||||
{
|
||||
List<TakeStock> list = _mapper.Map<List<TakeStock>>(dto);
|
||||
foreach (var entity in list)
|
||||
{
|
||||
var subStock = await _transactionRepositories.GetSubUcStockAsync(entity.SubStockId, loginInfo.UserInfo.CompanyId);
|
||||
entity.Create(loginInfo.UserInfo.StaffId);
|
||||
entity.OrgCode = subStock?.ErpOrgCode;
|
||||
entity.StockCode = subStock?.StockCode;
|
||||
}
|
||||
|
||||
#region 组装库存dto
|
||||
List<BoxInventoryGenerateDto> inventoryList = new List<BoxInventoryGenerateDto>();
|
||||
|
||||
Reference in New Issue
Block a user