| | |
| | | { |
| | | string isTrue = string.Empty; |
| | | |
| | | //ResultTrayCellsStatus result = GetResultTrayCellsStatus(command, stationManager); |
| | | ResultTrayCellsStatus result = GetResultTrayCellsStatus(command, stationManager); |
| | | |
| | | List<string> strings = stationManager.Roadway.Split(",").ToList(); |
| | | foreach (string item in strings) |
| | | { |
| | | isTrue = RequestInboundPlatform(item, "ZJ-11", true); |
| | | isTrue = RequestInboundPlatform(item, result.ProductionLine, true); |
| | | if (isTrue != null) |
| | | { |
| | | break; |
| | |
| | | TaskState = (int)TaskOutStatusEnum.OutNew, |
| | | Id = 0, |
| | | TaskType = (int)TaskOutboundTypeEnum.TrayInToOut, |
| | | ProductionLine = "ZJ-11", |
| | | ProductionLine = result.ProductionLine, |
| | | }; |
| | | } |
| | | else |