| | |
| | | private async Task GetEmptyTrayAsync(Dt_StationManager stationManager, CommonConveyorLine_After commonConveyor, ConveyorLineTaskCommand_After conveyorLine) |
| | | { |
| | | ConveyorLineTaskCommand_After command = commonConveyor.ReadCustomer<ConveyorLineTaskCommand_After>((Convert.ToInt32(stationManager.stationChildCode) + 2).ToString()); |
| | | if (conveyorLine.HasPallet == 1 || command.HasPallet == 1) |
| | | if (conveyorLine.HasPallet == 0 || command.HasPallet == 0) |
| | | { |
| | | var needBarcode = _needBarcodeRepository.QueryFirst(x => x.toArea == stationManager.stationChildCode); |
| | | |