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
503c4c33
Commit
503c4c33
authored
Sep 06, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huaguohao/athena
parents
cf1d88e9
5910874d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
Appointment.vue
src/components/LocalTour/Appointment.vue
+1
-1
TicketDetails.vue
src/components/LocalTour/TicketDetails.vue
+1
-1
Pay.vue
src/components/Ticket/Pay.vue
+2
-1
FoodTable.vue
...ewPersonalCenter/block/model/OrderInfoModel/FoodTable.vue
+2
-2
No files found.
src/components/LocalTour/Appointment.vue
View file @
503c4c33
...
...
@@ -290,7 +290,7 @@ export default {
this
.
UserCanUseCouponList
=
list
},
SaveOrder
(
formName
){
this
.
form
.
preferPrice
=
this
.
SettlementP
rice
;
this
.
form
.
preferPrice
=
this
.
p
rice
;
if
(
this
.
form
.
useDate
==
""
){
this
.
Error
(
"请选择使用日期!"
)
return
;
...
...
src/components/LocalTour/TicketDetails.vue
View file @
503c4c33
...
...
@@ -225,7 +225,7 @@ export default {
},
methods
:
{
YdUrl
(
dataDes
,
item
){
sessionStorage
.
dataDes
=
JSON
.
stringify
(
dataDes
);
sessionStorage
.
dataDes
=
JSON
.
stringify
(
dataDes
);
sessionStorage
.
Ticketinfo
=
JSON
.
stringify
(
item
);
this
.
$router
.
push
({
path
:
'/Appointment'
,
query
:{
idDes
:
encodeURIComponent
(
item
.
idDes
)}
})
...
...
src/components/Ticket/Pay.vue
View file @
503c4c33
...
...
@@ -172,8 +172,9 @@ export default {
let
Visainfo
=
JSON
.
parse
(
sessionStorage
.
Visainfo
);
this
.
Commoditydetails
=
Visainfo
;
this
.
Commoditydetails
.
airOrderId
=
Visainfo
.
AirOrderId
;
this
.
Commoditydetails
.
customerPayMoney
=
Visainfo
.
preferPrice
;
this
.
code
.
OrderSource
=
Visainfo
.
orderResourceId
;
this
.
code
.
total_fee
=
Visainfo
.
customerPayMoney
+
''
;
this
.
code
.
total_fee
=
Visainfo
.
preferPrice
+
''
;
this
.
code
.
body
=
Visainfo
.
description
;
this
.
code
.
attach
=
`
${
Visainfo
.
costType
}
|
${
Visainfo
.
customerName
}
|
${
Visainfo
.
AirOrderId
}
|
${
Visainfo
.
customerId
}
|
${
Visainfo
.
outBranchId
}
`
}
else
{
...
...
src/components/newPersonalCenter/block/model/OrderInfoModel/FoodTable.vue
View file @
503c4c33
...
...
@@ -214,7 +214,7 @@
</td>
<td
class=
"money"
>
<p>
总金额:
{{
item
.
preferPrice
|
priceFormat
}}
</p>
<p>
实
付款:
{{
item
.
customerPayMoney
|
priceFormat
}}
</p>
<p>
应
付款:
{{
item
.
customerPayMoney
|
priceFormat
}}
</p>
<p>
优惠金额:
{{
item
.
discountMoney
|
priceFormat
}}
</p>
</td>
<td
class=
"color333 font-size12"
>
...
...
@@ -294,7 +294,7 @@ export default {
let
data
=
{};
data
=
item
.
payInfo
;
data
.
AirOrderId
=
item
.
payInfo
.
airOrderId
;
item
.
payInfo
.
preferPrice
=
item
.
payInfo
.
preferPrice
-
item
.
discount
Money
item
.
payInfo
.
preferPrice
=
item
.
customerPay
Money
sessionStorage
.
Visainfo
=
JSON
.
stringify
(
item
.
payInfo
)
this
.
$router
.
push
({
name
:
"Pay"
,
...
...
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