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
8492fae5
Commit
8492fae5
authored
Sep 18, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 续期资料管理
parent
81cee8ff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
1 deletion
+20
-1
YHResignMaterialListVC.swift
...signMaterialManage(续期资料管理)/C/YHResignMaterialListVC.swift
+11
-0
YHResignMaterialUploadVC.swift
...gnMaterialManage(续期资料管理)/C/YHResignMaterialUploadVC.swift
+8
-0
YHResinMaterialManageContainerVC.swift
...alManage(续期资料管理)/C/YHResinMaterialManageContainerVC.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignMaterialManage(续期资料管理)/C/YHResignMaterialListVC.swift
View file @
8492fae5
...
...
@@ -138,6 +138,9 @@ extension YHResignMaterialListVC: UITableViewDelegate, UITableViewDataSource {
let
list
=
items
[
indexPath
.
section
]
if
0
<=
indexPath
.
row
,
indexPath
.
row
<
list
.
materials
.
count
{
let
item
=
list
.
materials
[
indexPath
.
row
]
if
item
.
status
==
YHMaterialStatus
.
unOpen
.
rawValue
{
// 未开始
return
}
if
item
.
status
==
YHMaterialStatus
.
preUpload
.
rawValue
{
// 待上传
self
.
showUploadSheetView
(
item
)
{
let
vc
=
YHResignMaterialUploadVC
()
...
...
@@ -232,6 +235,14 @@ extension YHResignMaterialListVC {
func
showUploadSheetView
(
_
material
:
YHMaterialModel
,
_
success
:
(()
->
())?)
{
let
sheetView
=
YHCertificateUploadSheetView
.
sheetView
()
sheetView
.
maxSelectImageCount
=
9
sheetView
.
fileTypes
=
[
"public.image"
,
"com.adobe.pdf"
,
"com.microsoft.word.doc"
,
"org.openxmlformats.wordprocessingml.document"
,
"com.microsoft.powerpoint.ppt"
,
"org.openxmlformats.presentationml.presentation"
,
"org.openxmlformats.spreadsheetml.sheet"
,
"com.microsoft.excel.xls"
,]
sheetView
.
uploadFilesBlock
=
{
[
weak
self
]
fileUrl
in
guard
let
self
=
self
else
{
return
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignMaterialManage(续期资料管理)/C/YHResignMaterialUploadVC.swift
View file @
8492fae5
...
...
@@ -134,6 +134,14 @@ class YHResignMaterialUploadVC: YHBaseViewController {
let
sheetView
=
YHCertificateUploadSheetView
.
sheetView
()
sheetView
.
maxSelectImageCount
=
99
-
items
.
count
sheetView
.
fileTypes
=
[
"public.image"
,
"com.adobe.pdf"
,
"com.microsoft.word.doc"
,
"org.openxmlformats.wordprocessingml.document"
,
"com.microsoft.powerpoint.ppt"
,
"org.openxmlformats.presentationml.presentation"
,
"org.openxmlformats.spreadsheetml.sheet"
,
"com.microsoft.excel.xls"
,]
sheetView
.
uploadFilesBlock
=
{
[
weak
self
]
fileUrl
in
guard
let
self
=
self
else
{
return
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignMaterialManage(续期资料管理)/C/YHResinMaterialManageContainerVC.swift
View file @
8492fae5
...
...
@@ -141,7 +141,7 @@ class YHResinMaterialManageContainerVC: YHBaseViewController {
}
}
self
.
titles
=
[
"全部"
,
"
带
上传(
\(
self
.
viewModel
.
preuploadGroup
.
getTotalCount
()
)
)"
,
"
待
上传(
\(
self
.
viewModel
.
preuploadGroup
.
getTotalCount
()
)
)"
,
"已驳回(
\(
self
.
viewModel
.
rejectedGroup
.
getTotalCount
()
)
)"
,
"审核中(
\(
self
.
viewModel
.
reviewGroup
.
getTotalCount
()
)
)"
,
"已完成(
\(
self
.
viewModel
.
finishGroup
.
getTotalCount
()
)
)"
,]
...
...
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