| | |
| | | /// <param name="proStockInfoDetails"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent UnBindStock(List<Dt_ProStockInfoDetail> proStockInfoDetails); |
| | | /// <summary> |
| | | /// 鏌ユ壘鍙敤搴撳瓨 |
| | | /// </summary> |
| | | List<Dt_ProStockInfo> GetUseableStocks(int warehoseId, Dt_ProOutOrderDetail proOutOrderDetail); |
| | | /// <summary> |
| | | /// 鑾峰彇鍑哄簱搴撳瓨 |
| | | /// </summary> |
| | | List<Dt_ProStockInfo> GetOutboundStocks(List<Dt_ProStockInfo> stockInfos, Dt_ProOutOrderDetail outOrderDetail, float needQuantity, out float residueQuantity); |
| | | |
| | | /// <summary> |
| | | /// MES鎻愬簱鍙敤搴撳瓨 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | public List<Dt_ProStockInfo> GetUseableStocks(Dt_MesRworkOutboundOrder mesRworkOutboundOrder); |
| | | /// <summary> |
| | | /// 鑾峰彇MES鎻愬簱搴撳瓨 |
| | | /// </summary> |
| | | List<Dt_ProStockInfo> GetOutboundStocks(List<Dt_ProStockInfo> stockInfos, Dt_MesRworkOutboundOrder mesRworkOutboundOrder, float needQuantity, out float residueQuantity); |
| | | } |
| | | } |