| @@ -171,7 +171,7 @@ class _EditActionHarvestProcessScreenState | |||
| if (snapshot.hasData) { | |||
| return DropdownButtonFormField<Harvest>( | |||
| value: harvestValue, | |||
| hint: Text("Mã thu hoạch *"), | |||
| hint: Text("Mã thu hoạch"), | |||
| onChanged: (Harvest newValue) { | |||
| setState(() { | |||
| harvestValue = newValue; | |||
| @@ -155,7 +155,7 @@ class _EditActionPackingScreenState extends State<EditActionPackingScreen> { | |||
| if (snapshot.hasData) { | |||
| return DropdownButtonFormField<Harvest>( | |||
| value: harvestValue, | |||
| hint: Text("Mã thu hoạch *"), | |||
| hint: Text("Mã thu hoạch"), | |||
| onChanged: (Harvest newValue) { | |||
| setState(() { | |||
| harvestValue = newValue; | |||
| @@ -153,7 +153,7 @@ class _EditActionSellScreenState extends State<EditActionSellScreen> { | |||
| if (snapshot.hasData) { | |||
| return DropdownButtonFormField<Harvest>( | |||
| value: harvestValue, | |||
| hint: Text("Mã thu hoạch *"), | |||
| hint: Text("Mã thu hoạch"), | |||
| onChanged: (Harvest newValue) { | |||
| setState(() { | |||
| harvestValue = newValue; | |||