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
cb31d999
Commit
cb31d999
authored
Mar 13, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
28f3ee5e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
3 deletions
+26
-3
TicketOrderList.vue
src/components/ticket/order/TicketOrderList.vue
+26
-3
No files found.
src/components/ticket/order/TicketOrderList.vue
View file @
cb31d999
...
...
@@ -18,6 +18,7 @@
<q-icon
:name=
"x.typeInfo.Icon"
/>
<span
class=
"q-ml-sm"
>
{{
x
.
typeInfo
.
StatusName
}}
</span>
</div>
</div>
<div
class=
"mobile-only"
>
<div
class=
"row justify-between"
>
...
...
@@ -43,7 +44,21 @@
<div
class=
"f12 text-grey-6"
>
{{
$t
(
'hotelorder.createTime'
)
}}
:
{{
x
.
CreateTime
}}
</div>
</div>
</div>
<!--
<div
v-if=
"x.MailingState == 4"
>
<div
class=
"f12"
>
{{
$t
(
'v102.ticket.dzp'
)
}}
<span
class=
"text-negative"
>
{{
x
.
UseDate
}}
</span>
{{
$t
(
'hotelorder.pay.t21'
)
}}
</div>
<div
class=
"row items-center f12 q-mt-sm"
>
<div
class=
"text-accent q-mr-md"
v-if=
"x.TicketCodeFile"
>
{{
x
.
TicketCodeFile
.
split
(
'/'
).
at
(
-
1
)
}}
</div>
<q-btn
dense
unelevated
color=
"primary"
size=
"sm"
class=
"q-mr-sm"
v-if=
"x.TicketCodeFile"
>
<a
class=
"text-white"
style=
"text-decoration:none"
:href=
"x.TicketCodeFile"
>
{{
$t
(
'upload.down'
)
}}
</a>
</q-btn>
</div>
</div>
-->
<div
class=
"q-mt-md row"
>
<q-table
separator=
"cell"
:hide-bottom=
"!x.Remark"
:pagination=
"
{ rowsPerPage: 100 }" :rows="x.DetailList" bordered :columns="cols" class="sticky-rightrowspan-column-table light-border col no-shadow">
<template
v-slot:body-cell-Date=
"props"
>
...
...
@@ -94,7 +109,15 @@
{{
x
.
SelffetchAddress
?
x
.
SelffetchAddress
:
$t
(
'v102.ticket.nzqa'
)
}}
</
template
>
<
template
v-else
>
{{
x
.
SelffetchAddress
?
x
.
SelffetchAddress
:
$t
(
'v102.ticket.nzqa1'
)
}}
{{
x
.
TicketCodeFile
?
''
:
$t
(
'v102.ticket.nzqa1'
)
}}
<div
class=
"row items-center f12 q-mt-sm"
>
<div
class=
"text-accent q-mr-md"
v-if=
"x.TicketCodeFile"
>
{{
x
.
TicketCodeFile
.
split
(
'/'
).
at
(
-
1
)
}}
</div>
<q-btn
dense
unelevated
color=
"primary"
size=
"sm"
class=
"q-mr-sm"
v-if=
"x.TicketCodeFile"
>
<a
class=
"text-white"
style=
"text-decoration:none"
:href=
"x.TicketCodeFile"
>
{{
$t
(
'upload.down'
)
}}
</a>
</q-btn>
</div>
</
template
>
</div>
</div>
...
...
@@ -227,7 +250,7 @@ export default defineComponent({
{
name
:
'Money'
,
label
:
t
(
'hotelorder.col.m'
),
field
:
(
row
:
any
)
=>
row
.
Money
,
align
:
'left'
}
]
as
any
[],
modifyOrder
:{}
as
any
,
showModify
:
false
showModify
:
false
,
})
const
methods
=
{
...
...
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