项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -54,5 +54,12 @@ Task<WebResponseContent> GenerateOutboundBatchTasksAsync(int orderDetailId, decimal batchQuantity, string outStation); Task<WebResponseContent> GenerateAllocatOutboundTask(int orderDetailId, List<StockSelectViewDTO> stockSelectViews, string station); /// <summary> /// 搴撳瓨鐩樼偣 /// </summary> /// <param name="stockViews"></param> /// <returns></returns> Task <WebResponseContent> TakeOutbound(List<StockViewDTO> stockViews,string outStation); } }