Commit 8f2fc429 authored by zhengke's avatar zhengke

增加地接团控列表

parent 1b3e0e71
...@@ -2112,6 +2112,14 @@ export default { ...@@ -2112,6 +2112,14 @@ export default {
) { ) {
this.queryMsg.OutBranchIds.push(this.CurrentUserInfo.RB_Branch_id); this.queryMsg.OutBranchIds.push(this.CurrentUserInfo.RB_Branch_id);
} }
var routeName = this.$route.name
if (routeName == 'TravelControlList') {
this.queryMsg.TeamType = 0;
}
if (routeName == 'TravelControlList2') {
this.queryMsg.TeamType = 3;
}
this.getControlList(); this.getControlList();
} }
}; };
......
...@@ -1934,6 +1934,14 @@ export default { ...@@ -1934,6 +1934,14 @@ export default {
title: '团控列表' title: '团控列表'
}, },
}, },
{
path: '/TravelControlList2', //地接团控列表
name: 'TravelControlList2',
component: resolve => require(['@/components/TravelManager/TravelList/TravelControlList'], resolve),
meta: {
title: '地接团控列表'
},
},
{ {
path: '/PriceHotelWorkList', //团酒店工作列表 path: '/PriceHotelWorkList', //团酒店工作列表
name: 'PriceHotelWorkList', name: 'PriceHotelWorkList',
......
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