Commit 92405e42 authored by 陈俊俊's avatar 陈俊俊

详情跳转

parent b364e4c3
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#import "FinishTimeView.h" #import "FinishTimeView.h"
#import "SearchReportViewController.h" #import "SearchReportViewController.h"
#import "QueryOrder.h" #import "QueryOrder.h"
#import "ReportDetailViewController.h"
@interface ReportViewController ()<UIScrollViewDelegate,CustomSegViewDelegate,FinishTimeViewDelegate> @interface ReportViewController ()<UIScrollViewDelegate,CustomSegViewDelegate,FinishTimeViewDelegate>
{ {
SaleViewController *svc; SaleViewController *svc;
...@@ -755,7 +756,9 @@ ...@@ -755,7 +756,9 @@
#pragma mark - 详情页面跳转 #pragma mark - 详情页面跳转
- (void)goReoprtDetail:(NSNotification *)finication{ - (void)goReoprtDetail:(NSNotification *)finication{
ReportDetailViewController *rvc = [ReportDetailViewController new];
rvc.title = @"陆金所";
[self PushViewController:rvc animated:YES];
} }
- (void)didReceiveMemoryWarning { - (void)didReceiveMemoryWarning {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment