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
5a0ee365
Commit
5a0ee365
authored
Mar 25, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改定团号
parent
f6c52554
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
+8
-9
roomReservationsDetails.vue
src/components/Hotel/roomReservationsDetails.vue
+5
-3
bookDinnerStatisticsDetails.vue
src/components/Restaurant/bookDinnerStatisticsDetails.vue
+3
-6
No files found.
src/components/Hotel/roomReservationsDetails.vue
View file @
5a0ee365
...
...
@@ -11,8 +11,8 @@
<div
style=
"width: 100%; overflow-x: auto;padding-bottom: 10px; "
class=
"ownScrollbarStyle"
>
<table
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
class=
"roomReservationsDetailsTalbe"
>
<tr>
<th
class=
"fz14"
colspan=
"10"
>
团队信息
(定团号:
{{
NewCombinationNum
}}
)
</th>
<th
class=
"fz14"
colspan=
"1
2
"
>
地接操作信息
</th>
<th
class=
"fz14"
colspan=
"10"
>
团队信息
</th>
<th
class=
"fz14"
colspan=
"1
3
"
>
地接操作信息
</th>
</tr>
<tr>
<th
width=
"120"
>
公司团号
</th>
...
...
@@ -281,6 +281,9 @@
x
.
UnitPrice
=
x
.
UnitPrice
.
toString
();
x
.
HotelDiscount
=
x
.
HotelDiscount
.
toString
();
})
if
(
item
.
ReserveNo
==
''
||
item
.
ReserveNo
==
null
){
item
.
ReserveNo
=
this
.
$route
.
query
.
NewCombinationNum
;
}
})
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
)
...
...
@@ -362,7 +365,6 @@
this
.
TCNUM
=
this
.
$route
.
query
.
TCNUM
;
this
.
flightTotal
=
this
.
$route
.
query
.
flightTotal
;
this
.
GuestNum
=
this
.
$route
.
query
.
GuestNum
;
this
.
NewCombinationNum
=
this
.
$route
.
query
.
NewCombinationNum
;
this
.
getList
();
},
}
...
...
src/components/Restaurant/bookDinnerStatisticsDetails.vue
View file @
5a0ee365
...
...
@@ -12,7 +12,6 @@
<table
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
class=
"bookDinnerStatisticsTalbe"
>
<tr>
<th
width=
"120"
>
公司团号
</th>
<th
width=
"130"
>
定团号
</th>
<th
width=
"150"
>
用餐时间
</th>
<th
width=
"200"
>
餐厅名称
</th>
<th
width=
"200"
>
修改餐厅
</th>
...
...
@@ -39,9 +38,6 @@
<p
class=
"link"
@
click=
"goUrlT('productQuery',TCNUM,'产品查询')"
>
{{
TCNUM
}}
</p>
</div>
</td>
<td
:rowspan=
"list.length"
v-if=
"index==0"
>
<div
class=
"w120"
style=
"margin:0 5px;"
>
{{
NewCombinationNum
}}
</div>
</td>
<td>
<div
class=
"w120"
>
{{
item
.
UseTimeStr
}}
</div>
</td>
...
...
@@ -218,7 +214,6 @@ export default {
TCNUM
:
""
,
flightTotal
:
0
,
GuestNum
:
0
,
NewCombinationNum
:
''
,
};
},
methods
:
{
...
...
@@ -265,6 +260,9 @@ export default {
Name
:
x
.
NewDiningName
,
ID
:
x
.
NewDiningID
})
if
(
x
.
ReserveNo
==
''
||
x
.
ReserveNo
==
null
){
x
.
ReserveNo
=
this
.
$route
.
query
.
NewCombinationNum
;
}
})
})
}
else
{
...
...
@@ -331,7 +329,6 @@ export default {
mounted
()
{
this
.
TCNUM
=
this
.
$route
.
query
.
TCNUM
;
this
.
GuestNum
=
this
.
$route
.
query
.
GuestNum
;
this
.
NewCombinationNum
=
this
.
$route
.
query
.
NewCombinationNum
;
this
.
getList
();
}
};
...
...
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