Commit c5e0b132 authored by youjie's avatar youjie

no message

parent aaf09a28
......@@ -230,8 +230,17 @@ export default {
}
href =url +"automaticLogin?token=" +this.getLocalStorage().token +"&data=" + JSON.stringify(data);
}else if (row.OrderType == 2) {//3跟团 4一日游
data[0].path = 'enrollTotal'
href =url +"automaticLogin?token=" +this.getLocalStorage().token +"&data=" +JSON.stringify(data);
if(this.pagesTitle=='销售'||this.pagesTitle=='详情'){
if(row.TravelType==1){
data[0].path = 'groupTourOrder'
}else{
data[0].path = 'groupTourOrderOne'
}
href =url +"automaticLogin?token=" +this.getLocalStorage().token +"&data=" +JSON.stringify(data);
}else{
data[0].path = 'enrollTotal'
href =url +"automaticLogin?token=" +this.getLocalStorage().token +"&data=" +JSON.stringify(data);
}
}
else if (row.OrderType == 3) {//酒店
if(this.pagesTitle=='销售'||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