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
db923760
Commit
db923760
authored
Mar 07, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
aec0aa12
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
TicketOrderHeader.vue
src/components/ticket/order/TicketOrderHeader.vue
+4
-1
No files found.
src/components/ticket/order/TicketOrderHeader.vue
View file @
db923760
...
...
@@ -177,11 +177,13 @@
</q-card>
</q-popup-proxy>
</q-btn>
<template
v-if=
"b2bUserInfo && b2bUserInfo.groupId == 2"
>
<q-btn
unelevated
class=
"bg-blue-1 text-primary hover q-mr-md"
:label=
"$t('hotelorder.recovery')"
/>
</
template
>
<q-btn
color=
"primary"
unelevated
:label=
"$t('query')"
@
click=
"setQueryHandler"
/>
</div>
<div
class=
"rounded-borders bg-white q-pa-sm q-mt-md mobile-only"
>
...
...
@@ -208,7 +210,7 @@ import {
}
from
"../../../utils/tools"
;
import
{
date
,
useQuasar
}
from
"quasar"
;
import
svgIcon
from
"../../global/svg-icon.vue"
;
import
{
getStoreGetter
}
from
"../../../store/utils"
;
export
default
defineComponent
({
components
:
{
svgIcon
},
setup
(
props
)
{
...
...
@@ -228,6 +230,7 @@ export default defineComponent({
});
const
realSearch
=
inject
(
DirtionmaryHelper
.
TICKET_ORDER_SEARCH
)
as
any
;
const
search
=
reactive
(
JSON
.
parse
(
JSON
.
stringify
(
realSearch
)))
as
any
;
const
b2bUserInfo
=
getStoreGetter
<
UserGetter
>
(
"user"
,
"getUser"
);
const
methods
=
{
initStatus
()
{
//通用的訂單類型
...
...
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