Commit 9da83f1d authored by Alex朱枝文's avatar Alex朱枝文

续签文书管理,文书状态为11的时候,展示定稿中

parent 45727a6d
...@@ -17,7 +17,7 @@ import Foundation ...@@ -17,7 +17,7 @@ import Foundation
8-再次审核驳回; 待审核 8-再次审核驳回; 待审核
9-客户再次确认中 待签字 9-客户再次确认中 待签字
10-客户已签字确认 定稿中 10-客户已签字确认 定稿中
11-已定稿 已完成 11-已定稿 定稿中
12 已完成 12 已完成
13 待审核 13 待审核
*/ */
...@@ -37,9 +37,9 @@ enum YHResignDocumentStatus { ...@@ -37,9 +37,9 @@ enum YHResignDocumentStatus {
return .underReview return .underReview
case 9: case 9:
return .awaitingSignature return .awaitingSignature
case 10: case 10, 11:
return .finalizing return .finalizing
case 11 ... 12: case 12:
return .completed return .completed
default: default:
return nil return nil
......
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