Commit 20fd4cc2 authored by youjie's avatar youjie

no message

parent 6957b9a8
......@@ -844,6 +844,11 @@ Vue.component("TCIDJump", {
path: "/oneDayTrip" ,
query: { id: id, blank: "y" }
});
}else if(row.TeamType==4){
this.$router.push({
path: "/TravelTeam" ,
query: { tcmun: row.TCNUM, blank: "y" }
});
}else if(row.DataType!=17&&row.DataType!=18&&row.DataType!=19){
this.$router.push({
path: "/" + path,
......@@ -1089,6 +1094,11 @@ Vue.component("TCNUMJump", {
path: "/TravelControlListSale" ,
query: { tcmun: row.TCNUM, blank: "y" }
});
}else if(row.TeamType==4){
this.$router.push({
path: "/TravelTeam" ,
query: { tcmun: row.TCNUM, blank: "y" }
});
}else if(row.TeamType==0){//常规团列表
this.$router.push({
path: "/TravelControlList" ,
......
......@@ -926,11 +926,10 @@
this.CurrentUserInfo = this.getLocalStorage();
this.getLineList();
let nowDate = this.getBeforeDate(0, new Date().Format("yyyy-MM-dd"))
this.queryMsg.SelectStartDate = nowDate;
if (this.$route.query) {
if (this.$route.query.tcmun) {
this.queryMsg.TCNUM = this.$route.query.tcmun;
}
}else this.queryMsg.SelectStartDate = nowDate;
}
}
};
......
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