wankeda
2026-01-18 f7ad3416dfc1558be842f3190688adc9a5a8933d
WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -42,10 +42,14 @@
        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);
@@ -58,9 +62,10 @@
        WebResponseContent IsRelocations(int TaskNum, string SourceAddress);
        WebResponseContent Cancelinventory(int taskNum);
        WebResponseContent InboundTaskCompleted(int taskNum);
        WebResponseContent  OutboundTaskCompleted(int taskNum);
        WebResponseContent OutboundTaskCompleted(int taskNum);
        WebResponseContent AddOutboundOrders(Houseounbound orderAddDTO);
        WebResponseContent InventoryOut(HouseCancelOut houseInventoryOut);
        WebResponseContent SMOMAdjustment(HouseAdjustment houseAdjustment);
        WebResponseContent InventoryIn(string name, int qty);
        /// <summary>
        /// 分配巷道
@@ -94,5 +99,10 @@
        /// <param name="stockViews"></param>
        /// <returns></returns>
        WebResponseContent TakeOutbound(List<StockViewDTO> stockViews);
        WebResponseContent WMSGenerateNewOutboundTask(int[] keys);
        WebResponseContent WMSGenerateSTOutboundTask(int[] keys);
        WebResponseContent SMOMGenerateSTOutboundTask(int[] keys);
    }
}