Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
9da83f1d
Commit
9da83f1d
authored
Oct 21, 2024
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
续签文书管理,文书状态为11的时候,展示定稿中
parent
45727a6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
YHResignDocumentStatus.swift
...DocumentManagement(续签文书管理)/M/YHResignDocumentStatus.swift
+3
-3
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignDocumentManagement(续签文书管理)/M/YHResignDocumentStatus.swift
View file @
9da83f1d
...
@@ -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
1
1
...
1
2
:
case
12
:
return
.
completed
return
.
completed
default
:
default
:
return
nil
return
nil
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment