Merge branch 'master' of https://git.mokkon.com/tzw/fcs
This commit is contained in:
@@ -46,11 +46,19 @@ class _CartonListState extends State<CartonList> {
|
||||
popmenus: [
|
||||
LocalPopupMenu(
|
||||
id: 1,
|
||||
textKey: "box.popupmenu.active",
|
||||
text: "Processing",
|
||||
selected: boxModel.selectedIndex == 1),
|
||||
LocalPopupMenu(
|
||||
id: 2,
|
||||
textKey: "box.popupmenu.delivered",
|
||||
text: "Shipped",
|
||||
selected: boxModel.selectedIndex == 2),
|
||||
LocalPopupMenu(
|
||||
id: 3,
|
||||
text: "Arrived",
|
||||
selected: boxModel.selectedIndex == 2),
|
||||
LocalPopupMenu(
|
||||
id: 4,
|
||||
text: "Invoiced",
|
||||
selected: boxModel.selectedIndex == 2)
|
||||
],
|
||||
popupMenuCallback: (p) {
|
||||
|
||||
Reference in New Issue
Block a user