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
3ea3f534
Commit
3ea3f534
authored
May 13, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除“请”字
parent
e55f7a29
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
YHOtherResidenceFillView.swift
...)/OtherInformation(其他信息)/V/YHOtherResidenceFillView.swift
+2
-2
YHWorkIntroductionViewController.swift
...Experience(工作经验)/C/YHWorkIntroductionViewController.swift
+1
-1
YHWorkExperienceItemView.swift
...流程)/WorkExperience(工作经验)/V/YHWorkExperienceItemView.swift
+4
-4
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/OtherInformation(其他信息)/V/YHOtherResidenceFillView.swift
View file @
3ea3f534
...
@@ -155,7 +155,7 @@ extension YHOtherResidenceFillView {
...
@@ -155,7 +155,7 @@ extension YHOtherResidenceFillView {
@objc
func
tapStartDate
(
_
gestureRecognizer
:
UIPanGestureRecognizer
)
{
@objc
func
tapStartDate
(
_
gestureRecognizer
:
UIPanGestureRecognizer
)
{
YHDatePickView
.
show
(
type
:
.
yyyymm
,
title
:
"
请
选择开始时间"
,
lastIsTaday
:
true
,
currentDay
:
self
.
dataModel
?
.
start_time
??
""
)
{
date
in
YHDatePickView
.
show
(
type
:
.
yyyymm
,
title
:
"选择开始时间"
,
lastIsTaday
:
true
,
currentDay
:
self
.
dataModel
?
.
start_time
??
""
)
{
date
in
printLog
(
date
)
printLog
(
date
)
self
.
startView
.
updateKeyName
(
name
:
"开始时间"
,
keyValue
:
date
)
self
.
startView
.
updateKeyName
(
name
:
"开始时间"
,
keyValue
:
date
)
...
@@ -167,7 +167,7 @@ extension YHOtherResidenceFillView {
...
@@ -167,7 +167,7 @@ extension YHOtherResidenceFillView {
@objc
func
tapEndDate
(
_
gestureRecognizer
:
UIPanGestureRecognizer
)
{
@objc
func
tapEndDate
(
_
gestureRecognizer
:
UIPanGestureRecognizer
)
{
if
!
endView
.
longTimeButton
.
isSelected
{
if
!
endView
.
longTimeButton
.
isSelected
{
YHDatePickView
.
show
(
type
:
.
yyyymm
,
title
:
"
请
选择结束时间"
,
currentDay
:
self
.
dataModel
?
.
end_time
??
""
)
{
date
in
YHDatePickView
.
show
(
type
:
.
yyyymm
,
title
:
"选择结束时间"
,
currentDay
:
self
.
dataModel
?
.
end_time
??
""
)
{
date
in
printLog
(
date
)
printLog
(
date
)
self
.
endView
.
updateKeyName
(
name
:
"结束时间"
,
keyValue
:
date
)
self
.
endView
.
updateKeyName
(
name
:
"结束时间"
,
keyValue
:
date
)
self
.
dataModel
?
.
end_time
=
date
self
.
dataModel
?
.
end_time
=
date
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/C/YHWorkIntroductionViewController.swift
View file @
3ea3f534
...
@@ -289,7 +289,7 @@ class YHWorkIntroductionViewController: YHBaseViewController {
...
@@ -289,7 +289,7 @@ class YHWorkIntroductionViewController: YHBaseViewController {
@objc
func
startClick
()
{
@objc
func
startClick
()
{
view
.
endEditing
(
true
)
view
.
endEditing
(
true
)
YHDatePickView
.
show
(
type
:
.
yyyymmdd
,
title
:
"
请
选择开始时间"
,
lastIsTaday
:
true
,
currentDay
:
dataSource
.
project_start_time
??
""
)
{
date
in
YHDatePickView
.
show
(
type
:
.
yyyymmdd
,
title
:
"选择开始时间"
,
lastIsTaday
:
true
,
currentDay
:
dataSource
.
project_start_time
??
""
)
{
date
in
if
date
>
self
.
dataSource
.
project_end_time
??
""
&&
self
.
dataSource
.
project_end_time
?
.
count
??
0
>
0
{
if
date
>
self
.
dataSource
.
project_end_time
??
""
&&
self
.
dataSource
.
project_end_time
?
.
count
??
0
>
0
{
YHHUD
.
flash
(
message
:
"开始时间不能晚于结束时间"
)
YHHUD
.
flash
(
message
:
"开始时间不能晚于结束时间"
)
}
else
{
}
else
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/V/YHWorkExperienceItemView.swift
View file @
3ea3f534
...
@@ -405,19 +405,19 @@ class YHWorkExperienceItemView: UIView {
...
@@ -405,19 +405,19 @@ class YHWorkExperienceItemView: UIView {
var
title
=
""
var
title
=
""
var
lastIsTaday
=
false
var
lastIsTaday
=
false
if
dataSource
?
.
id
==
.
id9
{
if
dataSource
?
.
id
==
.
id9
{
title
=
"
请
选择入职日期"
title
=
"选择入职日期"
lastIsTaday
=
true
lastIsTaday
=
true
}
}
if
dataSource
?
.
id
==
.
id10
{
if
dataSource
?
.
id
==
.
id10
{
title
=
"
请
选择离职日期"
title
=
"选择离职日期"
lastIsTaday
=
true
lastIsTaday
=
true
}
}
if
dataSource
?
.
id
==
.
id21
{
if
dataSource
?
.
id
==
.
id21
{
title
=
"
请
选择高管在职开始时间"
title
=
"选择高管在职开始时间"
lastIsTaday
=
true
lastIsTaday
=
true
}
}
if
dataSource
?
.
id
==
.
id22
{
if
dataSource
?
.
id
==
.
id22
{
title
=
"
请
选择高管在职结束时间"
title
=
"选择高管在职结束时间"
lastIsTaday
=
true
lastIsTaday
=
true
}
}
YHDatePickView
.
show
(
type
:
.
yyyymm
,
title
:
title
,
lastIsTaday
:
lastIsTaday
,
currentDay
:
dataSource
?
.
message
??
""
)
{
date
in
YHDatePickView
.
show
(
type
:
.
yyyymm
,
title
:
title
,
lastIsTaday
:
lastIsTaday
,
currentDay
:
dataSource
?
.
message
??
""
)
{
date
in
...
...
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