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
69c65d19
Commit
69c65d19
authored
Jun 06, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文书核对中改为已提交
parent
c5a19981
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
YHDocListCell.swift
...gentService(服务中心)/MyDocuments(我的文书)/V/YHDocListCell.swift
+2
-2
YHDocumentMessageTableViewCell.swift
.../MyDocuments(我的文书)/V/YHDocumentMessageTableViewCell.swift
+3
-3
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/V/YHDocListCell.swift
View file @
69c65d19
...
...
@@ -173,10 +173,10 @@ class YHDocListCell: UITableViewCell {
statusTxt
=
"待确认"
color
=
UIColor
.
brandMainColor
}
else
if
status
==
3
{
statusTxt
=
"
核对中
"
statusTxt
=
"
已提交
"
color
=
UIColor
.
warnColor
}
else
if
status
==
4
{
statusTxt
=
"
核对中
"
statusTxt
=
"
已提交
"
color
=
UIColor
.
warnColor
}
else
if
status
==
5
{
statusTxt
=
"已驳回"
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/V/YHDocumentMessageTableViewCell.swift
View file @
69c65d19
...
...
@@ -85,7 +85,7 @@ class YHDocumentMessageTableViewCell: UITableViewCell {
label
.
textColor
=
UIColor
.
labelTextColor2
label
.
backgroundColor
=
UIColor
.
warnColor
.
withAlphaComponent
(
0.08
)
label
.
textAlignment
=
.
left
label
.
text
=
"
核对中
"
label
.
text
=
"
已提交
"
label
.
layer
.
cornerRadius
=
kCornerRadius3
label
.
masksToBounds
=
true
return
label
...
...
@@ -228,14 +228,14 @@ class YHDocumentMessageTableViewCell: UITableViewCell {
editButton
.
isHidden
=
false
submitButton
.
isHidden
=
false
}
else
if
status
==
3
{
statusTxt
=
"
核对中
"
statusTxt
=
"
已提交
"
color
=
UIColor
.
warnColor
lookButton
.
isHidden
=
false
editButton
.
isHidden
=
true
submitButton
.
isHidden
=
true
bottomCenterLineView
.
isHidden
=
true
}
else
if
status
==
4
{
statusTxt
=
"
核对中
"
statusTxt
=
"
已提交
"
color
=
UIColor
.
warnColor
lookButton
.
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