| | |
| | | using WIDESEA_Core.BaseServices; |
| | | using WIDESEA_Core.Enums; |
| | | using WIDESEA_DTO; |
| | | using WIDESEA_DTO.Basic; |
| | | using WIDESEA_DTO.ERP; |
| | | using WIDESEA_DTO.MES; |
| | | using WIDESEA_DTO.Stock; |
| | |
| | | /// <param name="locationCode"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent IsRelocation(int taskNum, string locationCode); |
| | | /// <summary> |
| | | /// æå¨ç§»åº |
| | | /// </summary> |
| | | /// <param name="relocationDTO"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent ManualRelocation(RelocationDTO relocationDTO); |
| | | |
| | | /// <summary> |
| | | /// |
| | |
| | | /// <param name="StationCode">ç«å°å°å</param> |
| | | /// <returns></returns> |
| | | Task<WebResponseContent> OutProductTask(int[] keys, string StationCode, int Grade); |
| | | Task<WebResponseContent> OutProScrapTask(int[] keys, string StationCode, int Grade); |
| | | /// <summary> |
| | | /// æå使éåºå
¥ä» |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | WebResponseContent OutProductSelect(int orderDetailId, List<ProStockViewDTO> proStockViews); |
| | | WebResponseContent GetZHMesMaterialLot(string materialLot); |
| | | /// <summary> |
| | | /// ä»»å¡åæ¶ |
| | | /// </summary> |
| | | /// <param name="taskNum"></param> |
| | | /// <param name="warehouseId"></param> |
| | | /// <returns></returns> |
| | | public Task<WebResponseContent> TaskHandCancel(int taskNum, int warehouseId); |
| | | } |
| | | } |