Commit 0586bc10 authored by 刘俊宏's avatar 刘俊宏

修正货拉拉在列表和详情的显示

parent 4085da11
...@@ -530,7 +530,7 @@ class WaybillDetailViewController: BaseViewController ,UITableViewDelegate,UITab ...@@ -530,7 +530,7 @@ class WaybillDetailViewController: BaseViewController ,UITableViewDelegate,UITab
} }
if section == 2 { if section == 2 {
headerV.titleLbl.text = dataModel?.order_detail_item?.order_item?.order_time headerV.titleLbl.text = dataModel?.order_detail_item?.order_item?.order_time
headerV.fuTitleLbl.text = "#" + (dataModel?.order_detail_item?.order_item?.order_display_id!)! headerV.fuTitleLbl.text = "#" + (dataModel?.delivery?.wb_no!)!
} }
if section == 4 { if section == 4 {
headerV.titleLbl.text = "订单费用" headerV.titleLbl.text = "订单费用"
......
...@@ -799,6 +799,9 @@ class YDLBVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,UISea ...@@ -799,6 +799,9 @@ class YDLBVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,UISea
cell.acButton.tag = indexPath.row cell.acButton.tag = indexPath.row
cell.title1.text = "运单号:" + rowModel.lwb_no! cell.title1.text = "运单号:" + rowModel.lwb_no!
if rowModel.lc_name == "货拉拉" {
cell.title1.text = "运单号:" + rowModel.wb_no!
}
cell.title2.text = rowModel.lc_name! cell.title2.text = rowModel.lc_name!
cell.senderLbl.text = rowModel.s_city_name! cell.senderLbl.text = rowModel.s_city_name!
cell.receiverLbl.text = rowModel.r_city_name! cell.receiverLbl.text = rowModel.r_city_name!
......
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