Commit ab406585 authored by lujunye's avatar lujunye

修改采购人为选填项

parent b1e0903c
......@@ -237,10 +237,6 @@ class XinCaiGouViewController: BaseViewController,UITableViewDelegate,UITableVie
HUD.flash(.label("请选择供应商"), delay: 1.2)
return
}
if cgName == nil {
HUD.flash(.label("请输入采购人姓名"), delay: 1.2)
return
}
if typeSelect == nil && typeSelect != 10086 {
HUD.flash(.label("请选择采购类型"), delay: 1.2)
return
......@@ -481,7 +477,6 @@ class XinCaiGouViewController: BaseViewController,UITableViewDelegate,UITableVie
cell.delegate = self
let model = datas[indexPath.row]
cell.nameLbl.text = model.goods_name!
print("asdfasdf === ",model.target_Count)
cell.detailLbl.text = model.spec_str! + " ¥" + model.target_Price! + "x\(model.target_Count!) " + model.unit!
cell.cgCount.text = "\(model.target_Count!)"
cell.cgPrice.text = model.target_Price!
......
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