Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
华国豪
Athena
Commits
718d73d8
Commit
718d73d8
authored
Jul 15, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
6ff137d3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
19 deletions
+25
-19
HotelDetail.vue
src/components/Hotel/HotelDetail.vue
+9
-7
HotelPay.vue
src/components/Hotel/HotelPay.vue
+5
-3
HotelSure.vue
src/components/Hotel/HotelSure.vue
+11
-9
No files found.
src/components/Hotel/HotelDetail.vue
View file @
718d73d8
...
...
@@ -634,13 +634,15 @@
<span
v-if=
"item.gradeType==5"
>
豪华间
</span>
<span
v-if=
"item.gradeType==6"
>
其他
</span>
<span
v-if=
"item.roomType==1"
>
单人床
</span>
<span
v-if=
"item.roomType==2"
>
双床
</span>
<span
v-if=
"item.roomType==3"
>
大床房
</span>
<span
v-if=
"item.roomType==4"
>
三人间
</span>
<span
v-if=
"item.roomType==5"
>
四床房
</span>
<span
v-if=
"item.roomType==6"
>
日式房
</span>
<span
v-if=
"item.roomType==7"
>
日式
&
西式混合房间
</span>
<span
v-if=
"item.roomType==1"
>
单人
</span>
<span
v-if=
"item.roomType==2"
>
双人
</span>
<span
v-if=
"item.roomType==3"
>
双
</span>
<span
v-if=
"item.roomType==4"
>
三件套
</span>
<span
v-if=
"item.roomType==5"
>
4床
</span>
<span
v-if=
"item.roomType==6"
>
日式房间
</span>
<span
v-if=
"item.roomType==7"
>
和洋室
</span>
<span
v-if=
"item.roomType==8"
>
半开双
</span>
<span
v-if=
"item.roomType==9"
>
其他的
</span>
<span
v-if=
"item.smoking==0"
>
禁烟
</span>
<span
v-if=
"item.smoking==1"
>
可吸烟
</span>
...
...
src/components/Hotel/HotelPay.vue
View file @
718d73d8
...
...
@@ -100,8 +100,8 @@
<img
src=
"../../assets/img/ticket/gou.png"
alt=
""
>
<div
style=
"padding-left:80px;box-sizing: border-box;width:100%"
>
<p
style=
"font-size:24px;color:#333;font-weight:700"
>
订单支付成功!
</p>
<p
style=
"font-size:12px;color:#333"
>
如有疑问 可致电028-565464646
,点击
<
router-link
to=
"/newPersonalCenter?key=8-1"
style=
"color:#ee4454;text-decoration:underline"
>
查看订单>>
</router-link
>
<p
style=
"font-size:12px;color:#333"
>
如有疑问 可致电028-565464646
<
!--
<router-link
to=
"/newPersonalCenter?key=8-1"
style=
"color:#ee4454;text-decoration:underline"
>
查看订单>>
</router-link>
--
>
</p>
</div>
</div>
...
...
@@ -174,9 +174,11 @@ export default {
this
.
TotalPrice
=
msgList
.
bookMoney
;
this
.
bookingNumber
=
msgList
.
orderId
;
this
.
code
.
body
=
`
${
msgList
.
hotelName
}${
msgList
.
totalPnumber
}${
msgList
.
bookMoney
}
`
;
this
.
code
.
body
=
`酒店名称
${
msgList
.
hotelName
}
,总人数
${
msgList
.
totalPnumber
}
人,总价格
${
msgList
.
bookMoney
}
元`
;
this
.
code
.
attach
=
`
${
msgList
.
costType
}
|
${
userInfo
.
name
}
|
${
msgList
.
orderId
}
|
${
userInfo
.
customerId
}
|
${
msgList
.
RB_Branch_id
}
`
this
.
code
.
total_fee
=
msgList
.
bookMoney
+
''
;
this
.
code
.
CancelTime
=
moment
(
msgList
.
CancelTime
).
format
(
'YYYY-MM-DD HH:mm:ss'
);
this
.
Code
(
'3'
);
},
...
...
src/components/Hotel/HotelSure.vue
View file @
718d73d8
...
...
@@ -515,15 +515,17 @@
<ul
class=
"HS_RoomInfo"
>
<li>
<span
class=
"C9"
>
房型
</span>
<div
v-if=
"dataList.roomRateDetails"
>
<
template
v-if=
"dataList.roomRateDetails.roomType==1"
>
单人床
</
template
>
<
template
v-if=
"dataList.roomRateDetails.roomType==2"
>
双床
</
template
>
<
template
v-if=
"dataList.roomRateDetails.roomType==3"
>
大床房
</
template
>
<
template
v-if=
"dataList.roomRateDetails.roomType==4"
>
三人间
</
template
>
<
template
v-if=
"dataList.roomRateDetails.roomType==5"
>
四床房
</
template
>
<
template
v-if=
"dataList.roomRateDetails.roomType==6"
>
日式房
</
template
>
<
template
v-if=
"dataList.roomRateDetails.roomType==7"
>
日式
&
西式混合房间
</
template
>
</div>
<span
v-if=
"dataList.roomRateDetails"
>
<
template
v-if=
"dataList.roomRateDetails.roomType==1"
>
单人
</
template
>
<
template
v-if=
"dataList.roomRateDetails.roomType==2"
>
双人
</
template
>
<
template
v-if=
"dataList.roomRateDetails.roomType==3"
>
双
</
template
>
<
template
v-if=
"dataList.roomRateDetails.roomType==4"
>
三件套
</
template
>
<
template
v-if=
"dataList.roomRateDetails.roomType==5"
>
4床
</
template
>
<
template
v-if=
"dataList.roomRateDetails.roomType==6"
>
日式房间
</
template
>
<
template
v-if=
"dataList.roomRateDetails.roomType==7"
>
和洋室
</
template
>
<
template
v-if=
"dataList.roomRateDetails.roomType==8"
>
半开双
</
template
>
<
template
v-if=
"dataList.roomRateDetails.roomType==9"
>
其他的
</
template
>
</span>
</li>
<!-- <li>
<span class="C9">人数</span>
...
...
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