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
a8cc04a3
Commit
a8cc04a3
authored
Nov 18, 2016
by
曹云霄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改项说明:修改查看许可证状态,添加申请审批
parent
0dc73808
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
GTOLicenceBoltView.m
total/GTOApp/Business/Repair/Views/GTOLicenceBoltView.m
+5
-5
GTOLicenceListViewController.m
...OApp/Business/Repair/Views/GTOLicenceListViewController.m
+1
-1
No files found.
total/GTOApp/Business/Repair/Views/GTOLicenceBoltView.m
View file @
a8cc04a3
...
...
@@ -317,15 +317,15 @@
}
else
if
(
indexPath
.
row
==
2
){
stateStr
=
GTO_LICENCE__STATE_SUBMITTED
;
}
else
if
(
indexPath
.
row
==
3
){
stateStr
=
GTO_LICENCE__STATE_A
PPROVED
;
stateStr
=
GTO_LICENCE__STATE_A
SKFORAPPROVE
;
}
else
if
(
indexPath
.
row
==
4
){
stateStr
=
GTO_LICENCE__STATE_
REJECT
ED
;
stateStr
=
GTO_LICENCE__STATE_
APPROV
ED
;
}
else
if
(
indexPath
.
row
==
5
){
stateStr
=
GTO_LICENCE__STATE_
APPROV
ED
;
stateStr
=
GTO_LICENCE__STATE_
REJECT
ED
;
}
else
if
(
indexPath
.
row
==
6
){
stateStr
=
GTO_LICENCE__STATE_APPROVED
;
}
else
if
(
indexPath
.
row
==
7
){
stateStr
=
GTO_LICENCE__STATE_FINISHED
;
}
else
{
}
[
self
.
delegate
getBoltValueSelectRow
:
stateStr
];
}
...
...
total/GTOApp/Business/Repair/Views/GTOLicenceListViewController.m
View file @
a8cc04a3
...
...
@@ -282,7 +282,7 @@ static NSString *cellID = @"licenceListCell";
_boltView
.
backgroundColor
=
XXFBgColor
;
_boltView
.
delegate
=
self
;
//initial(未提交)submitted(已提交)rejected(已拒绝)approved(已审批)shipping(发运中)finished(已完成)
_boltView
.
dataArrState
=
[[
NSMutableArray
alloc
]
initWithObjects
:
@"全部"
,
@"未提交"
,
@"待审批"
,
@"审批通过"
,
@"审批拒绝"
,
@"已过期"
,
@"已结束"
,
nil
];
_boltView
.
dataArrState
=
[[
NSMutableArray
alloc
]
initWithObjects
:
@"全部"
,
@"未提交"
,
@"
申请审批"
,
@"
待审批"
,
@"审批通过"
,
@"审批拒绝"
,
@"已过期"
,
@"已结束"
,
nil
];
_boltView
.
dataArrRisk
=
[[
NSMutableArray
alloc
]
initWithObjects
:
@"全部"
,
GTO_LICENCE_RISK_HIGHT
,
GTO_LICENCE__RISK_MIDDLE
,
nil
];
[
_maskView
addSubview
:
_boltView
];
[
UIView
animateWithDuration
:
0
.
25
animations
:
^
{
...
...
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