| | |
| | | *----------------------------------------------------------------*/ |
| | | #endregion << ç æ¬ 注 é >> |
| | | |
| | | using Microsoft.AspNetCore.Http; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | |
| | | |
| | | Task<WebResponseContent> RequestInboundTask(string palletCode, string stationCode); |
| | | |
| | | Task<WebResponseContent> PalletOutboundTask(int num, int locationType); |
| | | Task<WebResponseContent> PalletOutboundTask(int num, int locationType,string? supplierCode = null); |
| | | |
| | | Task<WebResponseContent> TaskCompleted(string taskNum); |
| | | |
| | |
| | | HttpResponseResult<MesResponseDTO> responseModel(Dt_InboundOrder order, int InterfaceType, FeedbackInboundRequestModel model = null, AllocateDto allocateDto = null); |
| | | |
| | | Task<WebResponseContent> HandCompleteTask(string TaskNum); |
| | | |
| | | Task<WebResponseContent> TaskCancel(List<int> taskCodes); |
| | | |
| | | Task<WebResponseContent> AreaOutbound(List<StockViewDTO> stockViews); |
| | | |
| | | Task<WebResponseContent> CrossAreaOutbound(List<StockViewDTO> stockViews, int targetLocationType); |
| | | |
| | | Task<WebResponseContent> BatchOutboundByExcel(IFormFile file, string outStation); |
| | | |
| | | Task<WebResponseContent> SearchSupplierCode(string keyword); |
| | | } |
| | | } |