Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
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
mobile-group
galaxy-iOS
Commits
777d4972
Commit
777d4972
authored
Jan 07, 2025
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的签字
parent
647d9724
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
YHGCSignatureToActionTableViewCell.swift
...ignature(我的签字)/V/YHGCSignatureToActionTableViewCell.swift
+2
-10
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/TTPS(高才)/MySignature(我的签字)/V/YHGCSignatureToActionTableViewCell.swift
View file @
777d4972
...
...
@@ -285,7 +285,7 @@ class YHGCSignatureToActionTableViewCell: UITableViewCell {
}
flagLabel
.
text
=
"待补充"
flagLabel
.
backgroundColor
=
UIColor
(
hex
:
0xebf0f9
)
}
else
if
dataSource
.
docStatus
==
1003
||
dataSource
.
docStatus
==
1006
{
}
else
if
dataSource
.
docStatus
==
1003
{
bottomLeftLineView
.
isHidden
=
true
editButton
.
isHidden
=
false
submitButton
.
isHidden
=
true
...
...
@@ -298,7 +298,7 @@ class YHGCSignatureToActionTableViewCell: UITableViewCell {
}
flagLabel
.
backgroundColor
=
UIColor
(
hex
:
0xebf0f9
)
editButton
.
setTitle
(
"查看"
,
for
:
.
normal
)
}
else
if
dataSource
.
docStatus
==
1004
{
}
else
if
dataSource
.
docStatus
==
1004
||
dataSource
.
docStatus
==
1006
||
dataSource
.
docStatus
==
1005
{
bottomLeftLineView
.
isHidden
=
true
editButton
.
isHidden
=
true
submitButton
.
isHidden
=
false
...
...
@@ -313,14 +313,6 @@ class YHGCSignatureToActionTableViewCell: UITableViewCell {
flagLabel
.
text
=
"审核中"
flagLabel
.
backgroundColor
=
UIColor
(
hex
:
0xfff5eb
)
}
else
if
dataSource
.
docStatus
==
1005
{
bottomLeftLineView
.
isHidden
=
true
editButton
.
isHidden
=
true
submitButton
.
isHidden
=
false
lookButton
.
isHidden
=
true
flagLabel
.
textColor
=
UIColor
(
hex
:
0xff8000
)
flagLabel
.
text
=
"审核中"
flagLabel
.
backgroundColor
=
UIColor
(
hex
:
0xfff5eb
)
}
else
if
dataSource
.
docStatus
==
1007
{
bottomLeftLineView
.
isHidden
=
false
editButton
.
isHidden
=
true
...
...
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