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
6c88d895
Commit
6c88d895
authored
Sep 23, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除代码
parent
3c32753d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
125 deletions
+0
-125
YHServiceOrderListViewController.swift
...entService(服务中心)/C/YHServiceOrderListViewController.swift
+0
-125
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHServiceOrderListViewController.swift
View file @
6c88d895
...
@@ -417,131 +417,6 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
...
@@ -417,131 +417,6 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
}
else
if
model
.
type
==
4
{
// 方案
}
else
if
model
.
type
==
4
{
// 方案
//我的方案
//我的方案
handleRedPointFor
(
key
:
kMyPlanRedPointInfoKey
,
model
:
model
)
handleRedPointFor
(
key
:
kMyPlanRedPointInfoKey
,
model
:
model
)
let
vc
=
YHMineSchemeViewController
()
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
5
{
//我的签字
let
vc
=
YHMySignatureListViewController
()
vc
.
orderId
=
orderID
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
6
{
//我的文书
let
vc
=
YHMyDocumentsListViewController
()
vc
.
orderId
=
orderID
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
11
||
model
.
type
==
12
||
model
.
type
==
14
{
// 11 原则批等待结果
// 12 原则批待补件
// 14 原则批未获批准
let
vc
=
YHPrincipleWaitResultViewController
()
vc
.
status
=
model
.
type
vc
.
orderId
=
orderID
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
13
{
//原则批已获批~
let
vc
=
YHPrincipleApprovedResultVC
()
vc
.
orderId
=
orderID
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
15
{
//正式批已获批~
let
vc
=
YHOfficialApprovalResultVC
()
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
21
{
//新增受养人
let
vc
=
YHAddAdoptersViewController
()
vc
.
orderId
=
orderID
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
22
{
//家庭信息确认
let
vc
=
YHFamilyInfoConfirmViewController
()
vc
.
orderId
=
orderID
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
23
{
//电子签字缴费
let
vc
=
YHVisaPaymentVC
()
vc
.
orderID
=
orderID
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
24
{
//赴港时间预约
let
vc
=
YHCertificateAppointViewController
()
vc
.
orderId
=
orderID
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
25
{
// 赴港行程指引
YHHUD
.
show
(
.
progress
(
message
:
"加载中..."
))
appointViewModel
.
getIsNeedGoToHK
(
orderId
:
orderID
)
{
// needGoHK 1需要赴港 0不需要 2没有选择
// reservationToHK 0 没有预约 1 已经预約
[
weak
self
]
needGoHK
,
reservationToHK
in
YHHUD
.
hide
()
guard
let
self
=
self
else
{
return
}
var
isNeedAppoint
=
true
if
needGoHK
==
1
,
reservationToHK
==
1
{
// 选择赴港且已预约
isNeedAppoint
=
false
}
else
if
needGoHK
==
0
{
// 赴港选择否
isNeedAppoint
=
false
}
if
isNeedAppoint
{
//预约弹窗
let
alert
=
YHDisappointHKAlertView
.
alertView
()
alert
.
confirmBlock
=
{
let
vc
=
YHCertificateAppointViewController
()
vc
.
orderId
=
self
.
orderID
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
alert
.
show
()
}
else
{
// 已预约过直接进入赴港行程指引
if
var
token
=
YHLoginManager
.
shared
.
userModel
?
.
token
{
var
url
=
YHBaseUrlManager
.
shared
.
curH5URL
()
+
"superAppBridge.html#/tohkList"
let
addtionString
=
String
.
randomAlphaNumericStringT
(
6
)
//随机6个字母或者数字
let
indexToInsert
=
token
.
index
(
token
.
startIndex
,
offsetBy
:
6
)
//插入位置,这里以第六个字符后面为例
token
.
insert
(
contentsOf
:
addtionString
,
at
:
indexToInsert
)
url
=
url
+
"?paramO=
\(
self
.
orderID
)
"
+
"¶m="
+
token
url
=
url
+
"&app_platform=ios"
+
"&app_version="
+
UIDevice
.
appVersion
()
printLog
(
"UURL:
\(
url
)
"
)
let
vc
=
YHH5WebViewVC
()
vc
.
url
=
url
vc
.
isFullScreenFlag
=
false
vc
.
navTitle
=
"赴港行程指引"
vc
.
isNeedRefreshDataFlag
=
true
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
}
}
}
else
if
model
.
type
==
26
{
//旅行证件准备
let
vc
=
YHTravelDocsPreparationListViewController
()
vc
.
orderId
=
orderID
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
27
{
//上传过关证件
let
vc
=
YHUploadCertificateVC
()
vc
.
orderId
=
orderID
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
31
{
//续签资料管理
let
vc
=
YHResinMaterialManageContainerVC
()
vc
.
orderId
=
orderID
vc
.
batchId
=
stepID
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
32
{
//续签文书管理
let
vc
=
YHResignDocumentManagementVC
(
orderId
:
orderID
,
id
:
stepID
)
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
}
}
}
}
}
...
...
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