Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
bcacbe49
Commit
bcacbe49
authored
Dec 19, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
f5e9eaa3
d06c3f3e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
2 deletions
+20
-2
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+8
-0
TravelFeature.vue
...nts/newTravelmanager/TravelGroupControl/TravelFeature.vue
+3
-1
HotelTrip.vue
src/components/newTravelmanager/travelLineTrip/HotelTrip.vue
+1
-1
config.js
src/router/config.js
+8
-0
No files found.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
bcacbe49
...
@@ -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
();
}
}
};
};
...
...
src/components/newTravelmanager/TravelGroupControl/TravelFeature.vue
View file @
bcacbe49
...
@@ -379,8 +379,10 @@
...
@@ -379,8 +379,10 @@
else
if
(
SaveType
==
2
||
SaveType
==
3
)
{
else
if
(
SaveType
==
2
||
SaveType
==
3
)
{
let
path
=
"TravelControlList"
;
let
path
=
"TravelControlList"
;
//OP开团和地接开团
//OP开团和地接开团
if
(
TeamType
==
0
||
TeamType
==
3
)
{
if
(
TeamType
==
0
)
{
path
=
"TravelControlList"
;
path
=
"TravelControlList"
;
}
else
if
(
TeamType
==
3
){
path
=
"TravelControlList2"
;
}
else
if
(
TeamType
==
1
)
{
}
else
if
(
TeamType
==
1
)
{
path
=
"TravelControlListSale"
;
path
=
"TravelControlListSale"
;
}
else
if
(
TeamType
==
2
)
{
}
else
if
(
TeamType
==
2
)
{
...
...
src/components/newTravelmanager/travelLineTrip/HotelTrip.vue
View file @
bcacbe49
...
@@ -102,7 +102,7 @@
...
@@ -102,7 +102,7 @@
<!--酒店-->
<!--酒店-->
<el-select
v-if=
"!dayObj.isRead &&IsDirect==1&&TeamType!=2"
class=
"w478 Ht_hotelSelect"
size=
"mini"
<el-select
v-if=
"!dayObj.isRead &&IsDirect==1&&TeamType!=2"
class=
"w478 Ht_hotelSelect"
size=
"mini"
v-model=
"HotelChooseArray"
v-model=
"HotelChooseArray"
multiple
:multiple-limit=
"
TeamType==0
?3:1"
@
visible-change=
"getHotelList($event)"
multiple
:multiple-limit=
"
(TeamType==0||TeamType==3)
?3:1"
@
visible-change=
"getHotelList($event)"
@
change=
"changeHotelList()"
@
change=
"changeHotelList()"
filterable
placeholder=
"请选择"
:disabled=
"IsOpenHotel==1?true:false"
>
filterable
placeholder=
"请选择"
:disabled=
"IsOpenHotel==1?true:false"
>
<el-option
v-for=
"item in QHotelList"
:label=
"item.Name"
:value=
"item.ID"
:key=
"item.ID"
>
<el-option
v-for=
"item in QHotelList"
:label=
"item.Name"
:value=
"item.ID"
:key=
"item.ID"
>
...
...
src/router/config.js
View file @
bcacbe49
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment