| | |
| | | |
| | | 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); |
| | | |
| | | List<StockSelectViewDTO> GetAllocateSelectViewDTOs(int orderId, string materielCode); |
| | | List<Dt_StockInfo> GetUseableStocks(string materielCode, string batchNo, string supplyCode, string wearhouseCode, string factoryCode); |
| | | |
| | | List<Dt_StockInfo> GetStockInfos(string materielCode, string lotNo, string supplyCode, List<string> locationCodes, string wearhouseCode, string factoryCode); |
| | | |
| | | } |
| | | } |