Commit 4efdebc6 authored by Steven杜宇's avatar Steven杜宇

// 续期资料管理

parent 5a57ff8d
......@@ -357,7 +357,11 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
UIViewController.current?.navigationController?.pushViewController(vc)
} else if model.type == 31 {
//续签资料管理
let vc = YHResinMaterialManageContainerVC()
vc.orderId = orderID
vc.id = stepID
UIViewController.current?.navigationController?.pushViewController(vc)
} else if model.type == 32 {
//续签文书管理
......
......@@ -14,9 +14,9 @@ class YHResinMaterialManageContainerVC: YHBaseViewController {
static let segmentHeight = 40.0
let viewModel = YHResignMaterialViewModel()
// 订单id
var orderId: Int = 151336
var orderId: Int = 0
// 批次id
var id: Int = 351
var id: Int = 0
var titles = ["全部", "待上传(0)", "已驳回(0)", "审核中(0)", "已完成(0)"]
......
......@@ -341,13 +341,6 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
return
}
// if true {
// TEST DY
// let vc = YHResinMaterialManageContainerVC()
// self.navigationController?.pushViewController(vc)
// return
// }
let item: PersonalModuleItem = items[indexPath.row]
switch item.type {
case .myCard://我的名片
......
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