Commit 0d7378b3 authored by lujunye's avatar lujunye

补状态10

parent 29343f4a
......@@ -155,6 +155,9 @@ func orderStatusStrByInt(statusNumber:Int,status_d:Int,isBfPay:Int,LmIdx:Int) ->
break
}
break
case 10:
str = "已收货"
break
case 11:
switch status_d {
case 111,112,113:str = "退款审核"
......
......@@ -881,7 +881,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
}
self.dataMdoel?.order_res?.sale_res?.dj_pay_type = pay_type
NotificationCenter.default.post(name: NSNotification.Name(rawValue: "orderChange"), object: nil)
self.listView.reloadData()
self.loadData()
......@@ -913,7 +913,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
}
self.dataMdoel?.order_res?.sale_res?.wk_pay_type = pay_type
NotificationCenter.default.post(name: NSNotification.Name(rawValue: "orderChange"), object: nil)
self.listView.reloadData()
self.loadData()
......@@ -944,6 +944,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
self.dataMdoel?.order_res?.pay_status_cn = "已付款"
}
NotificationCenter.default.post(name: NSNotification.Name(rawValue: "orderChange"), object: nil)
self.dataMdoel?.order_res?.pay_type = pay_type
self.listView.reloadData()
self.loadData()
......
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