preparing filterbutton in shipmentlist and UI of carton Info

This commit is contained in:
sma
2024-02-02 17:51:46 +06:30
parent 24f2dc110c
commit ea68085c44
6 changed files with 206 additions and 73 deletions

View File

@@ -13,3 +13,13 @@ class LocalPopupMenu {
this.highlight = false,
this.enabled = true});
}
List<LocalPopupMenu> shipFiteringMenu = <LocalPopupMenu>[
LocalPopupMenu(id: 0, text :"All"),
LocalPopupMenu(id: 1, text: "Pending"),
LocalPopupMenu(id: 2, text: "Processing"),
LocalPopupMenu(id: 3, text: "Shipped"),
LocalPopupMenu(id: 4, text: "Arrived"),
LocalPopupMenu(id: 5, text: "Invoiced"),
LocalPopupMenu(id: 6, text: "Canceled"),
];