| | |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | public List<Dt_ProStockInfo> GetUseableStocks(Dt_MesRworkOutboundOrder mesRworkOutboundOrder); |
| | | |
| | | List<Dt_ProStockInfo> GetUseableStocks(int warehoseId, Dt_ErpProScrapSheetDetail erpProScrapSheetDetail); |
| | | /// <summary> |
| | | /// è·åMESæåºåºå |
| | | /// </summary> |
| | | List<Dt_ProStockInfo> GetOutboundStocks(List<Dt_ProStockInfo> stockInfos, Dt_MesRworkOutboundOrder mesRworkOutboundOrder, float needQuantity, out float residueQuantity); |
| | | /// <summary> |
| | | /// è·åæåæ¥åºçåºå |
| | | /// </summary> |
| | | List<Dt_ProStockInfo> GetOutboundStocks(List<Dt_ProStockInfo> stockInfos, Dt_ErpProScrapSheetDetail outOrderDetail, float needQuantity, out float residueQuantity); |
| | | /// <summary> |
| | | /// æ¥åºååºå产åç¼å·æ¥è¯¢ |
| | | /// </summary> |
| | | /// <param name="warehouseId"></param> |
| | | /// <returns></returns> |
| | | public WebResponseContent GetProCodeByWarehouse(int warehouseId); |
| | | /// <summary> |
| | | /// æ¥åºååºåçæ¬æ¥è¯¢ |
| | | /// </summary> |
| | | /// <param name="scrapProCode"></param> |
| | | /// <returns></returns> |
| | | public WebResponseContent GetProVersionByCode(string scrapProCode,int warehouseId); |
| | | /// <summary> |
| | | /// æ¥åºååºåæ¹æ¬¡å·æ¥è¯¢ |
| | | /// </summary> |
| | | /// <param name="scrapProCode"></param> |
| | | /// <returns></returns> |
| | | public WebResponseContent GetProLotNoByCode(string scrapProCode, int warehouseId); |
| | | } |
| | | } |