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
214b6248
Commit
214b6248
authored
Apr 23, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
备注,优惠券id
parent
101ea751
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
4 deletions
+34
-4
order.vue
pages/hotel/order.vue
+33
-3
orderdetails.vue
pages/hotel/orderdetails.vue
+1
-1
No files found.
pages/hotel/order.vue
View file @
214b6248
...
...
@@ -40,6 +40,7 @@
</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>
...
...
@@ -123,6 +124,10 @@
<
/view
>
<
/view
>
<
/view
>
<
view
>
<
textarea
class
=
"jz_TextArea"
placeholder
=
"请输入备注信息"
v
-
model
=
"orderMsg.Remarks"
><
/textarea
>
<
/view
>
<
/view
>
<
view
class
=
"CouponBox"
>
<
view
class
=
"big-title"
>
...
...
@@ -308,7 +313,19 @@
TotalPrice
:
0
,
//总价
CustomerPayMoney
:
0
,
DiscountMoney
:
0
,
//优惠
OrderSource
:
2
,
CouponAllotIds
:
''
,
//优惠券Id
// #ifdef MP-DI
OrderSource
:
7
,
// #endif
// #ifdef MP-AG
OrderSource
:
5
,
// #endif
// // #ifdef MP-WEIXIN
// OrderSource: 5,
// // #endif
// #ifdef MP-ALIPAY
OrderSource
:
6
,
// #endif
OrderForm
:
4
,
//订单来源
//备注
guestRequest
:
""
,
...
...
@@ -317,6 +334,7 @@
CustomerId
:
0
,
//同行Id
DirectCustomerId
:
0
,
//直客Id
CreateBy
:
0
,
//同业联系人
Remarks
:
''
,
//备注
}
,
showtime
:
false
,
paramsTime
:
{
...
...
@@ -788,8 +806,6 @@
}
)
return
}
if
(
this
.
submit
)
return
;
this
.
submit
=
true
;
let
that
=
this
;
...
...
@@ -811,6 +827,11 @@
}
// #endif
that
.
orderMsg
.
CreateBy
=
CreateBy
let
CouponAllotIds
=
''
if
(
this
.
useCouponIds
.
length
>
0
){
CouponAllotIds
=
this
.
useCouponIds
.
join
(
','
)
}
this
.
orderMsg
.
CouponAllotIds
=
CouponAllotIds
console
.
log
(
"酒店下单"
,
that
.
orderMsg
);
that
.
apipost
(
'dmc_post_GetDiDaBookingConfirm'
,
that
.
orderMsg
,
res
=>
{
...
...
@@ -1231,4 +1252,13 @@
.
LastNameBox
view
:
last
-
child
{
margin
-
bottom
:
0
;
}
.
jz_TextArea
{
height
:
50
px
;
margin
-
bottom
:
10
px
;
width
:
auto
;
border
:
1
px
solid
#
dfddd8
;
border
-
radius
:
4
px
;
margin
:
0
10
rpx
;
padding
:
20
rpx
;
}
<
/style>
\ No newline at end of file
pages/hotel/orderdetails.vue
View file @
214b6248
...
...
@@ -72,7 +72,7 @@
<view
class=
"ResInforL"
>
房型
</view>
<view
class=
"ResInforR"
>
<text
v-for=
"(items,i) in RatePlanList"
:key=
"i"
>
{{
items
.
R
atePlanName
}}
{{
items
.
R
oomName_CN
}}
<template
v-if=
"i!=RatePlanList.length-1"
>
,
</
template
>
</text>
</view>
...
...
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