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
8d86a801
Commit
8d86a801
authored
Jun 13, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改两次bug
parent
4c70d2f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
+11
-5
YHWorkExperienceViewController.swift
...rkExperience(工作经验)/C/YHWorkExperienceViewController.swift
+6
-2
YHWorkIntroductionViewController.swift
...Experience(工作经验)/C/YHWorkIntroductionViewController.swift
+3
-1
YHWorkExperienceViewModel.swift
...xperience(工作经验)/ViewModel/YHWorkExperienceViewModel.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/C/YHWorkExperienceViewController.swift
View file @
8d86a801
...
...
@@ -638,7 +638,9 @@ extension YHWorkExperienceViewController: UITableViewDelegate, UITableViewDataSo
self
.
viewModel
.
mainModel
.
file
=
self
.
fileDataSource
??
[]
}
self
.
tableView
.
reloadData
()
YHHUD
.
flash
(
message
:
"同步成功"
)
if
models
.
count
!=
0
{
YHHUD
.
flash
(
message
:
"同步成功"
)
}
}
}
return
cell
...
...
@@ -768,7 +770,9 @@ extension YHWorkExperienceViewController: UITableViewDelegate, UITableViewDataSo
self
.
viewModel
.
mainModel
.
file
=
self
.
fileDataSource
??
[]
}
self
.
tableView
.
reloadData
()
YHHUD
.
flash
(
message
:
"同步成功"
)
if
models
.
count
!=
0
{
YHHUD
.
flash
(
message
:
"同步成功"
)
}
}
}
return
cell
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/C/YHWorkIntroductionViewController.swift
View file @
8d86a801
...
...
@@ -226,7 +226,8 @@ class YHWorkIntroductionViewController: YHBaseViewController {
actionView
=
{
let
view
=
YHWorkActionView
()
view
.
exampleBlock
=
{[
weak
self
]
in
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
self
.
view
.
endEditing
(
true
)
let
mainVc
=
YHWorkExampleViewController
()
mainVc
.
dataSource
=
self
.
viewModel
?
.
introducetionExampleModels
mainVc
.
type
=
.
introduction
...
...
@@ -242,6 +243,7 @@ class YHWorkIntroductionViewController: YHBaseViewController {
}
view
.
photoBlock
=
{[
weak
self
]
in
guard
let
self
=
self
else
{
return
}
self
.
view
.
endEditing
(
true
)
YHImagePickerView
.
show
()
{[
weak
self
]
image
in
guard
let
self
=
self
else
{
return
}
let
clipperVC
=
YHImageClipperViewController
()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/ViewModel/YHWorkExperienceViewModel.swift
View file @
8d86a801
...
...
@@ -56,8 +56,8 @@ class YHWorkExperienceViewModel: YHBaseViewModel {
let
item16
=
YHWorkExperienceModel
(
id
:
.
id18
,
isNeed
:
false
,
title
:
"公司业务性质/范畴/所属行业"
,
isUserKeyBoard
:
true
,
prompts
:
"请输入,100字内"
,
message
:
mainModel
.
business_nature
)
let
item17
=
YHWorkExperienceModel
(
id
:
.
id19
,
isNeed
:
true
,
title
:
"职位水平类别"
,
isUserKeyBoard
:
false
,
prompts
:
"请选择"
,
message
:
"
\(
mainModel
.
professional_level
)
"
,
type
:
.
level
,
isShowPrompts
:
isShowPrompt
,
alertMessage
:
"请选择职位水平类别"
)
let
item18
=
YHWorkExperienceModel
(
id
:
.
id20
,
isNeed
:
true
,
title
:
"高管证明文件"
,
isUserKeyBoard
:
false
,
prompts
:
"请选择"
,
message
:
mainModel
.
executives_certificate
,
type
:
.
prove
,
isShowPrompts
:
isShowPrompt
,
alertMessage
:
"请选择高管证明文件"
)
let
item19
=
YHWorkExperienceModel
(
id
:
.
id21
,
isNeed
:
true
,
title
:
"高管在职开始时间"
,
isUserKeyBoard
:
false
,
prompts
:
"请选择"
,
message
:
mainModel
.
top_manager_start_at
,
type
:
.
time
,
isShowPrompts
:
isShowPrompt
,
alertMessage
:
"请选择
入职年月
"
)
let
item20
=
YHWorkExperienceModel
(
id
:
.
id22
,
isNeed
:
true
,
title
:
"高管在职结束时间"
,
isUserKeyBoard
:
false
,
prompts
:
"请选择"
,
message
:
mainModel
.
top_manager_end_at
,
type
:
.
time
,
isShowPrompts
:
isShowPrompt
,
alertMessage
:
"请选择
离职年月
"
)
let
item19
=
YHWorkExperienceModel
(
id
:
.
id21
,
isNeed
:
true
,
title
:
"高管在职开始时间"
,
isUserKeyBoard
:
false
,
prompts
:
"请选择"
,
message
:
mainModel
.
top_manager_start_at
,
type
:
.
time
,
isShowPrompts
:
isShowPrompt
,
alertMessage
:
"请选择
高管在职开始时间
"
)
let
item20
=
YHWorkExperienceModel
(
id
:
.
id22
,
isNeed
:
true
,
title
:
"高管在职结束时间"
,
isUserKeyBoard
:
false
,
prompts
:
"请选择"
,
message
:
mainModel
.
top_manager_end_at
,
type
:
.
time
,
isShowPrompts
:
isShowPrompt
,
alertMessage
:
"请选择
高管在职结束时间
"
)
var
section1
=
YHSectionWorkExperienceModel
()
if
mainModel
.
professional_level
==
1
{
section1
=
YHSectionWorkExperienceModel
(
title
:
"企业规模"
,
models
:
[
item12
,
item13
,
item14
,
item15
,
item16
,
item17
,
item18
,
item19
,
item20
])
...
...
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