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
cdd6ad37
Commit
cdd6ad37
authored
Jan 03, 2025
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提示语添加
parent
4b5507dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
YHWorkExperienceItemView.swift
...流程)/WorkExperience(工作经验)/V/YHWorkExperienceItemView.swift
+1
-1
YHGCIncomeRecordViewController.swift
...IncomeRecord(收入记录)/C/YHGCIncomeRecordViewController.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/V/YHWorkExperienceItemView.swift
View file @
cdd6ad37
...
@@ -561,7 +561,7 @@ class YHWorkExperienceItemView: UIView {
...
@@ -561,7 +561,7 @@ class YHWorkExperienceItemView: UIView {
arrData
.
append
(
model
)
arrData
.
append
(
model
)
}
}
if
arrData
.
count
==
0
{
if
arrData
.
count
==
0
{
YHHUD
.
flash
(
message
:
"
没有在职公司!
"
)
YHHUD
.
flash
(
message
:
"
请确认工作经验中您是否已填写在职公司
"
)
return
return
}
}
YHOtherPickerView
.
show
(
type
:
.
myCompany
,
selectTitle
:
self
.
dataSource
?
.
message
??
""
,
arrData
)
{[
weak
self
]
data
in
YHOtherPickerView
.
show
(
type
:
.
myCompany
,
selectTitle
:
self
.
dataSource
?
.
message
??
""
,
arrData
)
{[
weak
self
]
data
in
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/TTPS(高才)/ServiceProcess(我的信息流程)/IncomeRecord(收入记录)/C/YHGCIncomeRecordViewController.swift
View file @
cdd6ad37
...
@@ -498,7 +498,7 @@ extension YHGCIncomeRecordViewController: UITableViewDelegate, UITableViewDataSo
...
@@ -498,7 +498,7 @@ extension YHGCIncomeRecordViewController: UITableViewDelegate, UITableViewDataSo
$0
.
departure_time
==
"至今"
$0
.
departure_time
==
"至今"
}
}
if
employments
.
count
==
0
{
if
employments
.
count
==
0
{
YHHUD
.
flash
(
message
:
"
没有在职公司!
"
)
YHHUD
.
flash
(
message
:
"
请确认工作经验中您是否已填写在职公司
"
)
return
return
}
}
let
selectedId
=
viewModel
.
mainModel
.
consent_work_id
>
0
?
viewModel
.
mainModel
.
consent_work_id
:
nil
let
selectedId
=
viewModel
.
mainModel
.
consent_work_id
>
0
?
viewModel
.
mainModel
.
consent_work_id
:
nil
...
...
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