Commit 2e0a567a authored by youjie's avatar youjie

no message

parent bb80bc29
...@@ -333,9 +333,9 @@ ...@@ -333,9 +333,9 @@
this.GetAdminCarOrderPageList(row,url,href,data) this.GetAdminCarOrderPageList(row,url,href,data)
}else{ }else{
if(!this.S_CheckBranchOrder && !this.S_CheckAllOrder){ if(!this.S_CheckBranchOrder && !this.S_CheckAllOrder){
data[0].path = 'CharterOrderList' name = 'CharterOrderList'
}else{ }else{
data[0].path = 'CharterOrderListOP' name= 'CharterOrderListOP'
} }
data[0].Type = row.CarType==null||!row.CarType?4:row.CarType data[0].Type = row.CarType==null||!row.CarType?4:row.CarType
} }
......
...@@ -289,9 +289,9 @@ ...@@ -289,9 +289,9 @@
this.GetAdminCarOrderPageList(row,url,href,data) this.GetAdminCarOrderPageList(row,url,href,data)
}else{ }else{
if(this.pagesTitle=='销售'){ if(this.pagesTitle=='销售'){
data[0].path = 'CharterOrderList' name = 'CharterOrderList'
}else{ }else{
data[0].path = 'CharterOrderListOP' name = 'CharterOrderListOP'
} }
data[0].Type = row.CarType==null||!row.CarType?4:row.CarType data[0].Type = row.CarType==null||!row.CarType?4:row.CarType
} }
......
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