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
2eb5932a
Commit
2eb5932a
authored
Jul 15, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
d6ee3123
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
roomReservations.vue
src/components/Hotel/roomReservations.vue
+2
-0
roomReservationsDetails.vue
src/components/Hotel/roomReservationsDetails.vue
+6
-3
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+2
-0
No files found.
src/components/Hotel/roomReservations.vue
View file @
2eb5932a
...
@@ -360,6 +360,8 @@
...
@@ -360,6 +360,8 @@
'flightTotal'
:
obj
.
TotalSeat
,
'flightTotal'
:
obj
.
TotalSeat
,
'GuestNum'
:
obj
.
CommonReport
.
HouseStatistics
.
RealityNum
,
'GuestNum'
:
obj
.
CommonReport
.
HouseStatistics
.
RealityNum
,
'NewCombinationNum'
:
outItem
.
NewCombinationNum
,
'NewCombinationNum'
:
outItem
.
NewCombinationNum
,
'LeaderName'
:
obj
.
LeaderName
,
'GuideName'
:
obj
.
GuideName
,
blank
:
'y'
,
blank
:
'y'
,
tab
:
title
tab
:
title
}
}
...
...
src/components/Hotel/roomReservationsDetails.vue
View file @
2eb5932a
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
class="ownScrollbarStyle" ref="ownScrollbarStyle">
class="ownScrollbarStyle" ref="ownScrollbarStyle">
<table
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
class=
"roomReservationsDetailsTalbe"
v-loading=
"loading"
>
<table
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
class=
"roomReservationsDetailsTalbe"
v-loading=
"loading"
>
<tr>
<tr>
<th
class=
"fz14"
colspan=
"8"
>
团队信息
</th>
<th
class=
"fz14"
colspan=
"8"
>
团队信息
领队:
{{
LeaderName
}}
导游:
{{
GuideName
}}
.
</th>
<th
class=
"fz14"
colspan=
"16"
>
地接操作信息
</th>
<th
class=
"fz14"
colspan=
"16"
>
地接操作信息
</th>
</tr>
</tr>
<tr>
<tr>
...
@@ -117,7 +117,7 @@
...
@@ -117,7 +117,7 @@
</td>
</td>
<!-- 房间类型 -->
<!-- 房间类型 -->
<td>
<td>
{{
subItem
.
HouseStatistics
.
HouseTypeList
[
childIndex
].
HouseTypeName
}}
{{
subItem
.
HouseStatistics
.
HouseTypeList
[
childIndex
].
HouseTypeName
Ext
}}
<template
v-if=
"childIndex==4"
>
<template
v-if=
"childIndex==4"
>
<template
v-if=
"subItem.DriverGuideIsRebate==1"
>
<template
v-if=
"subItem.DriverGuideIsRebate==1"
>
<br
/><span
style=
"color:green"
>
返佣
</span>
<br
/><span
style=
"color:green"
>
返佣
</span>
...
@@ -453,6 +453,8 @@
...
@@ -453,6 +453,8 @@
IsEditHotel
:
0
,
IsEditHotel
:
0
,
//0-可以操作,1-已制单,不能操作
//0-可以操作,1-已制单,不能操作
IsOperation
:
1
,
IsOperation
:
1
,
LeaderName
:
""
,
//领队名称
GuideName
:
""
,
//导游名称
}
}
},
},
components
:
{
components
:
{
...
@@ -676,7 +678,6 @@
...
@@ -676,7 +678,6 @@
})
})
});
});
this
.
list
=
list
;
this
.
list
=
list
;
console
.
log
(
"this.list"
,
this
.
list
);
this
.
$forceUpdate
();
this
.
$forceUpdate
();
}
}
}
else
{
}
else
{
...
@@ -867,6 +868,8 @@
...
@@ -867,6 +868,8 @@
},
},
},
},
mounted
()
{
mounted
()
{
this
.
LeaderName
=
this
.
$route
.
query
.
LeaderName
;
this
.
GuideName
=
this
.
$route
.
query
.
GuideName
;
this
.
TCNUM
=
this
.
$route
.
query
.
TCNUM
;
this
.
TCNUM
=
this
.
$route
.
query
.
TCNUM
;
this
.
flightTotal
=
this
.
$route
.
query
.
flightTotal
;
this
.
flightTotal
=
this
.
$route
.
query
.
flightTotal
;
this
.
GuestNum
=
this
.
$route
.
query
.
GuestNum
;
this
.
GuestNum
=
this
.
$route
.
query
.
GuestNum
;
...
...
src/components/dmc/manager/dmcTotalTable.vue
View file @
2eb5932a
...
@@ -771,6 +771,8 @@
...
@@ -771,6 +771,8 @@
'flightTotal'
:
obj
.
TotalSeat
,
'flightTotal'
:
obj
.
TotalSeat
,
'GuestNum'
:
obj
.
OrderGuestNum
,
'GuestNum'
:
obj
.
OrderGuestNum
,
'NewCombinationNum'
:
outItem
.
NewCombinationNum
,
'NewCombinationNum'
:
outItem
.
NewCombinationNum
,
'LeaderName'
:
obj
.
LeaderName
,
'GuideName'
:
obj
.
GuideName
,
blank
:
'y'
,
blank
:
'y'
,
tab
:
title
tab
:
title
}
}
...
...
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