| @@ -174,7 +174,6 @@ class _EditActionHarvestProcessScreenState | |||
| _harvestProcess.harvestId = newValue.id; | |||
| }); | |||
| }, | |||
| validator: (value) => value == null ? "Mã thu hoạch" : null, | |||
| isExpanded: true, | |||
| items: _buildDropMenu(_harvests)); | |||
| } else { | |||
| @@ -160,7 +160,6 @@ class _EditActionPackingScreenState extends State<EditActionPackingScreen> { | |||
| _packing.harvestId = newValue.id; | |||
| }); | |||
| }, | |||
| validator: (value) => value == null ? "Mã thu hoạch" : null, | |||
| isExpanded: true, | |||
| items: _buildDropMenu(_harvests)); | |||
| } else { | |||
| @@ -160,7 +160,6 @@ class _EditActionSellScreenState extends State<EditActionSellScreen> { | |||
| _sell.harvestId = newValue.id; | |||
| }); | |||
| }, | |||
| validator: (value) => value == null ? "Mã thu hoạch" : null, | |||
| isExpanded: true, | |||
| items: _buildDropMenu(_harvests)); | |||
| } else { | |||