Commit 63863e45 authored by Alex朱枝文's avatar Alex朱枝文

续签文书增加一个状态13表示待审核

parent 9e910ef8
...@@ -19,6 +19,7 @@ import Foundation ...@@ -19,6 +19,7 @@ import Foundation
10-客户已签字确认 定稿中 10-客户已签字确认 定稿中
11-已定稿 已完成 11-已定稿 已完成
12 已完成 12 已完成
13 待审核
*/ */
enum YHResignDocumentStatus { enum YHResignDocumentStatus {
...@@ -32,7 +33,7 @@ enum YHResignDocumentStatus { ...@@ -32,7 +33,7 @@ enum YHResignDocumentStatus {
switch number { switch number {
case 0 ... 5: case 0 ... 5:
return .pendingConfirmation return .pendingConfirmation
case 6 ... 8: case 6 ... 8, 13:
return .underReview return .underReview
case 9: case 9:
return .awaitingSignature return .awaitingSignature
......
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