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
dbc33ce2
Commit
dbc33ce2
authored
Mar 07, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
58234f7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
27 deletions
+23
-27
OrderList.vue
src/components/hotel/order/list/OrderList.vue
+23
-27
No files found.
src/components/hotel/order/list/OrderList.vue
View file @
dbc33ce2
...
...
@@ -185,7 +185,7 @@
>
{{
$t
(
"v101.downloadHands"
)
}}
</a
>
</q-btn>
<span
class=
"text-grey-500 f12"
>
{{
$t
(
"v101.noneHands"
)
}}
</span>
<span
style=
"display:none;"
class=
"text-grey-500 f12"
>
{{
$t
(
"v101.noneHands"
)
}}
</span>
</div>
</q-td>
</
template
>
...
...
@@ -327,13 +327,12 @@
<div
class=
"f12 text-grey"
>
{{ $t("hotelorder.orderMoney") }}
</div>
<div
class=
"dark q-ml-xl"
>
<span
class=
"din text-subtitle1"
>
{{ moneyFormat(x.Money) }}
</span>
<!-- <span class="f12">{{ $t("unit.jp") }}</span> -->
<
template
v-if=
"b2bUserInfo && b2bUserInfo.groupId == 2"
>
<span
class=
"f12"
>
{{
$t
(
'unit.jp'
)
}}
</span>
</
template
>
<
template
v-if=
"b2bUserInfo && b2bUserInfo.groupId != 2"
>
<span
class=
"f12"
>
{{
x
.
CurrencyCode
}}
</span>
</
template
>
<span
class=
"f12"
>
{{
$t
(
"unit.jp"
)
}}
</span>
</
template
>
<
template
v-if=
"b2bUserInfo && b2bUserInfo.groupId != 2"
>
<span
class=
"f12"
>
{{
x
.
CurrencyCode
}}
</span>
</
template
>
</div>
</div>
<div
...
...
@@ -345,12 +344,11 @@
<div
class=
"dark"
>
<span
class=
"f12"
>
{{ moneyFormat(x.SelfPayMoney) }}
</span>
<
template
v-if=
"b2bUserInfo && b2bUserInfo.groupId == 2"
>
<span
class=
"f12"
>
{{
$t
(
'unit.jp'
)
}}
</span>
</
template
>
<
template
v-if=
"b2bUserInfo && b2bUserInfo.groupId != 2"
>
<span
class=
"f12"
>
{{
x
.
CurrencyCode
}}
</span>
</
template
>
<!-- <span class="f12">{{ $t("unit.jp") }}</span> -->
<span
class=
"f12"
>
{{
$t
(
"unit.jp"
)
}}
</span>
</
template
>
<
template
v-if=
"b2bUserInfo && b2bUserInfo.groupId != 2"
>
<span
class=
"f12"
>
{{
x
.
CurrencyCode
}}
</span>
</
template
>
</div>
</div>
<div
...
...
@@ -361,12 +359,11 @@
<div
class=
"dark"
>
<span
class=
"f12"
>
{{ moneyFormat(x.BeforeMoney) }}
</span>
<
template
v-if=
"b2bUserInfo && b2bUserInfo.groupId == 2"
>
<span
class=
"f12"
>
{{
$t
(
'unit.jp'
)
}}
</span>
</
template
>
<
template
v-if=
"b2bUserInfo && b2bUserInfo.groupId != 2"
>
<span
class=
"f12"
>
{{
x
.
CurrencyCode
}}
</span>
</
template
>
<!-- <span class="f12">{{ $t("unit.jp") }}</span> -->
<span
class=
"f12"
>
{{
$t
(
"unit.jp"
)
}}
</span>
</
template
>
<
template
v-if=
"b2bUserInfo && b2bUserInfo.groupId != 2"
>
<span
class=
"f12"
>
{{
x
.
CurrencyCode
}}
</span>
</
template
>
</div>
</div>
</div>
...
...
@@ -412,7 +409,7 @@
v-close-popup
@
click=
"goUrl(x.OrderId)"
>
<q-item-section>
<q-item-section
style=
"display:none;"
>
<q-item-label>
{{ $t("v101.Listofquotation.baojiadan") }}
</q-item-label>
</q-item-section>
</q-item>
...
...
@@ -422,12 +419,11 @@
<div
class=
"text-subtitle1 din text-green-14"
>
{{ x.OrderIncome.toFixed(2) }}
<
template
v-if=
"b2bUserInfo && b2bUserInfo.groupId == 2"
>
<span
class=
"text-green-4 f12"
>
{{
$t
(
'unit.jp'
)
}}
</span>
</
template
>
<
template
v-if=
"b2bUserInfo && b2bUserInfo.groupId != 2"
>
<span
class=
"text-green-4 f12"
>
{{
x
.
CurrencyCode
}}
</span>
</
template
>
<span
class=
"text-green-4 f12"
>
{{
$t
(
"unit.jp"
)
}}
</span>
</
template
>
<
template
v-if=
"b2bUserInfo && b2bUserInfo.groupId != 2"
>
<span
class=
"text-green-4 f12"
>
{{
x
.
CurrencyCode
}}
</span>
</
template
>
</div>
</div>
</div>
...
...
@@ -496,7 +492,7 @@ import { UploadFileInfo, NTag, NUpload } from "naive-ui";
import
{
slice
}
from
"lodash"
;
import
BankAccount
from
"../../../BankAccount.vue"
;
import
more
from
"../../../more.vue"
;
import
{
getStoreGetter
}
from
"../../../../store/utils"
import
{
getStoreGetter
}
from
"../../../../store/utils"
;
export
default
defineComponent
({
components
:
{
svgIcon
,
NTag
,
NUpload
,
BankAccount
,
more
},
setup
(
props
)
{
...
...
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