已交数量-不能直接赋值,是从金蝶拉取的
This commit is contained in:
@@ -310,7 +310,6 @@ namespace WMS.Web.Domain.Services
|
||||
if (current_entityDets != null && current_entityDets.Count != 0 && x.ErpDetailId == current_entityDets.FirstOrDefault().ErpDetailId)
|
||||
{
|
||||
var current_entityDet_matQty = current_entityDets.Sum(x => x.Qty);
|
||||
x.DeliveredQty = x.DeliveredQty + current_entityDet_matQty;
|
||||
x.RealityQty = x.RealityQty + current_entityDet_matQty;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user