Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
37d017bf
Commit
37d017bf
authored
Mar 08, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
bf698c1a
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
21 deletions
+13
-21
OrderList.vue
src/components/Hotel/reservation/OrderList.vue
+3
-12
ListCar.vue
src/components/Hotel/singleProduct/components/ListCar.vue
+1
-1
TableOperation.vue
...ponents/Hotel/singleProduct/components/TableOperation.vue
+5
-3
CharterPreview.vue
src/components/busManagement/BookAcar/CharterPreview.vue
+1
-1
OrderPreview.vue
src/components/scenicSpot/Singleticket/OrderPreview.vue
+2
-1
OrderList.vue
src/components/scenicSpot/reservation/OrderList.vue
+1
-3
No files found.
src/components/Hotel/reservation/OrderList.vue
View file @
37d017bf
...
...
@@ -690,10 +690,7 @@
<span
class=
"fz12 c9e"
>
订单总金额
</span>
<div
class=
"ml"
>
<span
class=
"fz15 fbold"
>
{{ item.Money.toFixed(2) }}
</span>
<span
class=
"fz12 ml"
>
<!-- ¥ -->
円
</span>
<!-- <span class="fz15">{{ item.CurrencyName }}</span> -->
<span
class=
"fz12 ml"
>
{{ item.CurrencyName }}
</span>
</div>
</div>
<div
...
...
@@ -702,11 +699,8 @@
>
<span
class=
"fz12 c9e"
>
到店自付
</span>
<div
class=
"ml"
>
<span
class=
"fz10 ml"
>
<!-- ¥ -->
円
</span>
<span
class=
"fz14"
>
{{ item.SelfPayMoney.toFixed(2) }}
</span>
<
!-- <span class="fz14">{{ item.CurrencyName }}</span> --
>
<
span
class=
"fz12 ml"
>
{{ item.CurrencyName }}
</span
>
</div>
</div>
<div
...
...
@@ -715,11 +709,8 @@
>
<span
class=
"fz12 c9e"
>
出发前付款
</span>
<div
class=
"ml"
>
<span
class=
"fz10 ml"
>
<!-- ¥ -->
円
</span>
<span
class=
"fz14"
>
{{ item.BeforeMoney.toFixed(2) }}
</span>
<
!-- <span class="fz14">{{ item.CurrencyName }}</span> --
>
<
span
class=
"fz12 ml"
>
{{ item.CurrencyName }}
</span
>
</div>
</div>
</div>
...
...
src/components/Hotel/singleProduct/components/ListCar.vue
View file @
37d017bf
...
...
@@ -105,8 +105,8 @@
<div>
<span
class=
"coloref1416c fz12"
>
订单总金额:
</span>
<span
class=
"coloref1416c fbold"
>
<span
class=
"fz13"
>
<!-- ¥ -->
円
</span>
<span
class=
"fz18"
>
{{parameters.Money}}
</span>
<span
class=
"fz13"
>
<!-- ¥ -->
{{cars[0].CurrencyName}}
</span>
</span>
</div>
<div>
...
...
src/components/Hotel/singleProduct/components/TableOperation.vue
View file @
37d017bf
...
...
@@ -113,7 +113,8 @@
TaxesPrice
:
0
,
PriceInTangTax
:
0
,
PriceIsBreakfast
:
0
,
PriceIsDinner
:
0
PriceIsDinner
:
0
,
CurrencyName
:
''
},
total
:
0
,
joinHouse
:
{
...
...
@@ -147,7 +148,6 @@
},
hotelInfor
:
{
handler
:
function
(
val
,
oldVal
)
{
if
(
this
.
hotelInfor
&&
this
.
hotelInfor
.
RemainingInventory
){
this
.
onlyNum
=
this
.
hotelInfor
.
RemainingInventory
}
...
...
@@ -214,6 +214,7 @@
}
else
{
exists
=
{
Date
:
temp
.
Date
,
CurrencyName
:
this
.
parameters
.
CurrencyName
,
Hotels
:[]
}
this
.
cars
.
push
(
exists
)
...
...
@@ -250,6 +251,7 @@
this
.
parameters
.
PriceInTangTax
=
tempPrice
.
PriceInTangTax
this
.
parameters
.
PriceIsBreakfast
=
tempPrice
.
PriceIsBreakfast
this
.
parameters
.
PriceIsDinner
=
tempPrice
.
PriceIsDinner
this
.
parameters
.
CurrencyName
=
tempPrice
.
CurrencyName
this
.
setDateRange
()
roomTyps
.
forEach
((
x
,
i
)
=>
{
...
...
@@ -269,7 +271,7 @@
Destription
:
''
,
TaxesPrice
:
tempPrice
.
TaxesPrice
,
PriceInTangTax
:
tempPrice
.
PriceInTangTax
,
HotelName
:
this
.
HotelRow
.
HotelName
HotelName
:
this
.
HotelRow
.
HotelName
,
}
this
.
parameters
.
DetailList
.
push
(
dataMsg
)
}
...
...
src/components/busManagement/BookAcar/CharterPreview.vue
View file @
37d017bf
...
...
@@ -552,7 +552,7 @@
<div
class=
"right-Money"
>
<div>
<span>
订单总金额:
</span>
<b>
{{ msg.Money.toFixed(2) }}
</b>
<b>
{{ msg.Money.toFixed(2) }}
<span
class=
"fz12"
>
{{detailsObj.CurrencyName}}
</span>
</b>
</div>
</div>
<div
class=
"right-Submit"
>
...
...
src/components/scenicSpot/Singleticket/OrderPreview.vue
View file @
37d017bf
...
...
@@ -414,7 +414,8 @@
<div
class=
"right-Money"
>
<div>
<span>
订单总金额:
</span>
<b>
{{ msg.Money.toFixed(2) }}
</b>
<b>
{{ msg.Money.toFixed(2) }}
<span
class=
"fz12"
>
{{types[0].CurrencyName}}
</span></b>
</div>
</div>
<div
class=
"right-Submit"
>
...
...
src/components/scenicSpot/reservation/OrderList.vue
View file @
37d017bf
...
...
@@ -676,9 +676,7 @@
<span
class=
"fz12 c9e"
>
订单总金额
</span>
<div
class=
"ml"
>
<span
class=
"fz15 fbold"
>
{{ item.Money.toFixed(2) }}
</span>
<span
class=
"fz12 ml"
>
<!-- ¥ -->
円
</span>
<span
class=
"fz12 ml"
>
{{ item.CurrencyName }}
</span>
</div>
</div>
</div>
...
...
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