Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
xffruit
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
xffruit
Commits
92405e42
Commit
92405e42
authored
Nov 24, 2015
by
陈俊俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详情跳转
parent
b364e4c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
ReportViewController.m
...ViewControllers/Report/Controllers/ReportViewController.m
+4
-1
No files found.
XFFruit/ViewControllers/Report/Controllers/ReportViewController.m
View file @
92405e42
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment