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
5891328d
Commit
5891328d
authored
Dec 31, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作经验字段修改
parent
9b597a37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
YHGCWorkExperienceListViewController.swift
...rience(工作经验)/C/YHGCWorkExperienceListViewController.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/TTPS(高才)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/C/YHGCWorkExperienceListViewController.swift
View file @
5891328d
...
...
@@ -92,7 +92,7 @@ class YHGCWorkExperienceListViewController: YHBaseViewController {
return
}
}
if
(
self
.
viewModel
?
.
mainModel
.
has_work_time_empty
==
1
&&
self
.
viewModel
?
.
mainModel
.
work_time_empty_remark
.
count
==
0
)
||
(
self
.
viewModel
?
.
mainModel
.
has_work_time_overlap
==
1
&&
self
.
viewModel
?
.
mainModel
.
work_time_overlap_remark
.
count
==
0
)
{
if
self
.
viewModel
?
.
mainModel
.
has_work_time_overlap
==
1
&&
self
.
viewModel
?
.
mainModel
.
why_work_time_overlap
.
count
==
0
{
YHHUD
.
flash
(
message
:
"您的工作经验未全部填写完成,请先填写完成再提交"
)
return
}
...
...
@@ -207,7 +207,7 @@ extension YHGCWorkExperienceListViewController: UITableViewDelegate, UITableView
cell
.
model
=
viewModel
?
.
mainModel
cell
.
clickBlock
=
{
[
weak
self
]
value
in
guard
let
self
=
self
else
{
return
}
self
.
viewModel
?
.
mainModel
.
w
ork_time_overlap_remark
=
value
self
.
viewModel
?
.
mainModel
.
w
hy_work_time_overlap
=
value
}
return
cell
}
else
if
indexPath
.
row
==
3
{
...
...
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