盘点-库存
This commit is contained in:
@@ -120,7 +120,7 @@ namespace WMS.Web.Repositories
|
||||
var response = _mapper.Map<BoxInventoryResponse>(entity);
|
||||
if (response != null)
|
||||
{
|
||||
var serialNumbs = await _context.SerialNumbers.Where(x => x.BoxId == response.BoxId).ToListAsync();
|
||||
//var serialNumbs = await _context.SerialNumbers.Where(x => x.BoxId == response.BoxId).ToListAsync();
|
||||
|
||||
response.Stock = _singleDataService.GetSingleData(SingleAction.StocksJoinOrgCode, _loginRepositories.CompanyId, response.StockCode + response.OrgCode);
|
||||
response.SubStock = _singleDataService.GetSingleData(SingleAction.SubStocks, _loginRepositories.CompanyId, response.SubStockId);
|
||||
|
||||
Reference in New Issue
Block a user