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
ceb66672
Commit
ceb66672
authored
Apr 30, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
0da021ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
38 deletions
+3
-38
order.vue
pages/hotel/order.vue
+2
-37
orderdetails.vue
pages/hotel/orderdetails.vue
+1
-1
No files found.
pages/hotel/order.vue
View file @
ceb66672
...
...
@@ -25,49 +25,26 @@
<view
class=
"roomline"
></view>
<view
class=
"room-remark"
>
{{
searchObj
.
rooms
}}
间
</view>
<view
class=
"roomline"
></view>
<view
class=
"roomPrice"
>
<!--
{{
searchObj
.
peoples
}}
-->
{{
RoomInfo
.
Currency
}}
<!--
{{
getPrice
(
orderMsg
.
TotalPrice
)
}}
-->
{{
orderMsg
.
TotalPrice
}}
<!-- /人 -->
</view>
</view>
</view>
</view>
<view
class=
"form"
>
<view
class=
"row-sb-n visaProductTextBox"
>
<view
class=
"row col"
style=
"width:1px;flex: 1;"
>
<view
class=
"visaProduct_rColor visaProductTextL"
>
*
</view>
<view
class=
"visaProductTitle"
>
订房信息
</view>
<!--
<view
v-if=
"tipsText"
class=
"row visaProduct_rColor visaProductTextR items-center"
>
<view>
{{
tipsText
}}
</view>
<img
style=
"width: 19rpx;height: 19rpx;margin-left: 5rpx;"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638751271514841634.png"
/>
</view>
-->
</view>
<view
class=
"row-sbas-n items-center"
>
<!--
<view
class=
"addPnum addPnumL"
@
click=
"orderMsg.RoomCount>1?editNum(1):''"
>
<image
v-if=
"orderMsg.RoomCount>1"
style=
"width: 27rpx;height: 27rpx;display: block;"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638751245939665786.png"
/>
<image
v-else
style=
"width: 27rpx;height: 27rpx;display: block;"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638755711218891689.png"
/>
</view>
-->
<view
class=
"col row items-center textCenter visaProductTetx"
>
{{
orderMsg
.
RoomCount
}}
间
</view>
<!--
<view
class=
"addPnum addPnumR"
@
click=
"editNum()"
>
<image
style=
"width: 27rpx;height: 27rpx;display: block;"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638751245974558349.png"
/>
</view>
-->
</view>
</view>
<view>
...
...
@@ -81,17 +58,6 @@
:
placeholder
=
"`${sItem.IsAdult?'住客'+(i+1):sItem.Age+'岁儿童'
}
姓`"
/>
<
input
type
=
"text"
v
-
model
=
"sItem.FirstName"
:
placeholder
=
"`${sItem.IsAdult?'住客'+(i+1):sItem.Age+'岁儿童'
}
名`"
/>
<!--
<
view
class
=
"row"
style
=
"margin-left:20rpx;"
>
<
image
v
-
if
=
"item.GuestInfo.length>1"
style
=
"width: 27rpx;height: 27rpx;display: block;"
@
click
=
"deleteGuest(index,i)"
src
=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638751245939665786.png"
/>
<
image
v
-
else
style
=
"width: 27rpx;height: 27rpx;display: block;"
src
=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638755711218891689.png"
/>
<
image
style
=
"width: 27rpx;height: 27rpx;display: block;margin-left:20rpx;"
@
click
=
"addGuest(index)"
src
=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638751245974558349.png"
/>
<
/view>--
>
<
/view
>
<
/view
>
<
/view
>
...
...
@@ -100,8 +66,8 @@
联系姓名
<
/view
>
<
view
class
=
"val row"
>
<
input
type
=
"text"
v
-
model
=
"orderMsg.guestLastName"
placeholder
=
"
请输入
姓"
/>
<
input
type
=
"text"
v
-
model
=
"orderMsg.guestFirstName"
placeholder
=
"
请输入
名"
/>
<
input
type
=
"text"
v
-
model
=
"orderMsg.guestLastName"
placeholder
=
"
拼音或英文
姓"
/>
<
input
type
=
"text"
v
-
model
=
"orderMsg.guestFirstName"
placeholder
=
"
拼音或英文
名"
/>
<
/view
>
<
/view
>
<
view
class
=
"form-items"
>
...
...
@@ -204,7 +170,6 @@
<
/view
>
<
/view
>
<
/view
>
<
/view
>
<
view
class
=
"buyTispBox"
>
<
view
class
=
"big-title"
>
...
...
pages/hotel/orderdetails.vue
View file @
ceb66672
...
...
@@ -68,7 +68,7 @@
</view>
<view
class=
"ReservationInforBox"
>
<view
class=
"ReservationInforTitle"
>
预定信息
</view>
<view
class=
"ResInforText row-sb-n"
v-if=
"orderData.model&&orderData.model.ThirdOrderNo!=''"
>
<view
class=
"ResInforText row-sb-n"
v-if=
"orderData.model&&orderData.model.ThirdOrderNo!=''
&&orderData.model.OrderStatus==5
"
>
<view
class=
"ResInforL"
>
订单号
</view>
<view
class=
"ResInforR"
style=
"color: #ff3166;"
>
{{
orderData
.
model
.
ThirdOrderNo
}}
...
...
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