1
wankeda
3 天以前 a3014a01e07619105d597d0c51cf195217b0806f
WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
@@ -20,6 +20,14 @@
        List<Dt_StockInfo> GetUseableStocks(string materielCode);
        //List<Dt_StockInfo> GetUseableStocks(string materielCode, int warehoseId);
        //List<Dt_StockInfo> GetUseableStocks(string materielCode, string batchNo,,string , int warehoseId);
        List<Dt_StockInfo> GetUseableStocks(string materielCode, string palletcode, int warehoseId);
        //List<Dt_StockInfo> GetUseableStocks(string materielCode, string batchNo, int warehoseId);
        List<StockSelectViewDTO> GetStockSelectViews(string materielCode);
        List<Dt_StockInfo> GetOutboundStocks(List<Dt_StockInfo> stockInfos, string materielCode, decimal needQuantity, out decimal residueQuantity);