1
This commit is contained in:
parent
b52abd4c03
commit
c15cb1922d
@ -79,7 +79,7 @@ namespace DOAN.Service.MES.mm
|
||||
|
||||
foreach (var item in inventories)
|
||||
{
|
||||
item.ActualQuantity = item.LogicQuantity;
|
||||
item.LogicQuantity = item.ActualQuantity;
|
||||
item.UpdatedBy = "盘点";
|
||||
item.UpdatedTime = DateTime.Now;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user