#6321 - Negative ticket #158

Open
jsegarra wants to merge 197 commits from 6321_negative_tickets into dev
1 changed files with 17 additions and 2 deletions
Showing only changes of commit 6b4dea6bf9 - Show all commits

View File

@ -9,7 +9,6 @@ import NegativeOriginDialog from 'pages/Ticket/Negative/NegativeOriginDialog.vue
import TotalNegativeOriginDialog from 'pages/Ticket/Negative/TotalNegativeOriginDialog.vue';
import ItemDescriptorProxy from 'src/pages/Item/Card/ItemDescriptorProxy.vue';
import VnSubToolbar from 'src/components/ui/VnSubToolbar.vue';
import axios from 'axios';
import { useDialogPluginComponent } from 'quasar';
const stateStore = useStateStore();
@ -18,7 +17,6 @@ const selectedRows = ref([]);
const showTicketDialog = ref(false);
const showNegativeOriginDialog = ref(false);
const showTotalNegativeOriginDialog = ref(false);
const reasonegativeOriginDialog = ref(null);
const currentRow = ref(null);
const { dialogRef, onDialogHide } = useDialogPluginComponent();
@ -91,6 +89,23 @@ const columns = computed(() => [
</script>
<template>
<template v-if="stateStore.isHeaderMounted()">
<Teleport to="#actions-append">
<div class="row q-gutter-x-sm">
<QBtn
flat
@click="stateStore.toggleRightDrawer()"
round
dense
icon="menu"
>
<QTooltip bottom anchor="bottom right">
{{ t('globals.collapseMenu') }}
</QTooltip>
</QBtn>
</div>
</Teleport>
</template>
<QPage class="column items-center">
<VnSubToolbar class="bg-vn-dark justify-end">
<template #st-actions>