Commit 54391001 authored by lujunye's avatar lujunye

补充工作中心跳转

parent ca5267f2
......@@ -86,7 +86,7 @@ class GYS_HZ_Vc: BaseViewController,UITableViewDelegate,UITableViewDataSource, U
override func viewDidLoad() {
super.viewDidLoad()
title_str = "分销商管理"
// title_str = "分销商管理"
SetTopFrame(view: search_view, height: 44)
......
......@@ -624,10 +624,14 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
HUD.flash(.label("敬请期待"),delay: 1.2)
return
case 133: //分销店铺管理
HUD.flash(.label("敬请期待"),delay: 1.2)
let vc = GYS_HZ_Vc()
vc.title_str = "分销商管理"
self.navigationController?.pushViewController(vc, animated: true)
return
case 135: //供应商管理
HUD.flash(.label("敬请期待"),delay: 1.2)
let vc = GYS_HZ_Vc()
vc.title_str = "供应商管理"
self.navigationController?.pushViewController(vc, animated: true)
return
case 136: //分销员管理
HUD.flash(.label("敬请期待"),delay: 1.2)
......@@ -661,7 +665,9 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
self.navigationController?.pushViewController(vc, animated: true)
return
case 142: //供应商商品管理
HUD.flash(.label("敬请期待"),delay: 1.2)
// HUD.flash(.label("敬请期待"),delay: 1.2)
let vc = GYS_FX_Product_VC()
self.navigationController?.pushViewController(vc, animated: true)
return
default:
break;
......
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