修复bug

This commit is contained in:
18942506660
2023-12-29 14:46:39 +08:00
parent 38f9633191
commit 2e2806c3b0
3 changed files with 6 additions and 4 deletions

View File

@@ -218,10 +218,7 @@ namespace WMS.Web.Domain.Services
UnitId = new ErpNumberDto(unitNumber), //物料带出来
StockId = new ErpNumberDto(d.StockCode),
SubStockId = new ErpSubStockDto(d.StockCode, d.Erp_SubStockCode),
//BeforeQty = d.BeforeQty,
AfterQty = d.AfterQty,
//FinalQty = entity.ResultType == TakeStockType.Profit ? d.FinalQty : 0,
//LossQty = entity.ResultType == TakeStockType.Loss ? d.FinalQty : 0,
Fnote = d.Remark
});
}