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
0c068f7c
Commit
0c068f7c
authored
Aug 26, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 赴港
parent
0273fe03
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
YHCertificateAppointViewController.swift
...cate(3 赴港办证预约)/C/YHCertificateAppointViewController.swift
+11
-1
YHMyViewController.swift
...alaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/C/YHCertificateAppointViewController.swift
View file @
0c068f7c
...
@@ -194,6 +194,7 @@ class YHCertificateAppointViewController: YHBaseViewController {
...
@@ -194,6 +194,7 @@ class YHCertificateAppointViewController: YHBaseViewController {
if
self
.
isAllMembersGo
{
// 申请人统一赴港激活签证
if
self
.
isAllMembersGo
{
// 申请人统一赴港激活签证
if
self
.
waitAppointMembers
.
count
>
0
{
let
item5
=
YHAppointItem
(
type
:
.
confirmGoHKInfo
)
let
item5
=
YHAppointItem
(
type
:
.
confirmGoHKInfo
)
item5
.
itemIndex
=
0
item5
.
itemIndex
=
0
let
group1
=
YHSelectGroupMemberModel
()
let
group1
=
YHSelectGroupMemberModel
()
...
@@ -207,8 +208,11 @@ class YHCertificateAppointViewController: YHBaseViewController {
...
@@ -207,8 +208,11 @@ class YHCertificateAppointViewController: YHBaseViewController {
item5
.
placeList
=
self
.
viewModel
.
placeList
item5
.
placeList
=
self
.
viewModel
.
placeList
item5
.
arrHkHolidays
=
self
.
viewModel
.
dataModelForHkHolidays
?
.
legaldays
??
[]
item5
.
arrHkHolidays
=
self
.
viewModel
.
dataModelForHkHolidays
?
.
legaldays
??
[]
selectMemberGroupArr
.
append
(
item5
)
selectMemberGroupArr
.
append
(
item5
)
}
}
else
{
// 申请人不是统一赴港激活签证
}
else
{
// 申请人不是统一赴港激活签证
if
self
.
waitAppointMembers
.
count
>
0
{
let
item6
=
YHAppointItem
(
type
:
.
confirmGoHKInfo
)
let
item6
=
YHAppointItem
(
type
:
.
confirmGoHKInfo
)
item6
.
itemIndex
=
0
item6
.
itemIndex
=
0
let
group1
=
YHSelectGroupMemberModel
()
let
group1
=
YHSelectGroupMemberModel
()
...
@@ -221,7 +225,7 @@ class YHCertificateAppointViewController: YHBaseViewController {
...
@@ -221,7 +225,7 @@ class YHCertificateAppointViewController: YHBaseViewController {
item6
.
placeList
=
self
.
viewModel
.
placeList
item6
.
placeList
=
self
.
viewModel
.
placeList
item6
.
arrHkHolidays
=
self
.
viewModel
.
dataModelForHkHolidays
?
.
legaldays
??
[]
item6
.
arrHkHolidays
=
self
.
viewModel
.
dataModelForHkHolidays
?
.
legaldays
??
[]
selectMemberGroupArr
.
append
(
item6
)
selectMemberGroupArr
.
append
(
item6
)
}
}
}
}
else
{
// 有预约过的人员
}
else
{
// 有预约过的人员
...
@@ -284,6 +288,7 @@ class YHCertificateAppointViewController: YHBaseViewController {
...
@@ -284,6 +288,7 @@ class YHCertificateAppointViewController: YHBaseViewController {
// 不显示底部按钮
// 不显示底部按钮
self
.
bottomStatus
=
.
hidden
self
.
bottomStatus
=
.
hidden
}
}
}
else
{
// 有预约过
}
else
{
// 有预约过
if
waitAppointMembers
.
count
<=
0
{
// 全部都预约完了
if
waitAppointMembers
.
count
<=
0
{
// 全部都预约完了
self
.
bottomStatus
=
.
nextStepToPay
self
.
bottomStatus
=
.
nextStepToPay
...
@@ -748,6 +753,11 @@ extension YHCertificateAppointViewController {
...
@@ -748,6 +753,11 @@ extension YHCertificateAppointViewController {
func
submitAppointInfo
()
{
func
submitAppointInfo
()
{
if
self
.
waitAppointMembers
.
count
<=
0
{
YHHUD
.
flash
(
message
:
"无赴港人员"
)
return
}
// 检测各批次是否有日期或办证地点未选择
// 检测各批次是否有日期或办证地点未选择
var
isOK
=
true
var
isOK
=
true
for
item
in
self
.
selectMemberGroupArr
{
for
item
in
self
.
selectMemberGroupArr
{
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
View file @
0c068f7c
...
@@ -338,7 +338,7 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
...
@@ -338,7 +338,7 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
if
true
{
if
true
{
let
vc
=
YHCertificateAppointViewController
()
let
vc
=
YHCertificateAppointViewController
()
vc
.
orderId
=
15108
5
vc
.
orderId
=
15108
6
// 151296
// 151296
self
.
navigationController
?
.
pushViewController
(
vc
)
self
.
navigationController
?
.
pushViewController
(
vc
)
return
return
...
...
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