| | |
| | | |
| | | 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); |