bug修复
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user