| if (snapshot.hasData) { | if (snapshot.hasData) { | ||||
| return DropdownButtonFormField<Harvest>( | return DropdownButtonFormField<Harvest>( | ||||
| value: harvestValue, | value: harvestValue, | ||||
| hint: Text("Mã thu hoạch *"), | |||||
| hint: Text("Mã thu hoạch"), | |||||
| onChanged: (Harvest newValue) { | onChanged: (Harvest newValue) { | ||||
| setState(() { | setState(() { | ||||
| harvestValue = newValue; | harvestValue = newValue; |
| if (snapshot.hasData) { | if (snapshot.hasData) { | ||||
| return DropdownButtonFormField<Harvest>( | return DropdownButtonFormField<Harvest>( | ||||
| value: harvestValue, | value: harvestValue, | ||||
| hint: Text("Mã thu hoạch *"), | |||||
| hint: Text("Mã thu hoạch"), | |||||
| onChanged: (Harvest newValue) { | onChanged: (Harvest newValue) { | ||||
| setState(() { | setState(() { | ||||
| harvestValue = newValue; | harvestValue = newValue; |
| if (snapshot.hasData) { | if (snapshot.hasData) { | ||||
| return DropdownButtonFormField<Harvest>( | return DropdownButtonFormField<Harvest>( | ||||
| value: harvestValue, | value: harvestValue, | ||||
| hint: Text("Mã thu hoạch *"), | |||||
| hint: Text("Mã thu hoạch"), | |||||
| onChanged: (Harvest newValue) { | onChanged: (Harvest newValue) { | ||||
| setState(() { | setState(() { | ||||
| harvestValue = newValue; | harvestValue = newValue; |