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
30d0256c
Commit
30d0256c
authored
Mar 31, 2024
by
David黄金龙
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文案 颜色值 对应
parent
7a8f6e1c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
11 deletions
+8
-11
YHDocListCell.swift
...gentService(服务中心)/MyDocuments(我的文书)/V/YHDocListCell.swift
+7
-10
YHDocumentMessageTableViewCell.swift
.../MyDocuments(我的文书)/V/YHDocumentMessageTableViewCell.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/V/YHDocListCell.swift
View file @
30d0256c
...
...
@@ -101,7 +101,7 @@ class YHDocListCell: UITableViewCell {
statusLabel
=
{
let
label
=
UILabel
()
label
.
font
=
UIFont
.
PFSC_
R
(
ofSize
:
14
)
label
.
font
=
UIFont
.
PFSC_
M
(
ofSize
:
14
)
label
.
textColor
=
UIColor
.
brandMainColor
label
.
textAlignment
=
.
right
label
.
text
=
"待审核"
...
...
@@ -169,7 +169,7 @@ class YHDocListCell: UITableViewCell {
statusTxt
=
"已驳回"
color
=
UIColor
.
failColor
}
else
if
status
==
4
{
statusTxt
=
"
待核对
"
statusTxt
=
"
核对中
"
color
=
UIColor
.
warnColor
}
else
if
status
==
5
{
statusTxt
=
"已签章"
...
...
@@ -182,13 +182,10 @@ class YHDocListCell: UITableViewCell {
color
=
UIColor
.
labelTextColor2
}
else
{
statusTxt
=
"--"
color
=
UIColor
.
brandMain
Color
color
=
UIColor
.
fail
Color
}
statusLabel
.
text
=
statusTxt
statusLabel
.
textColor
=
color
//0-待上传,1-未发送, 2-发送中,3-已发送,4-已签收,5-审核通过,6-驳回
}
}
...
...
@@ -217,19 +214,19 @@ class YHDocListCell: UITableViewCell {
let
status
=
dataSource
.
status
if
status
==
3
{
statusTxt
=
"待签章"
color
=
UIColor
.
fail
Color
color
=
UIColor
.
brandMain
Color
}
else
if
status
==
4
{
statusTxt
=
"已签章"
color
=
UIColor
.
warn
Color
color
=
UIColor
.
success
Color
}
else
if
status
==
5
{
statusTxt
=
"已完成"
color
=
UIColor
.
successColor
color
=
UIColor
.
labelTextColor2
}
else
if
status
==
6
{
statusTxt
=
"已驳回"
color
=
UIColor
.
failColor
}
else
{
statusTxt
=
"--"
color
=
UIColor
.
brandMain
Color
color
=
UIColor
.
fail
Color
}
statusLabel
.
text
=
statusTxt
statusLabel
.
textColor
=
color
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/V/YHDocumentMessageTableViewCell.swift
View file @
30d0256c
...
...
@@ -225,7 +225,7 @@ class YHDocumentMessageTableViewCell: UITableViewCell {
lookButton
.
isHidden
=
true
}
if
dataSource
.
writing_document
.
status
==
3
{
title
=
"
待核对
"
title
=
"
核对中
"
color
=
UIColor
.
warnColor
editButton
.
isHidden
=
true
submitButton
.
isHidden
=
true
...
...
pete谢兆麟
@pete
mentioned in commit
7f9cb70c
·
Mar 31, 2024
mentioned in commit
7f9cb70c
mentioned in commit 7f9cb70c2293780c2d553c6b6c59848e9397e634
Toggle commit list
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