出库修复

This commit is contained in:
18942506660
2023-11-23 16:17:57 +08:00
parent 65bf0d273d
commit 6f9bc05ddf
2 changed files with 8 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ namespace WMS.Web.Domain.Services
outd.SerialNumbers.AddRange(dtoDetails.SelectMany(s => s.SerialNumbers));
entity.Details.Add(outd);
}
entity.Create(loginInfo.UserInfo.StaffId, outStockTask);
entity.Create(loginInfo.UserInfo.StaffId, outStockTask,dto.Method);
#region dto
List<BoxInventoryGenerateDto> inventoryList = new List<BoxInventoryGenerateDto>();