Commit 69c65d19 authored by pete谢兆麟's avatar pete谢兆麟

文书核对中改为已提交

parent c5a19981
...@@ -173,10 +173,10 @@ class YHDocListCell: UITableViewCell { ...@@ -173,10 +173,10 @@ class YHDocListCell: UITableViewCell {
statusTxt = "待确认" statusTxt = "待确认"
color = UIColor.brandMainColor color = UIColor.brandMainColor
} else if status == 3 { } else if status == 3 {
statusTxt = "核对中" statusTxt = "已提交"
color = UIColor.warnColor color = UIColor.warnColor
} else if status == 4 { } else if status == 4 {
statusTxt = "核对中" statusTxt = "已提交"
color = UIColor.warnColor color = UIColor.warnColor
} else if status == 5 { } else if status == 5 {
statusTxt = "已驳回" statusTxt = "已驳回"
......
...@@ -85,7 +85,7 @@ class YHDocumentMessageTableViewCell: UITableViewCell { ...@@ -85,7 +85,7 @@ class YHDocumentMessageTableViewCell: UITableViewCell {
label.textColor = UIColor.labelTextColor2 label.textColor = UIColor.labelTextColor2
label.backgroundColor = UIColor.warnColor.withAlphaComponent(0.08) label.backgroundColor = UIColor.warnColor.withAlphaComponent(0.08)
label.textAlignment = .left label.textAlignment = .left
label.text = "核对中" label.text = "已提交"
label.layer.cornerRadius = kCornerRadius3 label.layer.cornerRadius = kCornerRadius3
label.masksToBounds = true label.masksToBounds = true
return label return label
...@@ -228,14 +228,14 @@ class YHDocumentMessageTableViewCell: UITableViewCell { ...@@ -228,14 +228,14 @@ class YHDocumentMessageTableViewCell: UITableViewCell {
editButton.isHidden = false editButton.isHidden = false
submitButton.isHidden = false submitButton.isHidden = false
} else if status == 3 { } else if status == 3 {
statusTxt = " 核对中 " statusTxt = " 已提交 "
color = UIColor.warnColor color = UIColor.warnColor
lookButton.isHidden = false lookButton.isHidden = false
editButton.isHidden = true editButton.isHidden = true
submitButton.isHidden = true submitButton.isHidden = true
bottomCenterLineView.isHidden = true bottomCenterLineView.isHidden = true
} else if status == 4 { } else if status == 4 {
statusTxt = " 核对中 " statusTxt = " 已提交 "
color = UIColor.warnColor color = UIColor.warnColor
lookButton.isHidden = false lookButton.isHidden = false
editButton.isHidden = true editButton.isHidden = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment