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
7f9db158
Commit
7f9db158
authored
Apr 16, 2025
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 赴港预约
parent
629f2a29
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
39 additions
and
8 deletions
+39
-8
YHCertificateAppointViewController.swift
...cate(3 赴港办证预约)/C/YHCertificateAppointViewController.swift
+1
-0
YHReAppointViewController.swift
...ntCertificate(3 赴港办证预约)/C/YHReAppointViewController.swift
+1
-0
YHAppointHKResultModel.swift
...pointCertificate(3 赴港办证预约)/M/YHAppointHKResultModel.swift
+3
-1
YHAppointItem.swift
...e(办证段)/AppointCertificate(3 赴港办证预约)/M/YHAppointItem.swift
+4
-0
YHGrabingNumberListCell.swift
...ointCertificate(3 赴港办证预约)/V/YHGrabingNumberListCell.swift
+2
-1
YHHaveGrabbedNumberListCell.swift
...Certificate(3 赴港办证预约)/V/YHHaveGrabbedNumberListCell.swift
+2
-1
YHSelectApplicantGroupCell.swift
...tCertificate(3 赴港办证预约)/V/YHSelectApplicantGroupCell.swift
+26
-5
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/CustomerService(客服段)/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/C/YHCertificateAppointViewController.swift
View file @
7f9db158
...
@@ -826,6 +826,7 @@ extension YHCertificateAppointViewController {
...
@@ -826,6 +826,7 @@ extension YHCertificateAppointViewController {
let
batch
:
[
String
:
Any
]
=
[
"start_time"
:
start_time
,
let
batch
:
[
String
:
Any
]
=
[
"start_time"
:
start_time
,
"end_time"
:
end_time
,
"end_time"
:
end_time
,
"migration_office"
:
model
.
hkPlace
.
name
,
"migration_office"
:
model
.
hkPlace
.
name
,
"is_will_visit_hk_galaxy_bay"
:
model
.
isWillVisitHkGalaxyBay
,
"users"
:
users
]
"users"
:
users
]
batchs
.
append
(
batch
)
batchs
.
append
(
batch
)
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/CustomerService(客服段)/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/C/YHReAppointViewController.swift
View file @
7f9db158
...
@@ -252,6 +252,7 @@ extension YHReAppointViewController {
...
@@ -252,6 +252,7 @@ extension YHReAppointViewController {
let
batch
:
[
String
:
Any
]
=
[
"start_time"
:
start_time
,
let
batch
:
[
String
:
Any
]
=
[
"start_time"
:
start_time
,
"end_time"
:
end_time
,
"end_time"
:
end_time
,
"migration_office"
:
model
.
hkPlace
.
name
,
"migration_office"
:
model
.
hkPlace
.
name
,
"is_will_visit_hk_galaxy_bay"
:
model
.
isWillVisitHkGalaxyBay
,
"users"
:
users
]
"users"
:
users
]
batchs
.
append
(
batch
)
batchs
.
append
(
batch
)
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/CustomerService(客服段)/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/M/YHAppointHKResultModel.swift
View file @
7f9db158
...
@@ -41,7 +41,8 @@ class YHAppointMemberGroupModel: SmartCodable {
...
@@ -41,7 +41,8 @@ class YHAppointMemberGroupModel: SmartCodable {
// 此处是私链URL数组
// 此处是私链URL数组
var
receipts
:
[
String
]
=
[]
var
receipts
:
[
String
]
=
[]
var
submitTime
:
String
=
""
var
submitTime
:
String
=
""
var
isWillVisitHkGalaxyBay
:
Int
=
0
// 0没有选择1是2否
// 自定义
// 自定义
// 私链反馈回执对应的公链
// 私链反馈回执对应的公链
var
publicReceipts
:
[
String
]
=
[]
var
publicReceipts
:
[
String
]
=
[]
...
@@ -65,6 +66,7 @@ class YHAppointMemberGroupModel: SmartCodable {
...
@@ -65,6 +66,7 @@ class YHAppointMemberGroupModel: SmartCodable {
case
goTime
=
"go_time"
case
goTime
=
"go_time"
case
receipts
=
"receipts"
case
receipts
=
"receipts"
case
submitTime
=
"submit_time"
case
submitTime
=
"submit_time"
case
isWillVisitHkGalaxyBay
=
"is_will_visit_hk_galaxy_bay"
}
}
required
init
()
{
required
init
()
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/CustomerService(客服段)/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/M/YHAppointItem.swift
View file @
7f9db158
...
@@ -71,4 +71,8 @@ class YHSelectGroupMemberModel {
...
@@ -71,4 +71,8 @@ class YHSelectGroupMemberModel {
// 是否显示重新预约人员名单
// 是否显示重新预约人员名单
var
isShowReAppointView
:
Bool
=
false
var
isShowReAppointView
:
Bool
=
false
//
var
isWillVisitHkGalaxyBay
:
Int
=
0
// 0没有选择1是2否
}
}
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/CustomerService(客服段)/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/V/YHGrabingNumberListCell.swift
View file @
7f9db158
...
@@ -41,9 +41,10 @@ class YHGrabingNumberListCell: UITableViewCell {
...
@@ -41,9 +41,10 @@ class YHGrabingNumberListCell: UITableViewCell {
if
group
.
wantMinTime
==
group
.
wantMaxTime
{
if
group
.
wantMinTime
==
group
.
wantMaxTime
{
wantTimeText
=
group
.
wantMinTime
wantTimeText
=
group
.
wantMinTime
}
}
let
visitOption
=
group
.
isWillVisitHkGalaxyBay
==
1
?
"是"
:
"否"
let
items2
=
[
YHGrabItem
(
type
:
.
info
,
title
:
"期望赴港时间:"
,
detail
:
wantTimeText
,
isSingleLine
:
true
),
let
items2
=
[
YHGrabItem
(
type
:
.
info
,
title
:
"期望赴港时间:"
,
detail
:
wantTimeText
,
isSingleLine
:
true
),
YHGrabItem
(
type
:
.
info
,
title
:
"期望香港办证点:"
,
detail
:
group
.
wantImmigrationOffice
,
isSingleLine
:
false
),
YHGrabItem
(
type
:
.
info
,
title
:
"期望香港办证点:"
,
detail
:
group
.
wantImmigrationOffice
,
isSingleLine
:
false
),
YHGrabItem
(
type
:
.
visit
,
title
:
"到访香港体验中心:香港华润大厦 (湾仔入境处旁)"
,
detail
:
"是"
,
isSingleLine
:
false
)]
YHGrabItem
(
type
:
.
visit
,
title
:
"到访香港体验中心:香港华润大厦 (湾仔入境处旁)"
,
detail
:
visitOption
,
isSingleLine
:
false
)]
listView
.
intentionInfoView
.
updateItems
(
items2
)
listView
.
intentionInfoView
.
updateItems
(
items2
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/CustomerService(客服段)/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/V/YHHaveGrabbedNumberListCell.swift
View file @
7f9db158
...
@@ -34,9 +34,10 @@ class YHHaveGrabbedNumberListCell: UITableViewCell {
...
@@ -34,9 +34,10 @@ class YHHaveGrabbedNumberListCell: UITableViewCell {
if
group
.
wantMinTime
==
group
.
wantMaxTime
{
if
group
.
wantMinTime
==
group
.
wantMaxTime
{
wantTimeText
=
group
.
wantMinTime
wantTimeText
=
group
.
wantMinTime
}
}
let
visitOption
=
group
.
isWillVisitHkGalaxyBay
==
1
?
"是"
:
"否"
let
items2
=
[
YHGrabItem
(
type
:
.
info
,
title
:
"期望赴港时间:"
,
detail
:
wantTimeText
,
isSingleLine
:
true
),
let
items2
=
[
YHGrabItem
(
type
:
.
info
,
title
:
"期望赴港时间:"
,
detail
:
wantTimeText
,
isSingleLine
:
true
),
YHGrabItem
(
type
:
.
info
,
title
:
"期望香港办证点:"
,
detail
:
group
.
wantImmigrationOffice
,
isSingleLine
:
false
),
YHGrabItem
(
type
:
.
info
,
title
:
"期望香港办证点:"
,
detail
:
group
.
wantImmigrationOffice
,
isSingleLine
:
false
),
YHGrabItem
(
type
:
.
visit
,
title
:
"到访香港体验中心:香港华润大厦 (湾仔入境处旁)"
,
detail
:
"是"
,
isSingleLine
:
false
)]
YHGrabItem
(
type
:
.
visit
,
title
:
"到访香港体验中心:香港华润大厦 (湾仔入境处旁)"
,
detail
:
visitOption
,
isSingleLine
:
false
)]
listView
.
intentionInfoView
.
updateItems
(
items2
)
listView
.
intentionInfoView
.
updateItems
(
items2
)
listContainView
.
addSubview
(
listView
)
listContainView
.
addSubview
(
listView
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/CustomerService(客服段)/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/V/YHSelectApplicantGroupCell.swift
View file @
7f9db158
...
@@ -311,11 +311,25 @@ class YHSelectApplicantGroupCell: UITableViewCell {
...
@@ -311,11 +311,25 @@ class YHSelectApplicantGroupCell: UITableViewCell {
view
.
title
=
"到访香港体验中心:香港华润大厦 (湾仔入境处旁)"
view
.
title
=
"到访香港体验中心:香港华润大厦 (湾仔入境处旁)"
view
.
options
=
[
"是"
,
"否"
]
view
.
options
=
[
"是"
,
"否"
]
view
.
selectIndex
=
0
view
.
selectIndex
=
0
view
.
selectBlock
=
{
view
.
selectBlock
=
{
[
weak
self
]
index
in
[
weak
self
]
_
in
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
// let isAllGo = index == 0 ? true : false
guard
let
model
=
dataModel
?
.
model
else
{
return
}
// self.selectBlock?(isAllGo)
if
index
==
1
{
// 点击否
refreshBlock
?()
let
view
=
YHVisitHKAlertView
.
alertView
()
view
.
confirmBlock
=
{
[
weak
self
]
isSure
in
guard
let
self
=
self
else
{
return
}
model
.
isWillVisitHkGalaxyBay
=
(
isSure
?
1
:
2
)
refreshBlock
?()
}
view
.
show
()
}
else
{
// 点击是
model
.
isWillVisitHkGalaxyBay
=
(
index
==
0
?
1
:
2
)
refreshBlock
?()
}
}
}
return
view
return
view
}()
}()
...
@@ -512,7 +526,14 @@ private extension YHSelectApplicantGroupCell {
...
@@ -512,7 +526,14 @@ private extension YHSelectApplicantGroupCell {
// 办证地点是否显示红色错误提示
// 办证地点是否显示红色错误提示
timeSelectView
.
isNeedShowErrorTips
=
(
model
.
isNeedCheck
&&
!
isSelectDate
)
timeSelectView
.
isNeedShowErrorTips
=
(
model
.
isNeedCheck
&&
!
isSelectDate
)
visitOptionView
.
tips
=
"请选择"
var
selectIndex
=
-
1
if
model
.
isWillVisitHkGalaxyBay
==
1
{
// 是
selectIndex
=
0
}
else
if
model
.
isWillVisitHkGalaxyBay
==
2
{
// 否
selectIndex
=
1
}
visitOptionView
.
selectIndex
=
selectIndex
visitOptionView
.
tips
=
(
model
.
isNeedCheck
&&
selectIndex
==
-
1
)
?
"请选择"
:
""
self
.
setNeedsLayout
()
self
.
setNeedsLayout
()
self
.
layoutIfNeeded
()
self
.
layoutIfNeeded
()
}
}
...
...
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