Commit a4a1549d authored by youjie's avatar youjie

no message

parent 280b6153
......@@ -653,14 +653,14 @@
// 销售 OP
if(this.pagesTitle=='销售'){
this.msg.IsMyOrder = '1'
this.msg.TicketStatus = '0'
this.msg.TicketStatus = ''
}else if(this.pagesTitle=='申请'){
url = "CarSingle_post_GetChangePriceOrderPageList"
this.msg.IsMyOrder = '1'
}else if(this.pagesTitle=='审核'){
url = "CarSingle_post_GetExaminePriceOrderPageList"
} else{
this.msg.TicketStatus = '0'
this.msg.TicketStatus = ''
this.msg.IsMyOrder = '0'
}
msgObj = this.pagesTitle=='审核'?this.msg2:this.msg
......
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