bug修复

This commit is contained in:
tongfei
2023-12-04 17:10:08 +08:00
parent faadd8aabf
commit 530e6d49f9
4 changed files with 6 additions and 3 deletions

View File

@@ -252,6 +252,7 @@ namespace WMS.Web.Domain.Services
task.Details.ForEach(x =>
{
x.DeliveredQty = x.ReceiveQty;
x.RealityQty = x.ReceiveQty;
});
task.Shelf(loginInfo.UserInfo.StaffId);
task = await _inStockTaskRepositories.Update(task, isTransaction);