1
wankeda
2026-01-09 58a1b8b7db72225e0c2acca4f76399899f1bda4f
WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -40,16 +40,20 @@
        ITaskRepository Repository { get; }
        WebResponseContent InboundRequest(string stationCode, string roadwayNo, string palletCode);
        WebResponseContent DeviceRequestInboundTaskSimple(string stationCode, string palletCode);
        WebResponseContent DeviceRequestInboundTaskSimple(string stationCode, string palletCode, int heightType);
        WebResponseContent CPDeviceRequestInboundTaskSimple(string stationCode, string palletCode, int heightType, string courceAddress);
        WebResponseContent ApplyLocation(string palletCode);
        Task<WebResponseContent> TaskCompleted(int taskNum);
        WebResponseContent UpdateTaskStatus(int tasknum, int tasktype);
        WebResponseContent GenerateOutboundTask(int orderDetailId, List<StockSelectViewDTO> stockSelectViews);
        WebResponseContent GenerateOutboundTask(int[] keys);
        WebResponseContent WMSGenerateOutboundTask(int[] keys);
        WebResponseContent CallMateriel(string endPoint);
@@ -84,5 +88,18 @@
        /// <param name="task"></param>
        /// <returns></returns>
        WebResponseContent UpdateTaskInfo(WCSTaskDTO task);
        WebResponseContent FeedBackInboundERP(string upperOrderNo, string linId);
        WebResponseContent FeedBackOutERP(string orderNO, string linId);
        /// <summary>
        /// 库存盘点
        /// </summary>
        /// <param name="stockViews"></param>
        /// <returns></returns>
        WebResponseContent TakeOutbound(List<StockViewDTO> stockViews);
        WebResponseContent WMSGenerateNewOutboundTask(int[] keys);
        WebResponseContent WMSGenerateSTOutboundTask(int[] keys);
    }
}