调整出库单查询

This commit is contained in:
18942506660
2023-11-09 10:25:59 +08:00
parent 0bd21a0329
commit 87f914dcdb
9 changed files with 263 additions and 21 deletions

View File

@@ -50,7 +50,7 @@ namespace WMS.Web.Domain.Services
//OutStock entity = await _outStockRepositories.GetByTaskId(dto.TaskId);
OutStock entity = new OutStock();
entity.Create(loginInfo.UserInfo.StaffId, outStockTask.Id, outStockTask.Type);
entity.Create(loginInfo.UserInfo.StaffId, outStockTask);
foreach (var d in dto.Details)
{
//任务单明细