已交数量-不能直接赋值,是从金蝶拉取的

This commit is contained in:
tongfei
2023-12-15 14:54:09 +08:00
parent 9988485703
commit 29e6fb9e31

View File

@@ -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;
}
});