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
5910874d
Commit
5910874d
authored
Sep 06, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huaguohao/athena
parents
86e54a1a
42694ead
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 @
5910874d
...
@@ -1250,7 +1250,7 @@ export default {
...
@@ -1250,7 +1250,7 @@ export default {
costType
:
res
.
data
.
data
.
costType
,
costType
:
res
.
data
.
data
.
costType
,
orderId
:
res
.
data
.
data
.
orderId
,
orderId
:
res
.
data
.
data
.
orderId
,
bookingNumber
:
res
.
data
.
data
.
parmResult
.
bookingNumber
,
bookingNumber
:
res
.
data
.
data
.
parmResult
.
bookingNumber
,
bookMoney
:
this
.
sureMsg
.
totalChargeableRateInfo
,
bookMoney
:
this
.
sureMsg
.
CustomerPayMoney
,
CancelTime
:
res
.
data
.
data
.
CancelTime
,
CancelTime
:
res
.
data
.
data
.
CancelTime
,
hotelName
:
res
.
data
.
data
.
parmResult
.
hotelName
,
hotelName
:
res
.
data
.
data
.
parmResult
.
hotelName
,
totalPnumber
:
num
totalPnumber
:
num
...
...
src/components/newPersonalCenter/block/model/HotelOrder.vue
View file @
5910874d
...
@@ -60,6 +60,7 @@
...
@@ -60,6 +60,7 @@
</td>
</td>
<td
class=
"money"
>
<td
class=
"money"
>
<p>
总额 ¥
{{
item
.
TotalPrice
|
priceFormat
}}
</p>
<p>
总额 ¥
{{
item
.
TotalPrice
|
priceFormat
}}
</p>
<p>
实付款 ¥
{{
item
.
CustomerPayMoney
}}
</p>
<p
v-if=
"item.DiscountMoney"
>
优惠金额 ¥
{{
item
.
DiscountMoney
|
priceFormat
}}
</p>
<p
v-if=
"item.DiscountMoney"
>
优惠金额 ¥
{{
item
.
DiscountMoney
|
priceFormat
}}
</p>
</td>
</td>
...
@@ -193,7 +194,7 @@ export default {
...
@@ -193,7 +194,7 @@ export default {
RB_Branch_id
:
item
.
RB_Branch_id
,
RB_Branch_id
:
item
.
RB_Branch_id
,
costType
:
item
.
costType
,
costType
:
item
.
costType
,
orderId
:
item
.
OrderID
,
orderId
:
item
.
OrderID
,
bookMoney
:
item
.
TotalPrice
,
bookMoney
:
item
.
CustomerPayMoney
,
CancelTime
:
item
.
EndTime
,
CancelTime
:
item
.
EndTime
,
hotelName
:
item
.
HotelName
,
hotelName
:
item
.
HotelName
,
totalPnumber
:
item
.
Number
totalPnumber
:
item
.
Number
...
...
src/components/newPersonalCenter/block/model/OrderInfoModel/VisaTable.vue
View file @
5910874d
...
@@ -235,7 +235,8 @@
...
@@ -235,7 +235,8 @@
<!--
<p>
婴儿:0
</p>
-->
<!--
<p>
婴儿:0
</p>
-->
</td>
</td>
<td
class=
"money"
>
<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"
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
class=
"__cp pay_no"
@
click=
"item.payShow = false"
>
已付总额 ¥
{{
item
.
income
|
priceFormat
}}
<p>
优惠金额 ¥
{{
item
.
discountMoney
|
priceFormat
}}
<p>
优惠金额 ¥
{{
item
.
discountMoney
|
priceFormat
}}
...
...
src/components/newPersonalCenter/block/model/TkOrder.vue
View file @
5910874d
...
@@ -106,7 +106,7 @@
...
@@ -106,7 +106,7 @@
<p>
总金额:¥
{{
scope
.
row
.
preferPrice
|
priceFormat
}}
</p>
<p>
总金额:¥
{{
scope
.
row
.
preferPrice
|
priceFormat
}}
</p>
<p>
实付金额:¥
{{
scope
.
row
.
customerPayMoney
|
priceFormat
}}
</p>
<p>
实付金额:¥
{{
scope
.
row
.
customerPayMoney
|
priceFormat
}}
</p>
<p>
退款金额:¥
{{
scope
.
row
.
refund
|
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
>
</
template
>
</el-table-column>
</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