Commit 2185de5d authored by youjie's avatar youjie

no message

parent 3c3088d4
...@@ -271,8 +271,19 @@ export default { ...@@ -271,8 +271,19 @@ export default {
} }
href =url +"automaticLogin?token=" +this.getLocalStorage().token +"&data=" +JSON.stringify(data); href =url +"automaticLogin?token=" +this.getLocalStorage().token +"&data=" +JSON.stringify(data);
} }
else if (row.OrderType == 5) {//包车 else if (row.OrderType == 5) {//包车 1接机 2送机 3包车
if(row.CarType==''||row.CarType==null){
this.GetAdminCarOrderPageList(row,url,href,data) this.GetAdminCarOrderPageList(row,url,href,data)
}else{
if(this.pagesTitle=='销售'||this.pagesTitle=='详情'){
data[0].path = 'CharterOrderList'
}else{
data[0].path = 'CharterOrderListOP'
}
data[0].Type = row.CarType==null||!row.CarType?4:row.CarType
href =url +"automaticLogin?token=" +this.getLocalStorage().token +"&data=" +JSON.stringify(data);
}
} }
else if (row.OrderType == 7) {//jalan酒店 else if (row.OrderType == 7) {//jalan酒店
// if(this.pagesTitle=='销售'){ // if(this.pagesTitle=='销售'){
......
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