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
6f12d9a7
Commit
6f12d9a7
authored
9 years ago
by
AvatarC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
多余coding
parent
56854198
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ReportViewController.m
...ViewControllers/Report/Controllers/ReportViewController.m
+3
-3
No files found.
XFFruit/ViewControllers/Report/Controllers/ReportViewController.m
View file @
6f12d9a7
...
...
@@ -372,9 +372,9 @@
if
([
title
isEqualToString
:
SaleDay
])
{
dayType
=
@"day"
;
self
.
scopeType
=
_selectDay
;
//[IBTCommon stringFromDateWithFormat:[NSDate date] format:@"yyyy-MM-dd"];
}
else
if
([
title
isEqualToString
:
SaleWeek
])
{
dayType
=
@"week"
;
self
.
scopeType
=
[
IBTCommon
getWeekFromDateWithDate
:
date
];
//
}else if ([title isEqualToString:SaleWeek]) {
//
dayType = @"week";
//
self.scopeType = [IBTCommon getWeekFromDateWithDate:date];
}
else
if
([
title
isEqualToString
:
SaleMonth
])
{
dayType
=
@"month"
;
// date = [IBTCommon dateFromStringWithFormat:strDate format:@"yyyy-MM" ];
...
...
This diff is collapsed.
Click to expand it.
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