´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_StockService/ProStockInfoService.cs
@@ -116,6 +116,11 @@ //æ¥æ¾å¯ç¨æ¥åºåºå public List<Dt_ProStockInfo> GetUseableStocks(int warehoseId, Dt_ErpProScrapSheetDetail erpProScrapSheetDetail) { //为尾æ°ä»æ¶æ¥åºåºåº if(warehoseId == 8) { warehoseId = 7; } List<string> locationCodes = _basicRepository.LocationInfoRepository.GetCanOutLocationCodes(warehoseId); return BaseDal.GetProStocks(erpProScrapSheetDetail, locationCodes); }