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
82e76590
Commit
82e76590
authored
May 12, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
ae791bf4
3e749f85
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
HotelSure.vue
src/components/Hotel/DiDa/HotelSure.vue
+3
-4
OpHotelOrderDetail.vue
...omponents/TravelManager/TravelList/OpHotelOrderDetail.vue
+3
-2
No files found.
src/components/Hotel/DiDa/HotelSure.vue
View file @
82e76590
...
@@ -480,13 +480,11 @@
...
@@ -480,13 +480,11 @@
}}
</span>
}}
</span>
</span>
</span>
</div>
</div>
<div
class=
"q-pt-xs col q-px-lg q-mb-md8"
style=
"width:50%;"
>
<div
class=
"q-pt-xs col q-px-lg q-mb-md8"
style=
"width:50%;"
>
<span
class=
"text-grey-6 q-pr-lg"
>
<i
style=
"color:#c0c4cc;"
class=
"text-grey-13 q-mr-xs el-icon-phone"
<span
class=
"text-grey-6 q-pr-lg"
>
<i
style=
"color:#c0c4cc;"
class=
"text-grey-13 q-mr-xs el-icon-phone"
name=
"place"
size=
"xs"
></i>
name=
"place"
size=
"xs"
></i>
<span
class=
"col fz14 text-weight-bold text-blick text-grey-6"
>
{{
$route
.
query
.
tel
}}
</span>
<span
class=
"col fz14 text-weight-bold text-blick text-grey-6"
>
{{
$route
.
query
.
tel
}}
</span>
</span>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -510,7 +508,6 @@
...
@@ -510,7 +508,6 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
style=
"padding-bottom: 8px;"
>
<div
style=
"padding-bottom: 8px;"
>
<div
style=
"display: flex;"
>
<div
style=
"display: flex;"
>
<div
class=
"q-pt-xs col q-px-lg q-mb-md8"
style=
"width:50%;"
>
<div
class=
"q-pt-xs col q-px-lg q-mb-md8"
style=
"width:50%;"
>
...
@@ -779,6 +776,7 @@
...
@@ -779,6 +776,7 @@
guestRequest
:
""
,
guestRequest
:
""
,
hotelId
:
''
,
hotelId
:
''
,
roomType
:
0
,
roomType
:
0
,
RoomName
:
""
,
//房型名称
},
},
auditNum
:
0
,
auditNum
:
0
,
childNum
:
0
,
childNum
:
0
,
...
@@ -866,6 +864,7 @@
...
@@ -866,6 +864,7 @@
this
.
sureMsg
.
totalRoomCount
=
this
.
params
.
searchroomGroup
.
length
;
this
.
sureMsg
.
totalRoomCount
=
this
.
params
.
searchroomGroup
.
length
;
this
.
sureMsg
.
RoomCount
=
this
.
params
.
searchroomGroup
.
length
;
this
.
sureMsg
.
RoomCount
=
this
.
params
.
searchroomGroup
.
length
;
this
.
sureMsg
.
CheckOutDate
=
this
.
params
.
CheckOutDate
;
this
.
sureMsg
.
CheckOutDate
=
this
.
params
.
CheckOutDate
;
this
.
sureMsg
.
RoomName
=
this
.
roomRateDetails
.
RatePlanList
[
0
].
RoomName_CN
;
if
(
this
.
roomRateDetails
&&
this
.
roomRateDetails
.
RatePlanList
&&
this
.
roomRateDetails
.
RatePlanList
if
(
this
.
roomRateDetails
&&
this
.
roomRateDetails
.
RatePlanList
&&
this
.
roomRateDetails
.
RatePlanList
.
length
>
0
)
{
.
length
>
0
)
{
this
.
sureMsg
.
roomType
=
this
.
roomRateDetails
.
RatePlanList
[
0
].
BedType
;
this
.
sureMsg
.
roomType
=
this
.
roomRateDetails
.
RatePlanList
[
0
].
BedType
;
...
@@ -1007,8 +1006,8 @@
...
@@ -1007,8 +1006,8 @@
"dmc_post_GetDiDaPriceConfirm"
,
"dmc_post_GetDiDaPriceConfirm"
,
this
.
params
,
this
.
params
,
res
=>
{
res
=>
{
console
.
log
(
"dmc_post_GetDiDaPriceConfirm"
,
res
.
data
);
this
.
loading
=
false
;
this
.
loading
=
false
;
console
.
log
(
"GetDiDaPriceConfirm"
,
res
.
data
);
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
dataList
=
res
.
data
.
data
.
PriceDetails
;
this
.
dataList
=
res
.
data
.
data
.
PriceDetails
;
this
.
roomRateDetails
=
res
.
data
.
data
.
PriceDetails
.
HotelList
[
0
];
this
.
roomRateDetails
=
res
.
data
.
data
.
PriceDetails
.
HotelList
[
0
];
...
...
src/components/TravelManager/TravelList/OpHotelOrderDetail.vue
View file @
82e76590
...
@@ -473,7 +473,8 @@
...
@@ -473,7 +473,8 @@
<template
v-for=
"(item,index) in details.parmResultRoomInfo.GuestList"
>
<template
v-for=
"(item,index) in details.parmResultRoomInfo.GuestList"
>
<el-row
:key=
"`dp_`+index"
>
<el-row
:key=
"`dp_`+index"
>
<el-col>
<el-col>
房间
{{
item
.
RoomNum
}}
:
<template
v-for=
"(subItem,subIndex) in item.GuestInfo"
>
房间
{{
item
.
RoomNum
}}
:
<template
v-for=
"(subItem,subIndex) in item.GuestInfo"
>
{{
subItem
.
LastName
}}
{{
subItem
.
FirstName
}}
{{
subItem
.
LastName
}}
{{
subItem
.
FirstName
}}
<template
v-if=
"subItem.Age&&subItem.Age!=''"
>
<template
v-if=
"subItem.Age&&subItem.Age!=''"
>
年龄:
{{
subItem
.
Age
}}
年龄:
{{
subItem
.
Age
}}
...
@@ -534,7 +535,7 @@
...
@@ -534,7 +535,7 @@
</div>
</div>
</div>
</div>
<div
class=
"HS_RightTopImg"
>
<div
class=
"HS_RightTopImg"
>
<
template
v-if=
"details"
>
<
template
v-if=
"details
&&details.model&&details.model.HotelPic&&details.model.HotelPic!=''
"
>
<img
:src=
"details.model.HotelPic"
alt=
""
/>
<img
:src=
"details.model.HotelPic"
alt=
""
/>
</
template
>
</
template
>
</div>
</div>
...
...
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