Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
total
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
张杰
total
Commits
489da93f
Commit
489da93f
authored
Jan 06, 2017
by
Sandy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
许可证无法提交bug
parent
dfe8fd7b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
GTOLiceneResultViewController.m
total/GTOApp/Business/Repair/GTOLiceneResultViewController.m
+1
-0
GTORepairDetailViewController.m
...App/Business/Repair/Views/GTORepairDetailViewController.m
+3
-3
No files found.
total/GTOApp/Business/Repair/GTOLiceneResultViewController.m
View file @
489da93f
...
@@ -653,6 +653,7 @@ static NSString *headerProblemItemID = @"headerItem";
...
@@ -653,6 +653,7 @@ static NSString *headerProblemItemID = @"headerItem";
if
(
!
isFinish
)
{
if
(
!
isFinish
)
{
return
;
return
;
}
else
{
}
else
{
[
hud
hide
:
YES
];
if
([
action
isEqualToString
:
@"save"
])
{
if
([
action
isEqualToString
:
@"save"
])
{
[
self
httpSaveLicenceResult
];
[
self
httpSaveLicenceResult
];
}
else
{
}
else
{
...
...
total/GTOApp/Business/Repair/Views/GTORepairDetailViewController.m
View file @
489da93f
...
@@ -130,14 +130,14 @@ typedef NS_ENUM(NSUInteger, bottomViewTag) {
...
@@ -130,14 +130,14 @@ typedef NS_ENUM(NSUInteger, bottomViewTag) {
@"pageNumber"
:
@
(
0
),
@"pageNumber"
:
@
(
0
),
@"pageSize"
:
@
(
200
)
@"pageSize"
:
@
(
200
)
};
};
IBTLoadingView
*
hud
=
[
IBTLoadingView
showHUDAddedTo
:
self
.
view
animated
:
YES
];
ICRHTTPController
*
httpC
=
[
ICRHTTPController
sharedController
];
ICRHTTPController
*
httpC
=
[
ICRHTTPController
sharedController
];
[
httpC
getLicenceListWithData
:
dict
success
:
^
(
id
data
)
{
[
httpC
getLicenceListWithData
:
dict
success
:
^
(
id
data
)
{
[
IBTLoadingView
hideHUDWithText
:
nil
];
[
hud
hide
:
YES
];
__strong
__typeof
(
weakSelf
)
strongSelf
=
weakSelf
;
__strong
__typeof
(
weakSelf
)
strongSelf
=
weakSelf
;
[
strongSelf
fetchtPuchaseList
:
data
];
[
strongSelf
fetchtPuchaseList
:
data
];
}
failure
:^
(
id
data
)
{
}
failure
:^
(
id
data
)
{
[
IBTLoadingView
hideHUDWithText
:
nil
];
[
hud
hide
:
YES
];
[
IBTLoadingView
showTips
:
data
];
[
IBTLoadingView
showTips
:
data
];
}];
}];
}
}
...
...
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