|
@@ -1363,7 +1363,7 @@
|
|
|
|
|
|
|
|
// navi.view.superview.bounds = CGRectMake(0, 0, 480, 320);
|
|
// navi.view.superview.bounds = CGRectMake(0, 0, 480, 320);
|
|
|
|
|
|
|
|
- DebugLog(@"EditModelPriceViewController present.........");
|
|
|
|
|
|
|
+ DebugLog(@"general notes editor present.........");
|
|
|
|
|
|
|
|
// self.btop = false;
|
|
// self.btop = false;
|
|
|
// <#code#>
|
|
// <#code#>
|
|
@@ -1834,6 +1834,13 @@
|
|
|
}
|
|
}
|
|
|
// [self.content_data setObject:item_json forKey:[NSString stringWithFormat:@"item_%ld",(long)indexPath.row]];
|
|
// [self.content_data setObject:item_json forKey:[NSString stringWithFormat:@"item_%ld",(long)indexPath.row]];
|
|
|
[weakSelf refresh_total];
|
|
[weakSelf refresh_total];
|
|
|
|
|
+
|
|
|
|
|
+#ifdef RA_NOTIFICATION
|
|
|
|
|
+ [ActiveViewController Notify:@"OrderListViewController" Message:RA_NOTIFICATION_RELOAD_DATA];
|
|
|
|
|
+#else
|
|
|
|
|
+ AppDelegate *appDelegate = (AppDelegate*)[[UIApplication sharedApplication] delegate];
|
|
|
|
|
+ [((MainViewController*)appDelegate.main_vc) reloadOrder:true immediately:false];
|
|
|
|
|
+#endif
|
|
|
};
|
|
};
|
|
|
// cell.delegate=self;
|
|
// cell.delegate=self;
|
|
|
// cell.from=indexPath;
|
|
// cell.from=indexPath;
|
|
@@ -2409,7 +2416,16 @@
|
|
|
tableView.editing = false;
|
|
tableView.editing = false;
|
|
|
// [tableView reloadRowsAtIndexPaths:@[indexPath]withRowAnimation:UITableViewRowAnimationMiddle];
|
|
// [tableView reloadRowsAtIndexPaths:@[indexPath]withRowAnimation:UITableViewRowAnimationMiddle];
|
|
|
// [self refresh_total];
|
|
// [self refresh_total];
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
[weakself reload_data];
|
|
[weakself reload_data];
|
|
|
|
|
+
|
|
|
|
|
+#ifdef RA_NOTIFICATION
|
|
|
|
|
+ [ActiveViewController Notify:@"OrderListViewController" Message:RA_NOTIFICATION_RELOAD_DATA];
|
|
|
|
|
+#else
|
|
|
|
|
+ AppDelegate *appDelegate = (AppDelegate*)[[UIApplication sharedApplication] delegate];
|
|
|
|
|
+ [((MainViewController*)appDelegate.main_vc) reloadOrder:true immediately:false];
|
|
|
|
|
+#endif
|
|
|
}
|
|
}
|
|
|
else
|
|
else
|
|
|
{
|
|
{
|