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
6a775e22
Commit
6a775e22
authored
Nov 04, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补件逻辑
parent
3d98c495
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
YHLookResignResultViewController.swift
...gnResult(查看续签结果)/C/YHLookResignResultViewController.swift
+1
-1
YHLookResignResultModel.swift
.../LookResignResult(查看续签结果)/M/YHLookResignResultModel.swift
+1
-0
YHLookResignResultStateTwoTableViewCell.swift
...t(查看续签结果)/V/YHLookResignResultStateTwoTableViewCell.swift
+6
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/LookResignResult(查看续签结果)/C/YHLookResignResultViewController.swift
View file @
6a775e22
...
...
@@ -221,7 +221,7 @@ extension YHLookResignResultViewController: UITableViewDelegate, UITableViewData
let
approveCell
=
tableView
.
dequeueReusableCell
(
withIdentifier
:
YHLookResignResultStateTwoTableViewCell
.
cellReuseIdentifier
,
for
:
indexPath
)
as!
YHLookResignResultStateTwoTableViewCell
approveCell
.
state
=
state
let
model
=
YHLookResignResultDataLettersModel
()
model
.
result_file
=
""
model
.
result_file
=
self
.
viewModel
.
dataModel
.
data
.
result_file
model
.
user
=
self
.
viewModel
.
dataModel
.
data
.
user
approveCell
.
dataSource
=
[
model
]
return
approveCell
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/LookResignResult(查看续签结果)/M/YHLookResignResultModel.swift
View file @
6a775e22
...
...
@@ -25,6 +25,7 @@ class YHLookResignResultDataModel: SmartCodable {
var
data
:
[
YHLookResignResultDataDataModel
]
=
[]
//人员
var
user
:
String
=
""
//主申请人信息
var
deadline
:
String
=
""
var
result_file
:
String
=
""
var
letters
:
[
YHLookResignResultDataLettersModel
]
=
[]
var
main
:
YHLookResignResultDataMainModel
=
YHLookResignResultDataMainModel
()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/LookResignResult(查看续签结果)/V/YHLookResignResultStateTwoTableViewCell.swift
View file @
6a775e22
...
...
@@ -216,7 +216,12 @@ class YHLookResignResultItemView: UIImageView {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
if
dataSource
?
.
confirm_in_hk
==
1
{
if
state
==
1
{
let
viewModel
=
YHBaseViewModel
()
viewModel
.
getRealUsefulUrl
(
dataSource
?
.
result_file
??
""
)
{
success
in
self
.
previewFileTool
.
openXLSXRemoteFile
(
urlString
:
success
,
fileName
:
""
)
}
}
else
if
dataSource
?
.
confirm_in_hk
==
1
{
let
viewModel
=
YHBaseViewModel
()
viewModel
.
getRealUsefulUrl
(
dataSource
?
.
result_file
??
""
)
{
success
in
self
.
previewFileTool
.
openXLSXRemoteFile
(
urlString
:
success
,
fileName
:
""
)
...
...
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