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
63863e45
Commit
63863e45
authored
Oct 16, 2024
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
续签文书增加一个状态13表示待审核
parent
9e910ef8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
YHResignDocumentStatus.swift
...DocumentManagement(续签文书管理)/M/YHResignDocumentStatus.swift
+2
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignDocumentManagement(续签文书管理)/M/YHResignDocumentStatus.swift
View file @
63863e45
...
@@ -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
...
...
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