|
@@ -4,7 +4,7 @@
|
|
<div class="q-pa-md">
|
|
<div class="q-pa-md">
|
|
<div class="q-gutter-y-md" style="max-width: 100%">
|
|
<div class="q-gutter-y-md" style="max-width: 100%">
|
|
<q-tabs v-model="detaillink">
|
|
<q-tabs v-model="detaillink">
|
|
- <!-- <transition appear enter-active-class="animated zoomIn">
|
|
|
|
|
|
+ <transition appear enter-active-class="animated zoomIn">
|
|
<q-route-tab
|
|
<q-route-tab
|
|
name="dn"
|
|
name="dn"
|
|
:label="$t('outbound.dn')"
|
|
:label="$t('outbound.dn')"
|
|
@@ -12,8 +12,8 @@
|
|
:to="{ name: 'dn' }"
|
|
:to="{ name: 'dn' }"
|
|
exact
|
|
exact
|
|
/>
|
|
/>
|
|
- </transition> -->
|
|
|
|
- <transition appear enter-active-class="animated zoomIn">
|
|
|
|
|
|
+ </transition>
|
|
|
|
+ <!-- <transition appear enter-active-class="animated zoomIn">
|
|
<q-route-tab
|
|
<q-route-tab
|
|
name="neworder"
|
|
name="neworder"
|
|
:label="$t('outbound.neworder')"
|
|
:label="$t('outbound.neworder')"
|
|
@@ -21,7 +21,7 @@
|
|
:to="{ name: 'neworder' }"
|
|
:to="{ name: 'neworder' }"
|
|
exact
|
|
exact
|
|
/>
|
|
/>
|
|
- </transition>
|
|
|
|
|
|
+ </transition> -->
|
|
<transition appear enter-active-class="animated zoomIn">
|
|
<transition appear enter-active-class="animated zoomIn">
|
|
<q-route-tab
|
|
<q-route-tab
|
|
name="backorder"
|
|
name="backorder"
|