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
08454c94
Commit
08454c94
authored
Mar 08, 2024
by
David黄金龙
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
长期 ---> 至今
parent
330f9d1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
YHOtherResidenceFillView.swift
...)/OtherInformation(其他信息)/V/YHOtherResidenceFillView.swift
+2
-0
YHOtherSelecteItemView.swift
...流程)/OtherInformation(其他信息)/V/YHOtherSelecteItemView.swift
+3
-3
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/OtherInformation(其他信息)/V/YHOtherResidenceFillView.swift
View file @
08454c94
...
...
@@ -120,9 +120,11 @@ extension YHOtherResidenceFillView {
if
dataModel
.
end_time
==
"至今"
||
dataModel
.
end_time
==
"8888-01-01"
{
endView
.
longTimeButton
.
isSelected
=
true
endView
.
textField
.
placeholder
=
""
endView
.
updateKeyName
(
name
:
"结束时间"
,
keyValue
:
""
)
}
else
{
endView
.
longTimeButton
.
isSelected
=
false
endView
.
textField
.
placeholder
=
"请选择"
endView
.
updateKeyName
(
name
:
"结束时间"
,
keyValue
:
dataModel
.
end_time
)
}
endView
.
needCheckFlag
=
dataModel
.
needCheckFlag
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/OtherInformation(其他信息)/V/YHOtherSelecteItemView.swift
View file @
08454c94
...
...
@@ -45,7 +45,7 @@ class YHOtherSelecteItemView: UIView {
button
.
setImage
(
UIImage
(
named
:
"main_time_normal"
),
for
:
.
normal
)
button
.
setImage
(
UIImage
(
named
:
"main_time_select"
),
for
:
.
selected
)
button
.
setTitleColor
(
UIColor
.
mainTextColor
,
for
:
.
normal
)
button
.
setTitle
(
"
长期
"
,
for
:
.
normal
)
button
.
setTitle
(
"
至今
"
,
for
:
.
normal
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
14
)
button
.
contentHorizontalAlignment
=
.
right
button
.
addTarget
(
self
,
action
:
#selector(
longTimeButtonClick
)
,
for
:
.
touchUpInside
)
...
...
@@ -74,7 +74,7 @@ class YHOtherSelecteItemView: UIView {
return
label
}()
private
lazy
var
textField
:
UITextField
=
{
lazy
var
textField
:
UITextField
=
{
let
label
=
UITextField
()
label
.
placeholder
=
"请选择"
label
.
isEnabled
=
false
...
...
@@ -169,7 +169,7 @@ extension YHOtherSelecteItemView {
@objc
func
longTimeButtonClick
()
{
longTimeButton
.
isSelected
=
!
longTimeButton
.
isSelected
if
longTimeButton
.
isSelected
{
block
?(
true
,
"
8888-01-01
"
)
block
?(
true
,
"
至今
"
)
textField
.
placeholder
=
""
}
else
{
block
?(
false
,
""
)
//for test hjl
...
...
pete谢兆麟
@pete
mentioned in commit
35be2008
·
Mar 08, 2024
mentioned in commit
35be2008
mentioned in commit 35be2008c36484f7e45c7c931bddd624881d8338
Toggle commit list
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