add delivery address vo

This commit is contained in:
Sai Naw Wun
2020-10-08 11:38:05 +06:30
parent 6105b45cb8
commit 7ae74275cd
22 changed files with 202 additions and 101 deletions

View File

@@ -277,7 +277,7 @@ class _HomePageState extends State<HomePage> {
List<Widget> widgets = [];
widgets.add(faqBtn);
if (user != null) {
true ? widgets.add(pickUpBtn) : "";
// true ? widgets.add(pickUpBtn) : "";
!customer ? widgets.add(fcsShipmentBtn) : "";
customer ? widgets.add(notiBtn) : "";
user.hasStaffs() ? widgets.add(staffBtn) : "";
@@ -286,8 +286,8 @@ class _HomePageState extends State<HomePage> {
true ? widgets.add(boxesBtn) : "";
true ? widgets.add(deliveryBtn) : "";
user.hasCustomers() ? widgets.add(customersBtn) : "";
true ? widgets.add(invoicesBtn) : "";
true ? widgets.add(discountBtn) : "";
// true ? widgets.add(invoicesBtn) : "";
// true ? widgets.add(discountBtn) : "";
}
return OfflineRedirect(
child: FlavorBanner(