|
@@ -181,7 +181,7 @@
|
|
|
[super viewWillAppear:animated];
|
|
[super viewWillAppear:animated];
|
|
|
[self loadfilter];
|
|
[self loadfilter];
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+ [self ReloadData]; // 保存新订单后返回没刷新
|
|
|
|
|
|
|
|
// UIApplication * app = [UIApplication sharedApplication];
|
|
// UIApplication * app = [UIApplication sharedApplication];
|
|
|
// AppDelegate *appDelegate = (AppDelegate *)[app delegate];
|
|
// AppDelegate *appDelegate = (AppDelegate *)[app delegate];
|
|
@@ -242,6 +242,7 @@
|
|
|
// }
|
|
// }
|
|
|
[[self navigationController] setNavigationBarHidden:!self.showNavibar animated:NO];
|
|
[[self navigationController] setNavigationBarHidden:!self.showNavibar animated:NO];
|
|
|
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
- (IBAction)onNewOrderClicked:(id)sender {
|
|
- (IBAction)onNewOrderClicked:(id)sender {
|
|
|
|
|
|