Commit 0626d8e6 authored by youjie's avatar youjie

no message

parent 1ce4d0d1
...@@ -965,9 +965,19 @@ Vue.component("TCNUMJump", { ...@@ -965,9 +965,19 @@ Vue.component("TCNUMJump", {
if(row.TeamType==2){//为一日游的时候跳转到一日游团控列表 if(row.TeamType==2){//为一日游的时候跳转到一日游团控列表
this.$router.push({ this.$router.push({
path: "/oneDayTrip" , path: "/oneDayTrip" ,
query: { id: row.TCID, blank: "y" } query: { tcmun: row.TCNUM, blank: "y" }
}); });
}else if(row.DataType!=17&&row.DataType!=18&&row.DataType!=19&&row.TeamType!=2){ }else if(row.TeamType==1){//小包团
this.$router.push({
path: "/TravelControlListSale" ,
query: { tcmun: row.TCNUM, blank: "y" }
});
}else if(row.TeamType==0){//常规团列表
this.$router.push({
path: "/TravelControlList" ,
query: { tcmun: row.TCNUM, blank: "y" }
});
}else if(row.DataType!=17&&row.DataType!=18&&row.DataType!=19&&row.TeamType!=2&&row.TeamType!=1&&row.TeamType!=0){
this.$router.push({ this.$router.push({
path: "/" + path, path: "/" + path,
query: { tcmun: id,id: id, blank: "y" } query: { tcmun: id,id: id, blank: "y" }
......
...@@ -227,7 +227,6 @@ ...@@ -227,7 +227,6 @@
<div>出发日期:{{DataList.TeamBalance.StartDate}}</div> <div>出发日期:{{DataList.TeamBalance.StartDate}}</div>
<div>线路:{{DataList.TeamBalance.LineName}}</div> <div>线路:{{DataList.TeamBalance.LineName}}</div>
<div>系列:{{DataList.TeamBalance.LtName}}</div> <div>系列:{{DataList.TeamBalance.LtName}}</div>
{{DataList.TeamBalance}}
</div> </div>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
......
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