Commit 3099554a authored by David黄金龙's avatar David黄金龙

添加其他信息 预览界面及类型

parent c5e40fcd
This diff is collapsed.
......@@ -8,9 +8,9 @@
import UIKit
/*
*家庭成员信息
*家庭成员信息 预览
*/
class YHFamilyMemberViewController: YHPersonInfoBaseViewController {
class YHFamilyMemberPreviewViewController: YHPersonInfoBaseViewController {
override func viewDidLoad() {
super.viewDidLoad()
......
......@@ -7,11 +7,10 @@
//
import UIKit
import JXSegmentedView
/*
*主申请人信息
*主申请人信息 预览
*/
class YHMainApplicantInfoViewController: YHPersonInfoBaseViewController {
class YHMainApplicantInfoPreviewViewController: YHPersonInfoBaseViewController {
var arrData : [YHPreviewInfoSessionModel] = []
override func viewDidLoad() {
super.viewDidLoad()
......@@ -21,7 +20,7 @@ class YHMainApplicantInfoViewController: YHPersonInfoBaseViewController {
}
private extension YHMainApplicantInfoViewController {
private extension YHMainApplicantInfoPreviewViewController {
func installData() {
do {
//国家信息
......@@ -107,7 +106,7 @@ private extension YHMainApplicantInfoViewController {
// MARK: - UITableViewDelegate 和 UITableViewDataSource
extension YHMainApplicantInfoViewController {
extension YHMainApplicantInfoPreviewViewController {
override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
return arrData.count
}
......
//
// YHOtherInfoPreviewViewController.swift
// galaxy
//
// Created by davidhuangA on 2024/2/24.
// Copyright © 2024 https://www.galaxy-immi.com. All rights reserved.
//
import UIKit
/*
*其他信息 预览
*/
class YHOtherInfoPreviewViewController: YHPersonInfoBaseViewController {
var arrData : [YHPreviewInfoSessionModel] = []
override func viewDidLoad() {
super.viewDidLoad()
setupUI()
}
}
private extension YHOtherInfoPreviewViewController {
func installData() {
do {
//国家信息
let tmp0 = YHPreviewInfoBaseModel(name: "国家/国籍:", description: "中国-China")
let tmp1 = YHPreviewInfoBaseModel(name: "港澳通行证:", description: "未办理")
let arr = [tmp0,tmp1]
let model1 = YHPreviewInfoSessionModel(cellType: .countryInfoType, cellTitle: "国籍信息", cellData0: arr)
arrData.append(model1)
}
do {
//基本信息
let tmp0 = YHPreviewInfoBaseModel(name: "主申请人:", description: "DavidHuang")
let tmp1 = YHPreviewInfoBaseModel(name: "曾用名:", description: "--")
let tmp2 = YHPreviewInfoBaseModel(name: "婚前姓氏:", description: "--")
let tmp3 = YHPreviewInfoBaseModel(name: "出生日期:", description: "1990年8月18日")
let tmp4 = YHPreviewInfoBaseModel(name: "出生城市:", description: "国内 吉林省/吉林市")
let tmp5 = YHPreviewInfoBaseModel(name: "性别:", description: "男")
let tmp6 = YHPreviewInfoBaseModel(name: "婚姻状况:", description: "已婚")
let tmp7 = YHPreviewInfoBaseModel(name: "手机号:", description: "13572984488")
let tmp8 = YHPreviewInfoBaseModel(name: "邮箱:", description: "13572984488@nn.com")
let tmp9 = YHPreviewInfoBaseModel(name: "现居住地址:", description: "现居住地址:现居住地址:现居住地址:现居住地址:现居住地址:现居住地址:")
let tmp10 = YHPreviewInfoBaseModel(name: "详细地址:", description: "锐度公园世家北区10-1-701锐度公园世家北区10-1-701")
let tmp11 = YHPreviewInfoBaseModel(name: "是否办理过香港身份证:", description: "是")
let tmp12 = YHPreviewInfoBaseModel(name: "香港身份证:", description: "否")
let arr = [tmp0,tmp1,tmp2,tmp3,tmp4,tmp5,tmp6,tmp7,tmp8,tmp9,tmp10,tmp11,tmp12]
let model2 = YHPreviewInfoSessionModel(cellType: .countryInfoType, cellTitle: "基本信息", cellData0: arr)
arrData.append(model2)
}
do {
//证件信息
let tmp0 = YHPreviewInfoBaseModel(name: "中国身份证号码:", description: "2203381990287633390")
let tmp1 = YHPreviewInfoBaseModel(name: "签发地:", description: "北京市分局")
let tmp2 = YHPreviewInfoBaseModel(name: "签发日期:", description: "2018-07-17")
let tmp3 = YHPreviewInfoBaseModel(name: "届满日期:", description: "2028-07-31")
let model0 = YHPersonInfoCellModel1(cellTitle: "中国身份证", cellData: [tmp0,tmp1,tmp2,tmp3])
let tmp4 = YHPreviewInfoBaseModel(name: "旅行社证件号码:", description: "c2345639")
let tmp5 = YHPreviewInfoBaseModel(name: "签发地:", description: "北京市分局")
let tmp6 = YHPreviewInfoBaseModel(name: "签发日期:", description: "2018-07-17")
let tmp7 = YHPreviewInfoBaseModel(name: "届满日期:", description: "2028-07-31")
let model1 = YHPersonInfoCellModel1(cellTitle: "港澳通行证", cellData: [tmp4,tmp5,tmp6,tmp7])
let tmp8 = YHPreviewInfoBaseModel(name: "证件类别:", description: "护照")
let tmp9 = YHPreviewInfoBaseModel(name: "证件号码:", description: "p2345639")
let tmp10 = YHPreviewInfoBaseModel(name: "签发地:", description: "北京市分局")
let tmp11 = YHPreviewInfoBaseModel(name: "签发日期:", description: "2028-07-31")
let tmp12 = YHPreviewInfoBaseModel(name: "届满日期:", description: "2028-07-31")
let model2 = YHPersonInfoCellModel1(cellTitle: "护照及其他旅行证件", cellData: [tmp8,tmp9,tmp10,tmp11,tmp12])
let arr = [model0,model1,model2]
let model3 = YHPreviewInfoSessionModel(cellType: .idCardInfoType, cellTitle: "证件信息", cellData1: arr)
arrData.append(model3)
}
do {
//证件照片
let model1 = YHPersonInfoCellModel2(cellTitle: "中国身份证",frontUrl: "", backUrl: "", idType: 1)
let model2 = YHPersonInfoCellModel2(cellTitle: "港澳通行证",frontUrl: "", backUrl: "", idType: 2)
let arr = [model1,model2]
let model4 = YHPreviewInfoSessionModel(cellType: .idPictureType, cellTitle: "证件照片", cellData2: arr)
arrData.append(model4)
}
}
func setupUI() {
installData()
self.homeTableView.register(YHPreviewInfoCell.self,forCellReuseIdentifier: YHPreviewInfoCell.cellReuseIdentifier)
self.homeTableView.reloadData()
}
}
// MARK: - UITableViewDelegate 和 UITableViewDataSource
extension YHOtherInfoPreviewViewController {
override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
return arrData.count
}
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
let cell = tableView.dequeueReusableCell(withClass: YHPreviewInfoCell.self)
cell.selectionStyle = .none
cell.model = arrData[indexPath.row]
return cell
}
}
......@@ -49,27 +49,27 @@ class YHPersonInfoControllerHoldViewController: UIViewController {
super.viewDidLoad()
do {
let vc = YHMainApplicantInfoViewController()
let vc = YHMainApplicantInfoPreviewViewController()
arrItemVCs.append(vc)
}
do {
let vc = YHFamilyMemberViewController()
let vc = YHFamilyMemberPreviewViewController()
arrItemVCs.append(vc)
}
do {
let vc = YHFamilyMemberViewController()
let vc = YHFamilyMemberPreviewViewController()
arrItemVCs.append(vc)
}
do {
let vc = YHFamilyMemberViewController()
let vc = YHFamilyMemberPreviewViewController()
arrItemVCs.append(vc)
}
do {
let vc = YHFamilyMemberViewController()
let vc = YHFamilyMemberPreviewViewController()
arrItemVCs.append(vc)
}
do {
let vc = YHFamilyMemberViewController()
let vc = YHOtherInfoPreviewViewController()
arrItemVCs.append(vc)
}
......
//
// YHPreviewQuestionAndAnswerModel.swift
// galaxy
//
// Created by davidhuangA on 2024/2/24.
// Copyright © 2024 https://www.galaxy-immi.com. All rights reserved.
//
import UIKit
class YHPreviewQuestionAndAnswerModel {
var question : String = ""
var answer : String = ""
var remark : String = ""
}
//
// YHPreviewInfoQuestionAndAnswerView.swift
// galaxy
//
// Created by davidhuangA on 2024/2/24.
// Copyright © 2024 https://www.galaxy-immi.com. All rights reserved.
//
import UIKit
class YHPreviewInfoQuestionAndAnswerView: UIView {
override init(frame: CGRect) {
super.init(frame: frame)
setupUI()
}
required init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
//title
private lazy var nameLable : UILabel = {
let lable0 = UILabel(text: "--")
lable0.textColor = UIColor.labelTextColor2
lable0.font = UIFont.PFSC_R(ofSize: 14)
// lable0.numberOfLines = 1
// lable0.lineBreakMode = .byCharWrapping
return lable0
}()
//title
private lazy var subtitleLable : UILabel = {
let lable0 = UILabel(text: "--")
lable0.textColor = UIColor.mainTextColor
lable0.font = UIFont.PFSC_R(ofSize: 14)
lable0.numberOfLines = 0
lable0.lineBreakMode = .byWordWrapping
lable0.textAlignment = .right
return lable0
}()
private func setupUI() {
addSubview(nameLable)
nameLable.snp.makeConstraints { make in
make.top.equalToSuperview().offset(18)
make.left.equalToSuperview()
make.width.lessThanOrEqualTo(154)
make.height.equalTo(20)
}
nameLable.setContentCompressionResistancePriority(.required, for: .horizontal)
addSubview(subtitleLable)
subtitleLable.snp.makeConstraints { make in
make.top.equalTo(nameLable.snp.top)
make.right.equalToSuperview()
make.left.equalTo(nameLable.snp.right).offset(10)
make.bottom.equalToSuperview()
}
}
}
extension YHPreviewInfoQuestionAndAnswerView {
func update(title : String,subtitle : String) {
nameLable.text = title
subtitleLable.text = subtitle
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment