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
f87ad1ab
Commit
f87ad1ab
authored
Sep 06, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
5344a430
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
HotelSure.vue
src/components/Hotel/HotelSure.vue
+1
-1
HotelOrder.vue
src/components/newPersonalCenter/block/model/HotelOrder.vue
+2
-1
VisaTable.vue
...ewPersonalCenter/block/model/OrderInfoModel/VisaTable.vue
+2
-1
TkOrder.vue
src/components/newPersonalCenter/block/model/TkOrder.vue
+1
-1
No files found.
src/components/Hotel/HotelSure.vue
View file @
f87ad1ab
...
...
@@ -1250,7 +1250,7 @@ export default {
costType
:
res
.
data
.
data
.
costType
,
orderId
:
res
.
data
.
data
.
orderId
,
bookingNumber
:
res
.
data
.
data
.
parmResult
.
bookingNumber
,
bookMoney
:
this
.
sureMsg
.
totalChargeableRateInfo
,
bookMoney
:
this
.
sureMsg
.
CustomerPayMoney
,
CancelTime
:
res
.
data
.
data
.
CancelTime
,
hotelName
:
res
.
data
.
data
.
parmResult
.
hotelName
,
totalPnumber
:
num
...
...
src/components/newPersonalCenter/block/model/HotelOrder.vue
View file @
f87ad1ab
...
...
@@ -60,6 +60,7 @@
</td>
<td
class=
"money"
>
<p>
总额 ¥
{{
item
.
TotalPrice
|
priceFormat
}}
</p>
<p>
实付款 ¥
{{
item
.
CustomerPayMoney
}}
</p>
<p
v-if=
"item.DiscountMoney"
>
优惠金额 ¥
{{
item
.
DiscountMoney
|
priceFormat
}}
</p>
</td>
...
...
@@ -193,7 +194,7 @@ export default {
RB_Branch_id
:
item
.
RB_Branch_id
,
costType
:
item
.
costType
,
orderId
:
item
.
OrderID
,
bookMoney
:
item
.
TotalPrice
,
bookMoney
:
item
.
CustomerPayMoney
,
CancelTime
:
item
.
EndTime
,
hotelName
:
item
.
HotelName
,
totalPnumber
:
item
.
Number
...
...
src/components/newPersonalCenter/block/model/OrderInfoModel/VisaTable.vue
View file @
f87ad1ab
...
...
@@ -235,7 +235,8 @@
<!--
<p>
婴儿:0
</p>
-->
</td>
<td
class=
"money"
>
<p>
总额 ¥
{{
item
.
customerPayMoney
|
priceFormat
}}
</p>
<p>
总额 ¥
{{
item
.
totalPrice
|
priceFormat
}}
</p>
<p>
实付款 ¥
{{
item
.
customerPayMoney
|
priceFormat
}}
</p>
<!--
<p
class=
"__cp pay_no"
v-if=
"!item.payShow"
@
click=
"item.payShow = true"
>
已付总额 ¥
{{
item
.
totalPrice
|
priceFormat
}}
<i
class=
"iconfont icon-xia"
></i></p>
-->
<p
class=
"__cp pay_no"
@
click=
"item.payShow = false"
>
已付总额 ¥
{{
item
.
income
|
priceFormat
}}
<p>
优惠金额 ¥
{{
item
.
discountMoney
|
priceFormat
}}
...
...
src/components/newPersonalCenter/block/model/TkOrder.vue
View file @
f87ad1ab
...
...
@@ -106,7 +106,7 @@
<p>
总金额:¥
{{
scope
.
row
.
preferPrice
|
priceFormat
}}
</p>
<p>
实付金额:¥
{{
scope
.
row
.
customerPayMoney
|
priceFormat
}}
</p>
<p>
退款金额:¥
{{
scope
.
row
.
refund
|
priceFormat
}}
</p>
<p
v-if=
"scope.row.discountMoney>0"
>
优惠金额:¥
{{
scope
.
row
.
discountMoney
|
priceFormat
}}
</p>
<p>
优惠金额:¥
{{
scope
.
row
.
discountMoney
|
priceFormat
}}
</p>
</
template
>
</el-table-column>
...
...
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