Commit 80f54a4c authored by 刘俊宏's avatar 刘俊宏

修正采购商选择时间

parent b73bcc3a
...@@ -89,6 +89,8 @@ class XinCaiGouViewController: BaseViewController,UITableViewDelegate,UITableVie ...@@ -89,6 +89,8 @@ class XinCaiGouViewController: BaseViewController,UITableViewDelegate,UITableVie
timeSelectV.EndDate = Date(timeIntervalSince1970: time!)//无用处 timeSelectV.EndDate = Date(timeIntervalSince1970: time!)//无用处
} }
timeSelectV.endDateByWork = Date()
timeSelectV.titleLbl.text = "请选择采购日期" timeSelectV.titleLbl.text = "请选择采购日期"
timeSelectV.delegate = self timeSelectV.delegate = self
self.view.window?.addSubview(timeSelectV) self.view.window?.addSubview(timeSelectV)
......
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