Commit 5d07c1f6 authored by ljh's avatar ljh

工作中心新增

parent 45213823
...@@ -331,7 +331,6 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD ...@@ -331,7 +331,6 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
//未发货订单 //未发货订单
NotificationCenter.default.post(name: NSNotification.Name(rawValue: "changgeTabItem"), object: nil, userInfo: ["tag":0]) NotificationCenter.default.post(name: NSNotification.Name(rawValue: "changgeTabItem"), object: nil, userInfo: ["tag":0])
NotificationCenter.default.post(name: NSNotification.Name(rawValue: "orderNavChange"), object: nil, userInfo: ["tag":3]) NotificationCenter.default.post(name: NSNotification.Name(rawValue: "orderNavChange"), object: nil, userInfo: ["tag":3])
return return
case 1: case 1:
//待确认订单 //待确认订单
...@@ -341,12 +340,12 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD ...@@ -341,12 +340,12 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
return return
case 2: case 2:
//入库申请 //入库申请
let vc = NewRKVc() let vc = CRKListVC()
self.navigationController?.pushViewController(vc, animated: true) self.navigationController?.pushViewController(vc, animated: true)
return return
case 3: case 3:
//出库申请 //出库申请
let vc = NewCKVc() let vc = CRKListVC()
self.navigationController?.pushViewController(vc, animated: true) self.navigationController?.pushViewController(vc, animated: true)
return return
case 4: case 4:
...@@ -502,6 +501,20 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD ...@@ -502,6 +501,20 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
case 120: //商品毛利统计 case 120: //商品毛利统计
HUD.flash(.label("敬请期待"),delay: 1.2) HUD.flash(.label("敬请期待"),delay: 1.2)
return return
case 121: //出库审核
HUD.flash(.label("敬请期待"),delay: 1.2)
return
case 122: //入库审核
HUD.flash(.label("敬请期待"),delay: 1.2)
return
case 123: //新增仓库
let vc = CheckWareHourseViewController()
vc.titleStr = "新增仓库"
self.navigationController?.pushViewController(vc, animated: true)
return
case 124: //采购入库
HUD.flash(.label("敬请期待"),delay: 1.2)
return
default: default:
break; 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