Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
371e8258
Commit
371e8258
authored
Apr 23, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
214b6248
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
hotelRoom.vue
pages/hotel/components/hotelRoom.vue
+1
-2
detail.vue
pages/hotel/detail.vue
+6
-2
order.vue
pages/hotel/order.vue
+2
-2
No files found.
pages/hotel/components/hotelRoom.vue
View file @
371e8258
...
@@ -402,7 +402,6 @@
...
@@ -402,7 +402,6 @@
images
:
[],
images
:
[],
destination
:
this
.
HotelInfo
.
location
&&
this
.
HotelInfo
.
location
.
destination
&&
this
.
HotelInfo
.
location
.
destination
.
name
,
destination
:
this
.
HotelInfo
.
location
&&
this
.
HotelInfo
.
location
.
destination
&&
this
.
HotelInfo
.
location
.
destination
.
name
,
country
:
this
.
HotelInfo
.
location
&&
this
.
HotelInfo
.
location
.
country
&&
this
.
HotelInfo
.
location
.
country
.
name
,
country
:
this
.
HotelInfo
.
location
&&
this
.
HotelInfo
.
location
.
country
&&
this
.
HotelInfo
.
location
.
country
.
name
,
CreateBy
:
createBy
,
//服务人员
}
}
if
(
this
.
HotelInfo
)
{
if
(
this
.
HotelInfo
)
{
if
(
this
.
HotelInfo
.
images
&&
this
.
HotelInfo
.
images
.
length
>
0
)
{
if
(
this
.
HotelInfo
.
images
&&
this
.
HotelInfo
.
images
.
length
>
0
)
{
...
@@ -416,7 +415,7 @@
...
@@ -416,7 +415,7 @@
}
}
console
.
log
(
"hotelRoom"
,
pHotel
);
console
.
log
(
"hotelRoom"
,
pHotel
);
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
`/pages/hotel/order?searchObj=
${
JSON
.
stringify
(
this
.
searchObj
)}
&dayObj=
${
JSON
.
stringify
(
this
.
dayObj
)}
&HotelInfo=
${
JSON
.
stringify
(
pHotel
)}
&RoomInfo=
${
JSON
.
stringify
(
subItem
)}
`
,
url
:
`/pages/hotel/order?searchObj=
${
JSON
.
stringify
(
this
.
searchObj
)}
&dayObj=
${
JSON
.
stringify
(
this
.
dayObj
)}
&HotelInfo=
${
JSON
.
stringify
(
pHotel
)}
&RoomInfo=
${
JSON
.
stringify
(
subItem
)}
&CreateBy=
${
createBy
}
`
,
});
});
},
},
openPicture
(
item
)
{
openPicture
(
item
)
{
...
...
pages/hotel/detail.vue
View file @
371e8258
...
@@ -200,8 +200,12 @@
...
@@ -200,8 +200,12 @@
</scroll-view>
</scroll-view>
</u-dropdown-item>
</u-dropdown-item>
</u-dropdown>
</u-dropdown>
<hotelRoom
v-show=
"getQueryData.length>0"
:dataList=
"dataList"
:rooms=
"getQueryData"
:roomMsg=
"roomMsg"
:search=
"searchObj"
<hotelRoom
v-show=
"getQueryData.length>0"
:dataList=
"dataList"
:day=
"dayObj"
:qRoomType=
"qRoomTypeList"
:qMealType=
"qMealTypeList"
></hotelRoom>
:rooms=
"getQueryData"
:roomMsg=
"roomMsg"
:search=
"searchObj"
:day=
"dayObj"
:qRoomType=
"qRoomTypeList"
:qMealType=
"qMealTypeList"
:createById=
"createBy"
></hotelRoom>
</view>
</view>
<u-empty
v-show=
"getQueryData.length==0&&!loading"
text=
"暂无空房间"
mode=
"data"
padding-top=
"5"
></u-empty>
<u-empty
v-show=
"getQueryData.length==0&&!loading"
text=
"暂无空房间"
mode=
"data"
padding-top=
"5"
></u-empty>
</view>
</view>
...
...
pages/hotel/order.vue
View file @
371e8258
...
@@ -815,13 +815,13 @@
...
@@ -815,13 +815,13 @@
if
(
this
.
customer
&&
this
.
customer
.
erpBaseInfo
&&
this
.
customer
.
erpBaseInfo
.
employeeId
)
{
if
(
this
.
customer
&&
this
.
customer
.
erpBaseInfo
&&
this
.
customer
.
erpBaseInfo
.
employeeId
)
{
that
.
orderMsg
.
EmployeeIdStr
=
this
.
customer
.
erpBaseInfo
.
employeeId
;
that
.
orderMsg
.
EmployeeIdStr
=
this
.
customer
.
erpBaseInfo
.
employeeId
;
}
}
this
.
orderMsg
.
OrderSource
=
7
//
this.orderMsg.OrderSource = 7
// #endif
// #endif
// #ifdef MP-AG
// #ifdef MP-AG
CreateBy
=
this
.
CreateBy
CreateBy
=
this
.
CreateBy
that
.
orderMsg
.
CustomerId
=
this
.
customer
.
customerId
that
.
orderMsg
.
CustomerId
=
this
.
customer
.
customerId
this
.
orderMsg
.
OrderSource
=
5
//
this.orderMsg.OrderSource = 5
if
(
this
.
customer
&&
this
.
customer
.
salesBaseInfo
&&
this
.
customer
.
salesBaseInfo
.
employeeId
)
{
if
(
this
.
customer
&&
this
.
customer
.
salesBaseInfo
&&
this
.
customer
.
salesBaseInfo
.
employeeId
)
{
this
.
orderMsg
.
EmployeeIdStr
=
this
.
customer
.
salesBaseInfo
.
employeeId
this
.
orderMsg
.
EmployeeIdStr
=
this
.
customer
.
salesBaseInfo
.
employeeId
}
}
...
...
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