Commit db923760 authored by 吴春's avatar 吴春

1

parent aec0aa12
......@@ -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() {
//通用的訂單類型
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment