Commit 09d2b7c9 authored by lujunye's avatar lujunye

调整2

parent f671323e
......@@ -148,15 +148,13 @@ class RetailManageViewController: BaseViewController,UITableViewDelegate,UITable
if self.title == "代销订单" {
let vc = RetailManageDetailViewController()
let goodArrModel = self.dataArr[indexPath.section]
// vc.orderId = goodArrModel.order_id
vc.orderId = 12637
vc.orderId = goodArrModel.order_id
vc.dbt_shop_id = goodArrModel.shop_id
self.navigationController?.pushViewController(vc, animated: true)
}else{
let vc = RetailManageDetailViewController()
let goodArrModel = self.dataArr[indexPath.section]
// vc.orderId = goodArrModel.order_id
vc.orderId = 12637
vc.orderId = goodArrModel.order_id
self.navigationController?.pushViewController(vc, animated: true)
}
......
......@@ -701,8 +701,7 @@ class OrderListVC: BaseViewController, UITableViewDelegate, UITableViewDataSourc
let rowModel = self.dataArr[indexPath.row]
let vc = OrderDViewController()
vc.delegate = self
vc.orderId = 12637
// vc.orderId = rowModel.order_id!
vc.orderId = rowModel.order_id!
vc.lmIdx = orderStatus
self.navigationController?.pushViewController(vc, animated: true)
}
......
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