Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
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
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
罗超
bigwood
Commits
96bc7069
Commit
96bc7069
authored
Jan 05, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
5c47929a
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
+11
-11
request.ts
src/api/request.ts
+5
-5
ChosenTable.vue
src/components/hotel/chosen/ChosenTable.vue
+1
-1
ListCar.vue
src/components/hotel/list/ListCar.vue
+1
-1
ListTable.vue
src/components/hotel/list/ListTable.vue
+1
-1
TableOperation.vue
src/components/hotel/list/TableOperation.vue
+1
-1
ModifyHotelOrder.vue
src/pages/hotel/ModifyHotelOrder.vue
+2
-2
No files found.
src/api/request.ts
View file @
96bc7069
...
...
@@ -9,23 +9,23 @@ let {locale} =i18n.global
let
converterSW
=
OpenCC
.
Converter
({
from
:
'tw'
,
to
:
'cn'
})
//转简
let
datas
:
any
// 接收需要转简数据
let
language
=
''
as
any
//语言
let
currencyCode
=
'
'
as
any
//币种
let
currencyCode
=
'
JPY'
//币种
const
request
=
(
cmd
:
string
,
msg
:
any
):
Promise
<
HttpResponse
>=>
{
datas
=
msg
if
(
locale
.
value
==
'zhTW'
){
// let stringifyData = converterSW(JSON.stringify(msg))
// datas = JSON.parse(stringifyData)
language
=
'zh_TW'
currencyCode
=
'TWD'
//
currencyCode = 'TWD'
}
else
if
(
locale
.
value
==
'zhSW'
){
language
=
'zh_CN'
currencyCode
=
'CNY'
//
currencyCode = 'CNY'
}
else
if
(
locale
.
value
==
'koHG'
){
language
=
'ko_KR'
currencyCode
=
'KRW'
//
currencyCode = 'KRW'
}
else
if
(
locale
.
value
==
'jaRB'
){
// language = 'JP_Y'
currencyCode
=
'JPY'
//
currencyCode = 'JPY'
}
msg
=
datas
??{}
let
token
=
''
...
...
src/components/hotel/chosen/ChosenTable.vue
View file @
96bc7069
...
...
@@ -83,7 +83,7 @@
<div>
<div
style=
"opacity: 0.54;font-weight: 500;font-size: 12px;margin-bottom: 4px;"
>
{{
$t
(
'hotel.col.four'
)
}}
</div>
<div
class=
"row items-center justify-between"
>
<span>
¥
{{
props
.
row
.
LowerPrice
.
toFixed
(
2
)
}}{{
$t
(
'unit.jp'
)
}}
{{
$t
(
'hotel.col.low'
)
}}
</span>
<span>
円
{{
props
.
row
.
LowerPrice
.
toFixed
(
2
)
}}{{
$t
(
'unit.jp'
)
}}
{{
$t
(
'hotel.col.low'
)
}}
</span>
<q-btn
color=
"grey-3"
:label=
"$t('hotel.addRoom')"
size=
"sm"
outline
@
click=
"finishHanler(props.row)"
/>
</div>
</div>
...
...
src/components/hotel/list/ListCar.vue
View file @
96bc7069
...
...
@@ -105,7 +105,7 @@
<div
:class=
"{'row':$q.platform.is.desktop,'justify-between':$q.platform.is.desktop,'items-center':$q.platform.is.desktop,}"
>
<div
class=
"text-negative text-weight-bolder din"
>
<span
class=
"text-weight-thin"
>
{{$t('hotel.car.sumPrice')}}:
</span>
<span
class=
"fz14"
>
¥
</span>
<span
class=
"fz14"
>
円
</span>
<span
class=
"text-h6"
>
{{ moneyFormat(parameters.Money) }}
</span>
</div>
<div
:class=
"{'row':$q.platform.is.mobile,'justify-end':$q.platform.is.mobile,'q-pt-sm':$q.platform.is.mobile}"
>
...
...
src/components/hotel/list/ListTable.vue
View file @
96bc7069
...
...
@@ -90,7 +90,7 @@
<div>
<div
style=
"opacity: 0.54;font-weight: 500;font-size: 12px;margin-bottom: 4px;"
>
{{
$t
(
'hotel.col.four'
)
}}
</div>
<div
class=
""
>
<span>
¥
{{
props
.
row
.
LowerPrice
.
toFixed
(
2
)
}}{{
$t
(
'unit.jp'
)
}}
{{
$t
(
'hotel.col.low'
)
}}
</span>
<span>
円
{{
props
.
row
.
LowerPrice
.
toFixed
(
2
)
}}{{
$t
(
'unit.jp'
)
}}
{{
$t
(
'hotel.col.low'
)
}}
</span>
</div>
</div>
</div>
...
...
src/components/hotel/list/TableOperation.vue
View file @
96bc7069
...
...
@@ -42,7 +42,7 @@
<div
class=
"f12"
>
{{
item
.
RoomName
}}
</div>
</div>
<div
class=
"text-negative f12"
:class=
"
{'col-6':$q.platform.is.desktop,'q-pt-sm':$q.platform.is.mobile}">
<span
class=
"fz10"
>
¥
</span>
<span
class=
"fz10"
>
円
</span>
<span
class=
"din"
>
{{
item
.
UPriceFormat
}}
</span>
<span
class=
"text-dark"
style=
"font-size: 12px"
>
/
{{
$t
(
'unit.ren'
)
}}
</span>
</div>
...
...
src/pages/hotel/ModifyHotelOrder.vue
View file @
96bc7069
...
...
@@ -11,7 +11,7 @@
</div>
<div
class=
"text-negative text-weight-bolder din"
>
<span
class=
"text-weight-thin"
>
{{
$t
(
'hotel.car.sumPrice'
)
}}
:
</span>
<span
class=
"fz14"
>
¥
</span>
<span
class=
"fz14"
>
円
</span>
<span
class=
"text-h6"
>
{{
moneyFormat
(
order
.
Money
)
}}
</span>
</div>
<div
:class=
"
{'text-right q-mt-sm':$q.platform.is.mobile}">
...
...
@@ -113,7 +113,7 @@
</div>
<div
class=
"text-right text-primary q-mt-sm"
style=
"border-top: 1px dashed #607d8b33"
>
<span
class=
"text-weight-thin"
>
{{ $t('hotel.groupPrice') }}:
</span>
<span
class=
"fz14"
>
¥
</span>
<span
class=
"fz14"
>
円
</span>
<span
class=
"text-subtitle1"
>
{{ moneyFormat(y.HotelMoeny) }}
</span>
</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