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
964131aa
Commit
964131aa
authored
Oct 14, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 预约递交
parent
70451dc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
YHResignAppointTimeModifyViewController.swift
...t(在港递交预约)/C/YHResignAppointTimeModifyViewController.swift
+1
-1
YHResignAppointTimeViewController.swift
...Appoint(在港递交预约)/C/YHResignAppointTimeViewController.swift
+3
-3
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignHKAppoint(在港递交预约)/C/YHResignAppointTimeModifyViewController.swift
View file @
964131aa
...
...
@@ -327,7 +327,7 @@ extension YHResignAppointTimeModifyViewController {
if
group
.
notleaveHK
{
noSeletTime
=
group
.
ready_to_submit_at
.
isEmpty
}
else
{
noSeletTime
=
(
group
.
ready_to_submit_at
.
isEmpty
&&
group
.
leave_hk_at
.
isEmpty
)
noSeletTime
=
(
group
.
ready_to_submit_at
.
isEmpty
||
group
.
leave_hk_at
.
isEmpty
)
}
if
noSeletTime
{
isNoSelectTime
=
true
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignHKAppoint(在港递交预约)/C/YHResignAppointTimeViewController.swift
View file @
964131aa
...
...
@@ -144,7 +144,7 @@ class YHResignAppointTimeViewController: YHBaseViewController {
let
model1
=
YHResignAppointTimeSettingModel
()
model1
.
ready_to_submit_at
=
defaultSubmitTime
model1
.
leave_hk_at
=
defaultLeaveHKTime
model1
.
notleaveHK
=
!
defaultLeaveHKTime
.
isEmpty
model1
.
notleaveHK
=
defaultLeaveHKTime
.
isEmpty
selectGroupArr
.
append
(
model1
)
self
.
tableView
.
reloadData
()
return
...
...
@@ -157,7 +157,7 @@ class YHResignAppointTimeViewController: YHBaseViewController {
let
model1
=
YHResignAppointTimeSettingModel
()
model1
.
ready_to_submit_at
=
defaultSubmitTime
model1
.
leave_hk_at
=
defaultLeaveHKTime
model1
.
notleaveHK
=
!
defaultLeaveHKTime
.
isEmpty
model1
.
notleaveHK
=
defaultLeaveHKTime
.
isEmpty
if
self
.
togetherSetting
.
is_together
==
2
{
// 不一起递交 需显示候选人列表
// 默认全部选中
let
users
=
allAppointUsers
.
deepCopy
()
.
map
{
...
...
@@ -276,7 +276,7 @@ class YHResignAppointTimeViewController: YHBaseViewController {
if
group
.
notleaveHK
{
noSeletTime
=
group
.
ready_to_submit_at
.
isEmpty
}
else
{
noSeletTime
=
(
group
.
ready_to_submit_at
.
isEmpty
&&
group
.
leave_hk_at
.
isEmpty
)
noSeletTime
=
(
group
.
ready_to_submit_at
.
isEmpty
||
group
.
leave_hk_at
.
isEmpty
)
}
if
noSeletTime
{
isNoSelectTime
=
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