盘点单删除单位Id

This commit is contained in:
18942506660
2023-11-02 17:00:48 +08:00
parent f1cd7f0f5f
commit 0fe1d17de4
8 changed files with 23 additions and 30 deletions

View File

@@ -100,7 +100,7 @@ namespace WMS.Web.Repositories
#region dto组装
Id = s.Id,
BillNo = s.BillNo,
Unit = _singleDataService.GetSingleData(SingleAction.Units, _loginRepositories.CompanyId, s.UnitId),
Unit = "",//物料带出来
Stock = _singleDataService.GetSingleData(SingleAction.Stocks, _loginRepositories.CompanyId, s.StockId),
SubStock = _singleDataService.GetSingleData(SingleAction.SubStocks, _loginRepositories.CompanyId, s.SubStockId),
BeforeQty = s.BeforeQty,