| | |
| | | using System; |
| | | using OfficeOpenXml.FormulaParsing.Excel.Operators; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | |
| | | /// </summary> |
| | | WebResponseContent ManualMaterielGroup(SaveModel saveModel); |
| | | /// <summary> |
| | | /// æ´æ°èåæ®å·åºå |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent UpBSTStock(int operate); |
| | | /// <summary> |
| | | /// è·åå¯ä½¿ç¨åºå |
| | | /// </summary> |
| | | List<Dt_StockInfo> GetUseableStocks(int materielId,decimal width, int warehoseId); |
| | |
| | | /// åé
å®é
åºå |
| | | /// </summary> |
| | | List<Dt_StockInfo> GetOutboundStocks(List<Dt_StockInfo> stockInfos, decimal needQuantity); |
| | | |
| | | /// <summary> |
| | | /// åé
èååºå |
| | | /// </summary> |
| | | List<Dt_StockInfo> GetOutOldStocks(List<Dt_StockInfo> stockInfos, decimal needQuantity); |
| | | } |
| | | } |