Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
红
红星美凯龙管理在线APP IOS
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
张杰
红星美凯龙管理在线APP IOS
Commits
4edc6972
Commit
4edc6972
authored
9 years ago
by
admin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
开放 在线抽查
parent
8fe5bc10
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
12 deletions
+11
-12
UserInterfaceState.xcuserstate
...userdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
LargePictureViewController.m
redstar/Classes/Module/Check/LargePictureViewController.m
+0
-1
HomeViewController.m
...r/Classes/Module/Home/ViewController/HomeViewController.m
+11
-11
No files found.
redstar.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
View file @
4edc6972
No preview for this file type
This diff is collapsed.
Click to expand it.
redstar/Classes/Module/Check/LargePictureViewController.m
View file @
4edc6972
...
...
@@ -44,7 +44,6 @@
UIScrollView
*
s
=
[[
UIScrollView
alloc
]
initWithFrame
:
CGRectMake
((
kScreenWidth
+
40
)
*
i
,
0
,
(
kScreenWidth
+
40
),
(
kScreenHeight
-
20
))];
s
.
backgroundColor
=
[
UIColor
whiteColor
];
//s.contentSize = CGSizeMake((kScreenWidth + 40), (kScreenHeight - 20));
s
.
contentSize
=
CGSizeMake
((
kScreenWidth
+
40
),
0
);
s
.
showsHorizontalScrollIndicator
=
NO
;
...
...
This diff is collapsed.
Click to expand it.
redstar/Classes/Module/Home/ViewController/HomeViewController.m
View file @
4edc6972
...
...
@@ -109,8 +109,8 @@ typedef NSComparisonResult (^NSComparator)(id obj1, id obj2);
self
.
navigationItem
.
titleView
=
customLab
;
self
.
titleArray
=
[
NSMutableArray
array
];
//
self.sectionArray = [NSMutableArray arrayWithObjects:@"口碑报告",@"商场风采",@"优秀案例",@"巡店报告", @"问题知识",@"口碑巡检",@"在线抽查", @"查看抽查",nil];
self
.
sectionArray
=
[
NSMutableArray
arrayWithObjects
:
@"口碑报告"
,
@"商场风采"
,
@"优秀案例"
,
@"巡店报告"
,
@"问题知识"
,
@"口碑巡检"
,
nil
];
self
.
sectionArray
=
[
NSMutableArray
arrayWithObjects
:
@"口碑报告"
,
@"商场风采"
,
@"优秀案例"
,
@"巡店报告"
,
@"问题知识"
,
@"口碑巡检"
,
@"在线抽查"
,
@"查看抽查"
,
nil
];
//
self.sectionArray = [NSMutableArray arrayWithObjects:@"口碑报告",@"商场风采",@"优秀案例",@"巡店报告", @"问题知识",@"口碑巡检",nil];
self
.
allRankListArray
=
[
NSMutableArray
array
];
self
.
taskListDataArray
=
[
NSMutableArray
array
];
...
...
@@ -167,15 +167,15 @@ typedef NSComparisonResult (^NSComparator)(id obj1, id obj2);
[
_sectionArray
removeObject
:
@"口碑巡检"
];
}
//
if ([permissions containsObject:@"500701"]) {
//
[self.titleArray addObject:@"在线抽查"];
//
[self requestSpotCheckList];
//
}
//
//
if ([permissions containsObject:@"500702"]) {
//
[self.titleArray addObject:@"查看抽查"];
//
[self requestLookOnLineList];
//
}
if
([
permissions
containsObject
:
@"500701"
])
{
[
self
.
titleArray
addObject
:
@"在线抽查"
];
[
self
requestSpotCheckList
];
}
if
([
permissions
containsObject
:
@"500702"
])
{
[
self
.
titleArray
addObject
:
@"查看抽查"
];
[
self
requestLookOnLineList
];
}
[
self
setupTableView
];
...
...
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