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
634626e0
Commit
634626e0
authored
Nov 23, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
校验工作经验。
parent
a465ccbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
YHWorkExperienceViewController.swift
...rkExperience(工作经验)/C/YHWorkExperienceViewController.swift
+8
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/C/YHWorkExperienceViewController.swift
View file @
634626e0
...
@@ -252,6 +252,14 @@ class YHWorkExperienceViewController: YHBaseViewController {
...
@@ -252,6 +252,14 @@ class YHWorkExperienceViewController: YHBaseViewController {
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
if
self
.
viewModel
.
isCanNext
(
self
.
stepView
.
currentIndex
)
{
if
self
.
viewModel
.
isCanNext
(
self
.
stepView
.
currentIndex
)
{
if
self
.
stepView
.
currentIndex
==
0
{
if
self
.
stepView
.
currentIndex
==
0
{
for
item
in
self
.
viewModel
.
positionList
{
if
item
.
missing_item_num
>
0
{
self
.
isShowPrompt
=
true
tableView
.
reloadData
()
YHHUD
.
flash
(
message
:
"您的职位未全部填写完成,请先填写完成再提交"
)
return
}
}
self
.
viewModel
.
saveWorkData
(
orderID
,
workId
:
workExperienceID
?
.
intValue
()
??
0
)
{[
weak
self
]
success
,
error
in
self
.
viewModel
.
saveWorkData
(
orderID
,
workId
:
workExperienceID
?
.
intValue
()
??
0
)
{[
weak
self
]
success
,
error
in
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
bottom
.
nextButton
.
isEnabled
=
true
bottom
.
nextButton
.
isEnabled
=
true
...
...
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