| | |
| | | using WIDESEA_Core.Const; |
| | | using WIDESEA_DTO.MOM; |
| | | using WIDESEA_DTO.WMS; |
| | | using WIDESEAWCS_Model.Models; |
| | | //using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEA_StorageTaskServices; |
| | | |
| | |
| | | { |
| | | 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); |