代码管理/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService_Outbound.cs
@@ -526,6 +526,10 @@ PalletType = stockInfo.PalletType, WarehouseId = stockInfo.WarehouseId, }; if (stockInfo.StockLength>0) { task.TaskLength = stockInfo.StockLength; } tasks.Add(task); } }