Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Partial/RequestInTaskAsync.cs
@@ -145,6 +145,19 @@ { throw new Exception("未找到入库站台配置"); } //List<string> strings; //if (areaIn == "GWSC1") //{ // strings = new List<string> // { // (boxing.ProductionLine != null && boxing.ProductionLine == "ZJ-7") ? "GWSC1" : "GWSC2" // }; //} //else //{ // strings = stationManagers.Roadway.Split(',').ToList(); //} List<string> strings = stationManagers.Roadway.Split(',').ToList(); var resultContent = await CreateNewTask(input, result.ProductionLine, boxing.ProcessCode, strings);