获取单位名

This commit is contained in:
18942506660
2023-11-08 13:38:24 +08:00
parent 52dd6c3592
commit 7c76866c3c
2 changed files with 2 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ namespace WMS.Web.Repositories
#region dto组装
Id = s.Id,
BillNo = s.BillNo,
Unit = "",
Unit = _erpBasicDataExtendService.GetMaterialUnitName(materials, s.MaterialId),
Stock = _singleDataService.GetSingleData(SingleAction.Stocks, _loginRepositories.CompanyId, s.StockId),
SubStock = _singleDataService.GetSingleData(SingleAction.SubStocks, _loginRepositories.CompanyId, s.SubStockId),
BeforeQty = s.BeforeQty,