| | |
| | | station.quantity = station.quantity - 1; |
| | | if (station.quantity < 1) |
| | | { |
| | | station.quantity = 0; |
| | | station.quantity = 1; |
| | | station.stationType = string.Empty; |
| | | station.heatNumber = string.Empty; |
| | | station.Number = string.Empty; |
| | | station.billetID = string.Empty; |
| | | station.bindSN = string.Empty; |
| | | station.enable = false; |
| | | station.tray_status = string.Empty; |
| | | station.location_state = LocationStateEnum.Empty.ToString(); |
| | | station.tray_status = "EmptyTrayss"; |
| | | station.location_state = LocationStateEnum.Stroge.ToString(); |
| | | } |
| | | else |
| | | { |