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
798eb99c
Commit
798eb99c
authored
Dec 27, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 高才
parent
1d1f877a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
YHCertificateInfoController.swift
...Certificates(证书上传和证书信息)/YHCertificateInfoController.swift
+1
-1
YHGCCertificateInfoController.swift
...rtificates(证书上传和证书信息)/YHGCCertificateInfoController.swift
+4
-3
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/FamilyMember(家庭成员信息表)/C/Certificates(证书上传和证书信息)/YHCertificateInfoController.swift
View file @
798eb99c
...
@@ -111,7 +111,7 @@ class YHCertificateInfoController: YHBaseViewController, YHFamilyMemberProtol {
...
@@ -111,7 +111,7 @@ class YHCertificateInfoController: YHBaseViewController, YHFamilyMemberProtol {
is_live_oversea_year
=
mainApplicant
.
isOverSeasOver1Year
()
is_live_oversea_year
=
mainApplicant
.
isOverSeasOver1Year
()
}
}
if
nationality
.
contains
(
"中国"
)
{
// 中国国籍
if
nationality
==
"中国-China"
{
// 中国国籍
let
isLiveInChina
=
liveCountry
.
contains
(
"中国"
.
local
)
let
isLiveInChina
=
liveCountry
.
contains
(
"中国"
.
local
)
if
isLiveInChina
{
// 居住国内
if
isLiveInChina
{
// 居住国内
if
familyMember
.
isHandled
==
0
{
// 没办理过港澳通行证
if
familyMember
.
isHandled
==
0
{
// 没办理过港澳通行证
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/TTPS(高才)/ServiceProcess(我的信息流程)/FamilyMember(家庭成员)/C/Certificates(证书上传和证书信息)/YHGCCertificateInfoController.swift
View file @
798eb99c
...
@@ -111,7 +111,7 @@ class YHGCCertificateInfoController: YHBaseViewController, YHFamilyMemberProtol
...
@@ -111,7 +111,7 @@ class YHGCCertificateInfoController: YHBaseViewController, YHFamilyMemberProtol
is_live_oversea_year
=
mainApplicant
.
isOverSeasOver1Year
()
is_live_oversea_year
=
mainApplicant
.
isOverSeasOver1Year
()
}
}
if
nationality
.
contains
(
"中国"
)
{
// 中国国籍
if
nationality
==
"中国-China"
{
// 中国国籍
let
isLiveInChina
=
liveCountry
.
contains
(
"中国"
.
local
)
let
isLiveInChina
=
liveCountry
.
contains
(
"中国"
.
local
)
if
isLiveInChina
{
// 居住国内
if
isLiveInChina
{
// 居住国内
if
familyMember
.
isHandled
==
0
{
// 没办理过港澳通行证
if
familyMember
.
isHandled
==
0
{
// 没办理过港澳通行证
...
@@ -162,7 +162,8 @@ class YHGCCertificateInfoController: YHBaseViewController, YHFamilyMemberProtol
...
@@ -162,7 +162,8 @@ class YHGCCertificateInfoController: YHBaseViewController, YHFamilyMemberProtol
let
showPassport
=
a
.
showPassport
let
showPassport
=
a
.
showPassport
let
isPassportMust
=
a
.
isPassportMust
let
isPassportMust
=
a
.
isPassportMust
if
familyMember
.
nationality
.
contains
(
"中国"
)
{
//
if
familyMember
.
nationality
==
"中国-China"
{
var
isChinaIdCardMust
=
true
var
isChinaIdCardMust
=
true
let
title1
=
YHFormTitleItem
(
type
:
.
chinaIdCardInfo
)
let
title1
=
YHFormTitleItem
(
type
:
.
chinaIdCardInfo
)
let
item10
=
YHFormDetailItem
(
type
:
.
chinaIdentityCardNumber
,
isNeed
:
isChinaIdCardMust
,
value
:
familyMember
.
certificates
.
cnIdentityCard
.
number
,
tips
:
"请输入证件号码"
.
local
)
let
item10
=
YHFormDetailItem
(
type
:
.
chinaIdentityCardNumber
,
isNeed
:
isChinaIdCardMust
,
value
:
familyMember
.
certificates
.
cnIdentityCard
.
number
,
tips
:
"请输入证件号码"
.
local
)
...
@@ -554,7 +555,7 @@ extension YHGCCertificateInfoController : UITableViewDelegate, UITableViewDataSo
...
@@ -554,7 +555,7 @@ extension YHGCCertificateInfoController : UITableViewDelegate, UITableViewDataSo
let
showPassport
=
a
.
showPassport
let
showPassport
=
a
.
showPassport
let
isPassportMust
=
a
.
isPassportMust
let
isPassportMust
=
a
.
isPassportMust
if
familyMember
.
nationality
.
contains
(
"中国"
)
{
if
familyMember
.
nationality
==
"中国-China"
{
if
familyMember
.
certificates
.
cnIdentityCard
.
number
.
count
<=
0
if
familyMember
.
certificates
.
cnIdentityCard
.
number
.
count
<=
0
||
familyMember
.
certificates
.
cnIdentityCard
.
issueAt
.
count
<=
0
||
familyMember
.
certificates
.
cnIdentityCard
.
issueAt
.
count
<=
0
||
familyMember
.
certificates
.
cnIdentityCard
.
issueDateStartAt
.
count
<=
0
||
familyMember
.
certificates
.
cnIdentityCard
.
issueDateStartAt
.
count
<=
0
...
...
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