Commit 1ed1f6ed authored by youjie's avatar youjie

no message

parent 9346d9f1
...@@ -2055,7 +2055,7 @@ ...@@ -2055,7 +2055,7 @@
}, },
//跳转到团控列表 //跳转到团控列表
gotoTravelList(item) { gotoTravelList(item) {
var path = "/TravelControlList"; var path = "";
//小包团 //小包团
if (item.TeamType == 1) { if (item.TeamType == 1) {
path = "/TravelControlListSale"; path = "/TravelControlListSale";
...@@ -2071,6 +2071,8 @@ ...@@ -2071,6 +2071,8 @@
//包机 //包机
else if (item.TeamType == 4) { else if (item.TeamType == 4) {
path = "/TravelTeam"; path = "/TravelTeam";
}else{
path = "/TravelControlList";
} }
var params = { var params = {
tcmun: item.TCNUM tcmun: item.TCNUM
......
...@@ -1555,6 +1555,7 @@ ...@@ -1555,6 +1555,7 @@
this.queryMsg = this.$store.state.pageCondition; this.queryMsg = this.$store.state.pageCondition;
} }
} }
if(!this.$route.query.tcmun){
var myDate = new Date(); var myDate = new Date();
var nowDate = var nowDate =
myDate.getFullYear() + myDate.getFullYear() +
...@@ -1563,6 +1564,8 @@ ...@@ -1563,6 +1564,8 @@
"-" + "-" +
myDate.getDate(); myDate.getDate();
this.queryMsg.StartGroupDate = nowDate; this.queryMsg.StartGroupDate = nowDate;
}
if ( if (
this.queryCommonData.IsParentCompany != 1 && this.queryCommonData.IsParentCompany != 1 &&
userInfo.RB_Branch_id != 49 userInfo.RB_Branch_id != 49
......
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