Commit 9d4f00ce authored by 刘俊宏's avatar 刘俊宏

申请采购单

parent e0cd63b4
...@@ -583,6 +583,11 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD ...@@ -583,6 +583,11 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
self.navigationController?.pushViewController(vc, animated: true) self.navigationController?.pushViewController(vc, animated: true)
// HUD.flash(.label("敬请期待"),delay: 1.2) // HUD.flash(.label("敬请期待"),delay: 1.2)
return return
case 125: //申请采购单
// let vc = YDLBVc()
let vc = XinCaiGouViewController()
self.navigationController?.pushViewController(vc, animated: true)
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