代码管理/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockInfoService.cs
@@ -119,6 +119,15 @@ return null; } } /// <summary> /// /// </summary> /// <param name="stockInfos"></param> /// <param name="materielCode"></param> /// <param name="needQuantity"></param> /// <param name="residueQuantity"></param> /// <returns></returns> public List<Dt_StockInfo> GetOutboundStocks(List<Dt_StockInfo> stockInfos, string materielCode, float needQuantity, out float residueQuantity) { List<Dt_StockInfo> outStocks = new List<Dt_StockInfo>();