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
e9bb3198
Commit
e9bb3198
authored
Jan 09, 2016
by
admin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页及首页搜索完善 添加在线抽查
parent
bd40f854
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
625 additions
and
40 deletions
+625
-40
UserInterfaceState.xcuserstate
...userdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
LookOnLineDetailViewController.m
...ineDetail/ViewController/LookOnLineDetailViewController.m
+3
-1
OnLineCompleteViewController.m
...askComplete/ViewController/OnLineCompleteViewController.m
+7
-1
SpotCheckOnLineViewController.m
...heckOnLine/ViewController/SpotCheckOnLineViewController.m
+2
-1
HomeViewController.m
...r/Classes/Module/Home/ViewController/HomeViewController.m
+218
-25
SearchViewController.m
...Classes/Module/Home/ViewController/SearchViewController.m
+395
-12
No files found.
redstar.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
View file @
e9bb3198
No preview for this file type
redstar/Classes/Module/Function/OnLine/LookOnLineDetail/ViewController/LookOnLineDetailViewController.m
View file @
e9bb3198
...
@@ -51,7 +51,9 @@
...
@@ -51,7 +51,9 @@
-
(
void
)
viewWillAppear
:
(
BOOL
)
animated
-
(
void
)
viewWillAppear
:
(
BOOL
)
animated
{
{
[
super
viewWillAppear
:
animated
];
[
super
viewWillAppear
:
animated
];
self
.
navigationController
.
navigationBar
.
hidden
=
NO
;
self
.
tabBarController
.
tabBar
.
hidden
=
YES
;
}
}
#pragma mark - Private Mothods
#pragma mark - Private Mothods
...
...
redstar/Classes/Module/Function/OnLine/OnLineTaskComplete/ViewController/OnLineCompleteViewController.m
View file @
e9bb3198
...
@@ -26,7 +26,13 @@
...
@@ -26,7 +26,13 @@
@end
@end
@implementation
OnLineCompleteViewController
@implementation
OnLineCompleteViewController
-
(
void
)
viewWillAppear
:(
BOOL
)
animated
{
[
super
viewWillAppear
:
animated
];
self
.
navigationController
.
navigationBar
.
hidden
=
NO
;
self
.
tabBarController
.
tabBar
.
hidden
=
YES
;
}
-
(
void
)
viewDidLoad
-
(
void
)
viewDidLoad
{
{
[
super
viewDidLoad
];
[
super
viewDidLoad
];
...
...
redstar/Classes/Module/Function/OnLine/SpotCheckOnLine/ViewController/SpotCheckOnLineViewController.m
View file @
e9bb3198
...
@@ -129,7 +129,8 @@
...
@@ -129,7 +129,8 @@
[
spot
setValuesForKeysWithDictionary
:
dict
];
[
spot
setValuesForKeysWithDictionary
:
dict
];
[
tempArray
addObject
:
spot
];
[
tempArray
addObject
:
spot
];
}
}
[
_allSpotCheckList
addObjectsFromArray
:
tempArray
];
_allSpotCheckList
=
[
NSMutableArray
arrayWithArray
:
tempArray
];
// [_allSpotCheckList addObjectsFromArray:tempArray];
if
(
_allSpotCheckList
.
count
==
0
)
{
if
(
_allSpotCheckList
.
count
==
0
)
{
if
(
_tableView
)
{
if
(
_tableView
)
{
...
...
redstar/Classes/Module/Home/ViewController/HomeViewController.m
View file @
e9bb3198
This diff is collapsed.
Click to expand it.
redstar/Classes/Module/Home/ViewController/SearchViewController.m
View file @
e9bb3198
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