Commit c4cddc2f authored by pete谢兆麟's avatar pete谢兆麟

添加原则批和正式批卡片接口

parent 88c3595b
......@@ -208,6 +208,16 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
vc.orderId = orderID
vc.mobile = mobile
navigationController?.pushViewController(vc)
} else if model.type == 11 {
//正在等待原则批结果
} else if model.type == 12 {
//正在进行原则批补件~
} else if model.type == 13 {
//原则批已获批~
} else if model.type == 14 {
//未获批准~
} else if model.type == 15 {
//正式批已获批~
}
}
}
......
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