update shipment list and editor

This commit is contained in:
tzw
2024-01-30 17:24:28 +06:30
parent c9680ca3ca
commit a944357490
8 changed files with 152 additions and 156 deletions

View File

@@ -13,7 +13,7 @@ class FcsShipmentModel extends BaseModel {
final log = Logger('FcsShipmentModel');
PaginatorListener<FcsShipment>? fcsShipments;
bool isLoading = false;
int selectedIndex = 1;
int selectedIndex = 0;
onChanged(int index) {
selectedIndex = index;