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

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

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