Commit e3e83fc3 authored by lujunye's avatar lujunye

修改时间显示

parent 478ac27f
...@@ -124,6 +124,10 @@ class PiCiXuanZeViewController: BaseViewController,UITableViewDelegate,UITableVi ...@@ -124,6 +124,10 @@ class PiCiXuanZeViewController: BaseViewController,UITableViewDelegate,UITableVi
cell.nameLbl.text = name cell.nameLbl.text = name
cell.SLLbl.text = "\(model.inventory!)" cell.SLLbl.text = "\(model.inventory!)"
cell.dateLbl.text = dayByDouble(sender: model.production_data!) cell.dateLbl.text = dayByDouble(sender: model.production_data!)
if model.production_data == 0 {
cell.dateLbl.text = "-"
}
if recordArr.count > 0 { if recordArr.count > 0 {
for item in recordArr { for item in recordArr {
if model.batch_id == item.batch_id { if model.batch_id == item.batch_id {
......
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