Commit 777d4972 authored by pete谢兆麟's avatar pete谢兆麟

我的签字

parent 647d9724
......@@ -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
......
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