Commit d7b72be1 authored by 刘俊宏's avatar 刘俊宏

仓库管理列表库位字段用错bug调整

parent fc9cc84a
...@@ -204,7 +204,7 @@ class WarehoseMangementListVC: BaseViewController, UISearchBarDelegate, UITableV ...@@ -204,7 +204,7 @@ class WarehoseMangementListVC: BaseViewController, UISearchBarDelegate, UITableV
cell.statusLbl.text = typeArr[model.w_type!] cell.statusLbl.text = typeArr[model.w_type!]
cell.statusLbl.isHidden = false cell.statusLbl.isHidden = false
cell.adrLbl.text = model.w_address! cell.adrLbl.text = model.w_address!
cell.kuCunLbl.text = "库存位" + StringByInt(number: model.inventory_count!) cell.kuCunLbl.text = "库存位" + StringByInt(number: model.position_count!)
switch model.w_type { switch model.w_type {
case 0: case 0:
//异常 //异常
......
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