| | |
| | | (List<Dt_StockInfo>, Dictionary<int, decimal>) GetOutboundStocks(List<Dt_StockInfo> stockInfos, string materielCode, decimal needQuantity, out decimal residueQuantity); |
| | | |
| | | List<StockSelectViewDTO> GetStockSelectViews(int orderId, string materielCode); |
| | | |
| | | List<StockSelectViewDTO> GetStockSelectViews(int orderId, int orderdetailid, string materielCode); |
| | | |
| | | List<StockSelectViewDTO> GetAllocateSelectViewDTOs(int orderId, int orderdetailid, string materielCode); |
| | | |
| | | List<StockSelectViewDTO> GetSelectViewDTOs(string orderNo, string materielCode); |
| | | |
| | | } |
| | | } |