Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into dev
gitea/salix-front/pipeline/head There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-03-24 09:30:10 +01:00
commit 9ea935638b
38 changed files with 287 additions and 503 deletions

View File

@ -198,8 +198,7 @@ const setCategoryList = (data) => {
v-model="params.typeFk" v-model="params.typeFk"
:options="itemTypesOptions" :options="itemTypesOptions"
dense dense
outlined filled
rounded
use-input use-input
:disable="!selectedCategoryFk" :disable="!selectedCategoryFk"
@update:model-value=" @update:model-value="
@ -235,8 +234,7 @@ const setCategoryList = (data) => {
v-model="value.selectedTag" v-model="value.selectedTag"
:options="tagOptions" :options="tagOptions"
dense dense
outlined filled
rounded
:emit-value="false" :emit-value="false"
use-input use-input
:is-clearable="false" :is-clearable="false"
@ -252,8 +250,7 @@ const setCategoryList = (data) => {
option-value="value" option-value="value"
option-label="value" option-label="value"
dense dense
outlined filled
rounded
emit-value emit-value
use-input use-input
:disable="!value" :disable="!value"
@ -265,7 +262,6 @@ const setCategoryList = (data) => {
v-model="value.value" v-model="value.value"
:label="t('components.itemsFilterPanel.value')" :label="t('components.itemsFilterPanel.value')"
:disable="!value" :disable="!value"
is-outlined
:is-clearable="false" :is-clearable="false"
@keyup.enter="applyTags(params, searchFn)" @keyup.enter="applyTags(params, searchFn)"
/> />

View File

@ -707,6 +707,7 @@ watch(
v-model="searchInput" v-model="searchInput"
class="full-width" class="full-width"
clearable clearable
filled
clear-icon="close" clear-icon="close"
@keyup.enter="() => selectFilter('search')" @keyup.enter="() => selectFilter('search')"
@focusout="() => selectFilter('search')" @focusout="() => selectFilter('search')"
@ -726,6 +727,7 @@ watch(
v-model="selectedFilters.changedModel" v-model="selectedFilters.changedModel"
option-label="locale" option-label="locale"
option-value="value" option-value="value"
filled
:options="actions" :options="actions"
@update:model-value="selectFilter('action')" @update:model-value="selectFilter('action')"
hide-selected hide-selected
@ -751,8 +753,7 @@ watch(
class="full-width" class="full-width"
:label="t('globals.user')" :label="t('globals.user')"
v-model="userSelect" v-model="userSelect"
option-label="name" filled
option-value="id"
:url="`${model}Logs/${route.params.id}/editors`" :url="`${model}Logs/${route.params.id}/editors`"
:fields="['id', 'nickname', 'name', 'image']" :fields="['id', 'nickname', 'name', 'image']"
sort-by="nickname" sort-by="nickname"
@ -781,6 +782,7 @@ watch(
:label="t('globals.changes')" :label="t('globals.changes')"
v-model="changeInput" v-model="changeInput"
class="full-width" class="full-width"
filled
clearable clearable
clear-icon="close" clear-icon="close"
@keyup.enter="selectFilter('change')" @keyup.enter="selectFilter('change')"
@ -817,6 +819,7 @@ watch(
@clear="selectFilter('date', 'to')" @clear="selectFilter('date', 'to')"
v-model="dateFrom" v-model="dateFrom"
clearable clearable
filled
clear-icon="close" clear-icon="close"
/> />
</QItem> </QItem>
@ -829,6 +832,7 @@ watch(
@clear="selectFilter('date', 'from')" @clear="selectFilter('date', 'from')"
v-model="dateTo" v-model="dateTo"
clearable clearable
filled
clear-icon="close" clear-icon="close"
/> />
</QItem> </QItem>
@ -842,6 +846,7 @@ watch(
dense dense
flat flat
minimal minimal
filled
@update:model-value=" @update:model-value="
(value) => { (value) => {
dateFromDialog = false; dateFromDialog = false;

View File

@ -47,7 +47,7 @@ const rolesOptions = ref([]);
:label="t('globals.name')" :label="t('globals.name')"
v-model="params.name" v-model="params.name"
lazy-rules lazy-rules
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -57,7 +57,7 @@ const rolesOptions = ref([]);
:label="t('account.card.alias')" :label="t('account.card.alias')"
v-model="params.nickname" v-model="params.nickname"
lazy-rules lazy-rules
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -75,8 +75,7 @@ const rolesOptions = ref([]);
use-input use-input
hide-selected hide-selected
dense dense
outlined filled
rounded
:input-debounce="0" :input-debounce="0"
/> />
</QItemSection> </QItemSection>

View File

@ -56,8 +56,7 @@ onBeforeMount(() => {
option-label="name" option-label="name"
use-input use-input
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -72,8 +71,7 @@ onBeforeMount(() => {
option-label="name" option-label="name"
use-input use-input
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -83,7 +81,7 @@ onBeforeMount(() => {
:label="t('acls.aclFilter.property')" :label="t('acls.aclFilter.property')"
v-model="params.property" v-model="params.property"
lazy-rules lazy-rules
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -98,8 +96,7 @@ onBeforeMount(() => {
option-label="name" option-label="name"
use-input use-input
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -114,8 +111,7 @@ onBeforeMount(() => {
option-label="name" option-label="name"
use-input use-input
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>

View File

@ -27,7 +27,7 @@ const props = defineProps({
:label="t('globals.name')" :label="t('globals.name')"
v-model="params.name" v-model="params.name"
lazy-rules lazy-rules
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -37,7 +37,7 @@ const props = defineProps({
:label="t('role.description')" :label="t('role.description')"
v-model="params.description" v-model="params.description"
lazy-rules lazy-rules
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>

View File

@ -33,7 +33,7 @@ const props = defineProps({
:label="t('claim.customerId')" :label="t('claim.customerId')"
v-model="params.clientFk" v-model="params.clientFk"
lazy-rules lazy-rules
is-outlined filled
> >
<template #prepend> <QIcon name="badge" size="xs" /></template> <template #prepend> <QIcon name="badge" size="xs" /></template>
</VnInput> </VnInput>
@ -41,12 +41,11 @@ const props = defineProps({
:label="t('Client Name')" :label="t('Client Name')"
v-model="params.clientName" v-model="params.clientName"
lazy-rules lazy-rules
is-outlined filled
/> />
<VnSelect <VnSelect
outlined
dense dense
rounded filled
:label="t('globals.params.departmentFk')" :label="t('globals.params.departmentFk')"
v-model="params.departmentFk" v-model="params.departmentFk"
option-value="id" option-value="id"
@ -61,8 +60,7 @@ const props = defineProps({
:use-like="false" :use-like="false"
option-filter="firstName" option-filter="firstName"
dense dense
outlined filled
rounded
/> />
<VnSelect <VnSelect
:label="t('claim.state')" :label="t('claim.state')"
@ -70,14 +68,12 @@ const props = defineProps({
:options="states" :options="states"
option-label="description" option-label="description"
dense dense
outlined filled
rounded
/> />
<VnInputDate <VnInputDate
v-model="params.created" v-model="params.created"
:label="t('claim.created')" :label="t('claim.created')"
outlined filled
rounded
dense dense
/> />
<VnSelect <VnSelect
@ -86,8 +82,7 @@ const props = defineProps({
url="Items/withName" url="Items/withName"
:use-like="false" :use-like="false"
sort-by="id DESC" sort-by="id DESC"
outlined filled
rounded
dense dense
/> />
<VnSelect <VnSelect
@ -98,15 +93,13 @@ const props = defineProps({
:use-like="false" :use-like="false"
option-filter="firstName" option-filter="firstName"
dense dense
outlined filled
rounded
/> />
<VnSelect <VnSelect
:label="t('claim.zone')" :label="t('claim.zone')"
v-model="params.zoneFk" v-model="params.zoneFk"
url="Zones" url="Zones"
outlined filled
rounded
dense dense
/> />
<QCheckbox <QCheckbox

View File

@ -41,7 +41,7 @@ const exprBuilder = (param, value) => {
<template #body="{ params, searchFn }"> <template #body="{ params, searchFn }">
<QItem class="q-my-sm"> <QItem class="q-my-sm">
<QItemSection> <QItemSection>
<VnInput :label="t('FI')" v-model="params.fi" is-outlined> <VnInput :label="t('FI')" v-model="params.fi" filled>
<template #prepend> <template #prepend>
<QIcon name="badge" size="xs" /> <QIcon name="badge" size="xs" />
</template> </template>
@ -50,7 +50,7 @@ const exprBuilder = (param, value) => {
</QItem> </QItem>
<QItem class="q-mb-sm"> <QItem class="q-mb-sm">
<QItemSection> <QItemSection>
<VnInput :label="t('Name')" v-model="params.name" is-outlined /> <VnInput :label="t('Name')" v-model="params.name" filled />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem class="q-mb-sm"> <QItem class="q-mb-sm">
@ -58,16 +58,15 @@ const exprBuilder = (param, value) => {
<VnInput <VnInput
:label="t('customer.summary.socialName')" :label="t('customer.summary.socialName')"
v-model="params.socialName" v-model="params.socialName"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem class="q-mb-sm"> <QItem class="q-mb-sm">
<QItemSection> <QItemSection>
<VnSelect <VnSelect
outlined
dense dense
rounded filled
:label="t('globals.params.departmentFk')" :label="t('globals.params.departmentFk')"
v-model="params.departmentFk" v-model="params.departmentFk"
option-value="id" option-value="id"
@ -89,8 +88,7 @@ const exprBuilder = (param, value) => {
map-options map-options
hide-selected hide-selected
dense dense
outlined filled
rounded
auto-load auto-load
:input-debounce="0" :input-debounce="0"
/> />
@ -98,12 +96,12 @@ const exprBuilder = (param, value) => {
</QItem> </QItem>
<QItem class="q-mb-sm"> <QItem class="q-mb-sm">
<QItemSection> <QItemSection>
<VnInput :label="t('City')" v-model="params.city" is-outlined /> <VnInput :label="t('City')" v-model="params.city" filled />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem class="q-mb-sm"> <QItem class="q-mb-sm">
<QItemSection> <QItemSection>
<VnInput :label="t('Phone')" v-model="params.phone" is-outlined> <VnInput :label="t('Phone')" v-model="params.phone" filled>
<template #prepend> <template #prepend>
<QIcon name="phone" size="xs" /> <QIcon name="phone" size="xs" />
</template> </template>
@ -112,7 +110,7 @@ const exprBuilder = (param, value) => {
</QItem> </QItem>
<QItem class="q-mb-sm"> <QItem class="q-mb-sm">
<QItemSection> <QItemSection>
<VnInput :label="t('Email')" v-model="params.email" is-outlined> <VnInput :label="t('Email')" v-model="params.email" filled>
<template #prepend> <template #prepend>
<QIcon name="email" size="sm" /> <QIcon name="email" size="sm" />
</template> </template>
@ -132,19 +130,14 @@ const exprBuilder = (param, value) => {
map-options map-options
hide-selected hide-selected
dense dense
outlined filled
rounded
auto-load auto-load
sortBy="name ASC" sortBy="name ASC"
/></QItemSection> /></QItemSection>
</QItem> </QItem>
<QItem class="q-mb-sm"> <QItem class="q-mb-sm">
<QItemSection> <QItemSection>
<VnInput <VnInput :label="t('Postcode')" v-model="params.postcode" filled />
:label="t('Postcode')"
v-model="params.postcode"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
</template> </template>

View File

@ -45,8 +45,7 @@ const departments = ref();
dense dense
option-label="name" option-label="name"
option-value="id" option-value="id"
outlined filled
rounded
emit-value emit-value
hide-selected hide-selected
map-options map-options
@ -67,8 +66,7 @@ const departments = ref();
map-options map-options
option-label="name" option-label="name"
option-value="id" option-value="id"
outlined filled
rounded
use-input use-input
v-model="params.departmentFk" v-model="params.departmentFk"
@update:model-value="searchFn()" @update:model-value="searchFn()"
@ -91,8 +89,7 @@ const departments = ref();
map-options map-options
option-label="name" option-label="name"
option-value="id" option-value="id"
outlined filled
rounded
use-input use-input
v-model="params.countryFk" v-model="params.countryFk"
@update:model-value="searchFn()" @update:model-value="searchFn()"
@ -108,7 +105,7 @@ const departments = ref();
<VnInput <VnInput
:label="t('P. Method')" :label="t('P. Method')"
clearable clearable
is-outlined filled
v-model="params.paymentMethod" v-model="params.paymentMethod"
/> />
</QItemSection> </QItemSection>
@ -119,7 +116,7 @@ const departments = ref();
<VnInput <VnInput
:label="t('Balance D.')" :label="t('Balance D.')"
clearable clearable
is-outlined filled
v-model="params.balance" v-model="params.balance"
/> />
</QItemSection> </QItemSection>
@ -137,8 +134,7 @@ const departments = ref();
map-options map-options
option-label="name" option-label="name"
option-value="id" option-value="id"
outlined filled
rounded
use-input use-input
v-model="params.workerFk" v-model="params.workerFk"
@update:model-value="searchFn()" @update:model-value="searchFn()"
@ -154,7 +150,7 @@ const departments = ref();
<VnInputDate <VnInputDate
:label="t('L. O. Date')" :label="t('L. O. Date')"
clearable clearable
is-outlined filled
v-model="params.date" v-model="params.date"
/> />
</QItemSection> </QItemSection>
@ -165,7 +161,7 @@ const departments = ref();
<VnInput <VnInput
:label="t('Credit I.')" :label="t('Credit I.')"
clearable clearable
is-outlined filled
v-model="params.credit" v-model="params.credit"
/> />
</QItemSection> </QItemSection>
@ -175,7 +171,7 @@ const departments = ref();
<QItemSection> <QItemSection>
<VnInputDate <VnInputDate
:label="t('From')" :label="t('From')"
is-outlined filled
v-model="params.defaulterSinced" v-model="params.defaulterSinced"
/> />
</QItemSection> </QItemSection>

View File

@ -25,7 +25,7 @@ const props = defineProps({
<template #body="{ params }"> <template #body="{ params }">
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput :label="t('Order ID')" v-model="params.orderFk" is-outlined> <VnInput :label="t('Order ID')" v-model="params.orderFk" filled>
<template #prepend> <template #prepend>
<QIcon name="vn:basket" size="xs" /> <QIcon name="vn:basket" size="xs" />
</template> </template>
@ -34,11 +34,7 @@ const props = defineProps({
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput <VnInput :label="t('Customer ID')" v-model="params.clientFk" filled>
:label="t('Customer ID')"
v-model="params.clientFk"
is-outlined
>
<template #prepend> <template #prepend>
<QIcon name="vn:client" size="xs" /> <QIcon name="vn:client" size="xs" />
</template> </template>
@ -47,19 +43,15 @@ const props = defineProps({
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInputNumber <VnInputNumber :label="t('Amount')" v-model="params.amount" filled />
:label="t('Amount')"
v-model="params.amount"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInputDate v-model="params.from" :label="t('From')" is-outlined /> <VnInputDate v-model="params.from" :label="t('From')" filled />
</QItemSection> </QItemSection>
<QItemSection> <QItemSection>
<VnInputDate v-model="params.to" :label="t('To')" is-outlined /> <VnInputDate v-model="params.to" :label="t('To')" filled />
</QItemSection> </QItemSection>
</QItem> </QItem>
</template> </template>

View File

@ -101,14 +101,14 @@ const entryFilterPanel = ref();
:label="t('params.landed')" :label="t('params.landed')"
v-model="params.landed" v-model="params.landed"
@update:model-value="searchFn()" @update:model-value="searchFn()"
is-outlined filled
data-cy="landed" data-cy="landed"
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput v-model="params.id" label="Id" is-outlined /> <VnInput v-model="params.id" label="Id" filled />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
@ -118,8 +118,7 @@ const entryFilterPanel = ref();
@update:model-value="searchFn()" @update:model-value="searchFn()"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -128,7 +127,7 @@ const entryFilterPanel = ref();
<VnInput <VnInput
v-model="params.reference" v-model="params.reference"
:label="t('entry.list.tableVisibleColumns.reference')" :label="t('entry.list.tableVisibleColumns.reference')"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -143,8 +142,7 @@ const entryFilterPanel = ref();
:fields="['id', 'name']" :fields="['id', 'name']"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -153,7 +151,7 @@ const entryFilterPanel = ref();
<VnInput <VnInput
v-model="params.evaNotes" v-model="params.evaNotes"
:label="t('params.evaNotes')" :label="t('params.evaNotes')"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -168,8 +166,7 @@ const entryFilterPanel = ref();
sort-by="name ASC" sort-by="name ASC"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -184,8 +181,7 @@ const entryFilterPanel = ref();
sort-by="name ASC" sort-by="name ASC"
hide-selected hide-selected
dense dense
outlined filled
rounded
> >
<template #option="scope"> <template #option="scope">
<QItem v-bind="scope.itemProps"> <QItem v-bind="scope.itemProps">
@ -207,7 +203,7 @@ const entryFilterPanel = ref();
<VnInput <VnInput
v-model="params.invoiceNumber" v-model="params.invoiceNumber"
:label="t('params.invoiceNumber')" :label="t('params.invoiceNumber')"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -224,8 +220,16 @@ const entryFilterPanel = ref();
option-label="description" option-label="description"
hide-selected hide-selected
dense dense
outlined filled
rounded />
</QItemSection>
</QItem>
<QItem>
<QItemSection>
<VnInput
v-model="params.evaNotes"
:label="t('params.evaNotes')"
filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>

View File

@ -40,17 +40,13 @@ function handleDaysAgo(params, daysAgo) {
<VnInputDate <VnInputDate
:label="$t('globals.from')" :label="$t('globals.from')"
v-model="params.from" v-model="params.from"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInputDate <VnInputDate :label="$t('globals.to')" v-model="params.to" filled />
:label="$t('globals.to')"
v-model="params.to"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
@ -58,7 +54,7 @@ function handleDaysAgo(params, daysAgo) {
<VnInputNumber <VnInputNumber
:label="$t('globals.daysAgo')" :label="$t('globals.daysAgo')"
v-model="params.daysAgo" v-model="params.daysAgo"
is-outlined filled
:step="0" :step="0"
@update:model-value="(val) => handleDaysAgo(params, val)" @update:model-value="(val) => handleDaysAgo(params, val)"
@remove="(val) => handleDaysAgo(params, val)" @remove="(val) => handleDaysAgo(params, val)"
@ -67,12 +63,7 @@ function handleDaysAgo(params, daysAgo) {
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnSelectSupplier <VnSelectSupplier v-model="params.supplierFk" dense filled />
v-model="params.supplierFk"
dense
outlined
rounded
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
@ -80,7 +71,7 @@ function handleDaysAgo(params, daysAgo) {
<VnInput <VnInput
:label="getLocale('supplierRef')" :label="getLocale('supplierRef')"
v-model="params.supplierRef" v-model="params.supplierRef"
is-outlined filled
lazy-rules lazy-rules
/> />
</QItemSection> </QItemSection>
@ -90,7 +81,7 @@ function handleDaysAgo(params, daysAgo) {
<VnInput <VnInput
:label="getLocale('fi')" :label="getLocale('fi')"
v-model="params.fi" v-model="params.fi"
is-outlined filled
lazy-rules lazy-rules
/> />
</QItemSection> </QItemSection>
@ -100,7 +91,7 @@ function handleDaysAgo(params, daysAgo) {
<VnInput <VnInput
:label="getLocale('serial')" :label="getLocale('serial')"
v-model="params.serial" v-model="params.serial"
is-outlined filled
lazy-rules lazy-rules
/> />
</QItemSection> </QItemSection>
@ -110,7 +101,7 @@ function handleDaysAgo(params, daysAgo) {
<VnInput <VnInput
:label="getLocale('account')" :label="getLocale('account')"
v-model="params.account" v-model="params.account"
is-outlined filled
lazy-rules lazy-rules
/> />
</QItemSection> </QItemSection>
@ -120,7 +111,7 @@ function handleDaysAgo(params, daysAgo) {
<VnInput <VnInput
:label="getLocale('globals.params.awbCode')" :label="getLocale('globals.params.awbCode')"
v-model="params.awbCode" v-model="params.awbCode"
is-outlined filled
lazy-rules lazy-rules
/> />
</QItemSection> </QItemSection>
@ -130,7 +121,7 @@ function handleDaysAgo(params, daysAgo) {
<VnInputNumber <VnInputNumber
:label="$t('globals.amount')" :label="$t('globals.amount')"
v-model="params.amount" v-model="params.amount"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -142,7 +133,7 @@ function handleDaysAgo(params, daysAgo) {
url="Companies" url="Companies"
option-label="code" option-label="code"
:fields="['id', 'code']" :fields="['id', 'code']"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>

View File

@ -25,8 +25,7 @@ const { t } = useI18n();
<VnInputNumber <VnInputNumber
v-model="params.daysAgo" v-model="params.daysAgo"
:label="t('params.daysAgo')" :label="t('params.daysAgo')"
outlined filled
rounded
dense dense
/> />
</QItemSection> </QItemSection>
@ -36,8 +35,7 @@ const { t } = useI18n();
<VnInput <VnInput
v-model="params.serial" v-model="params.serial"
:label="t('params.serial')" :label="t('params.serial')"
outlined filled
rounded
dense dense
/> />
</QItemSection> </QItemSection>

View File

@ -33,17 +33,13 @@ const states = ref();
<VnInput <VnInput
:label="t('globals.params.clientFk')" :label="t('globals.params.clientFk')"
v-model="params.clientFk" v-model="params.clientFk"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput <VnInput v-model="params.fi" :label="t('globals.params.fi')" filled />
v-model="params.fi"
:label="t('globals.params.fi')"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
@ -51,7 +47,7 @@ const states = ref();
<VnInputNumber <VnInputNumber
:label="t('globals.amount')" :label="t('globals.amount')"
v-model="params.amount" v-model="params.amount"
is-outlined filled
data-cy="InvoiceOutFilterAmountBtn" data-cy="InvoiceOutFilterAmountBtn"
/> />
</QItemSection> </QItemSection>
@ -62,8 +58,7 @@ const states = ref();
:label="t('invoiceOut.params.min')" :label="t('invoiceOut.params.min')"
dense dense
lazy-rules lazy-rules
outlined filled
rounded
type="number" type="number"
v-model.number="params.min" v-model.number="params.min"
/> />
@ -73,8 +68,7 @@ const states = ref();
:label="t('invoiceOut.params.max')" :label="t('invoiceOut.params.max')"
dense dense
lazy-rules lazy-rules
outlined filled
rounded
type="number" type="number"
v-model.number="params.max" v-model.number="params.max"
/> />
@ -94,7 +88,7 @@ const states = ref();
<VnInputDate <VnInputDate
v-model="params.created" v-model="params.created"
:label="t('invoiceOut.params.created')" :label="t('invoiceOut.params.created')"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -103,15 +97,14 @@ const states = ref();
<VnInputDate <VnInputDate
v-model="params.dued" v-model="params.dued"
:label="t('invoiceOut.params.dued')" :label="t('invoiceOut.params.dued')"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnSelect <VnSelect
outlined filled
rounded
:label="t('globals.params.departmentFk')" :label="t('globals.params.departmentFk')"
v-model="params.departmentFk" v-model="params.departmentFk"
option-value="id" option-value="id"

View File

@ -26,7 +26,7 @@ const serialTypesOptions = ref([]);
const handleInvoiceOutSerialsFetch = (data) => { const handleInvoiceOutSerialsFetch = (data) => {
serialTypesOptions.value = Array.from( serialTypesOptions.value = Array.from(
new Set(data.map((item) => item.type).filter((type) => type)) new Set(data.map((item) => item.type).filter((type) => type)),
); );
}; };
@ -99,8 +99,7 @@ onMounted(async () => {
option-label="name" option-label="name"
hide-selected hide-selected
dense dense
outlined filled
rounded
data-cy="InvoiceOutGlobalClientSelect" data-cy="InvoiceOutGlobalClientSelect"
> >
<template #option="scope"> <template #option="scope">
@ -124,19 +123,18 @@ onMounted(async () => {
option-label="type" option-label="type"
hide-selected hide-selected
dense dense
outlined filled
rounded
data-cy="InvoiceOutGlobalSerialSelect" data-cy="InvoiceOutGlobalSerialSelect"
/> />
<VnInputDate <VnInputDate
v-model="formData.invoiceDate" v-model="formData.invoiceDate"
:label="t('invoiceDate')" :label="t('invoiceDate')"
is-outlined filled
/> />
<VnInputDate <VnInputDate
v-model="formData.maxShipped" v-model="formData.maxShipped"
:label="t('maxShipped')" :label="t('maxShipped')"
is-outlined filled
data-cy="InvoiceOutGlobalMaxShippedDate" data-cy="InvoiceOutGlobalMaxShippedDate"
/> />
<VnSelect <VnSelect
@ -145,8 +143,7 @@ onMounted(async () => {
:options="companiesOptions" :options="companiesOptions"
option-label="code" option-label="code"
dense dense
outlined filled
rounded
data-cy="InvoiceOutGlobalCompanySelect" data-cy="InvoiceOutGlobalCompanySelect"
/> />
<VnSelect <VnSelect
@ -154,8 +151,7 @@ onMounted(async () => {
v-model="formData.printer" v-model="formData.printer"
:options="printersOptions" :options="printersOptions"
dense dense
outlined filled
rounded
data-cy="InvoiceOutGlobalPrinterSelect" data-cy="InvoiceOutGlobalPrinterSelect"
/> />
</div> </div>
@ -166,7 +162,7 @@ onMounted(async () => {
color="primary" color="primary"
class="q-mt-md full-width" class="q-mt-md full-width"
unelevated unelevated
rounded filled
dense dense
/> />
<QBtn <QBtn
@ -175,7 +171,7 @@ onMounted(async () => {
color="primary" color="primary"
class="q-mt-md full-width" class="q-mt-md full-width"
unelevated unelevated
rounded filled
dense dense
@click="getStatus = 'stopping'" @click="getStatus = 'stopping'"
/> />

View File

@ -35,17 +35,13 @@ const props = defineProps({
<VnInputDate <VnInputDate
v-model="params.from" v-model="params.from"
:label="t('globals.from')" :label="t('globals.from')"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInputDate <VnInputDate v-model="params.to" :label="t('globals.to')" filled />
v-model="params.to"
:label="t('globals.to')"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
@ -57,8 +53,7 @@ const props = defineProps({
option-label="code" option-label="code"
option-value="code" option-value="code"
dense dense
outlined filled
rounded
@update:model-value="searchFn()" @update:model-value="searchFn()"
> >
<template #option="scope"> <template #option="scope">
@ -84,9 +79,8 @@ const props = defineProps({
v-model="params.country" v-model="params.country"
option-label="name" option-label="name"
option-value="name" option-value="name"
outlined
dense dense
rounded filled
@update:model-value="searchFn()" @update:model-value="searchFn()"
> >
<template #option="scope"> <template #option="scope">
@ -110,9 +104,8 @@ const props = defineProps({
url="Clients" url="Clients"
:label="t('globals.client')" :label="t('globals.client')"
v-model="params.clientId" v-model="params.clientId"
outlined
dense dense
rounded filled
@update:model-value="searchFn()" @update:model-value="searchFn()"
/> />
</QItemSection> </QItemSection>
@ -122,7 +115,7 @@ const props = defineProps({
<VnInputNumber <VnInputNumber
v-model="params.amount" v-model="params.amount"
:label="t('globals.amount')" :label="t('globals.amount')"
is-outlined filled
:positive="false" :positive="false"
/> />
</QItemSection> </QItemSection>
@ -130,9 +123,8 @@ const props = defineProps({
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnSelect <VnSelect
outlined
dense dense
rounded filled
:label="t('globals.params.departmentFk')" :label="t('globals.params.departmentFk')"
v-model="params.departmentFk" v-model="params.departmentFk"
option-value="id" option-value="id"

View File

@ -13,7 +13,6 @@ const props = defineProps({
required: true, required: true,
}, },
}); });
</script> </script>
<template> <template>
@ -28,8 +27,7 @@ const props = defineProps({
:fields="['id', 'nickname']" :fields="['id', 'nickname']"
option-label="nickname" option-label="nickname"
dense dense
outlined filled
rounded
use-input use-input
@update:model-value="searchFn()" @update:model-value="searchFn()"
sort-by="nickname ASC" sort-by="nickname ASC"
@ -46,8 +44,7 @@ const props = defineProps({
:label="t('params.warehouseFk')" :label="t('params.warehouseFk')"
v-model="params.warehouseFk" v-model="params.warehouseFk"
dense dense
outlined filled
rounded
use-input use-input
@update:model-value="searchFn()" @update:model-value="searchFn()"
/> />
@ -58,7 +55,7 @@ const props = defineProps({
<VnInputDate <VnInputDate
:label="t('params.started')" :label="t('params.started')"
v-model="params.started" v-model="params.started"
is-outlined filled
@update:model-value="searchFn()" @update:model-value="searchFn()"
/> />
</QItemSection> </QItemSection>
@ -68,7 +65,7 @@ const props = defineProps({
<VnInputDate <VnInputDate
:label="t('params.ended')" :label="t('params.ended')"
v-model="params.ended" v-model="params.ended"
is-outlined filled
@update:model-value="searchFn()" @update:model-value="searchFn()"
/> />
</QItemSection> </QItemSection>

View File

@ -177,11 +177,7 @@ onMounted(async () => {
<template #body="{ params, searchFn }"> <template #body="{ params, searchFn }">
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput <VnInput v-model="params.search" :label="t('params.search')" filled />
v-model="params.search"
:label="t('params.search')"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
@ -197,8 +193,7 @@ onMounted(async () => {
option-label="name" option-label="name"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -213,8 +208,7 @@ onMounted(async () => {
option-label="name" option-label="name"
hide-selected hide-selected
dense dense
outlined filled
rounded
> >
<template #option="scope"> <template #option="scope">
<QItem v-bind="scope.itemProps"> <QItem v-bind="scope.itemProps">
@ -240,8 +234,7 @@ onMounted(async () => {
option-label="nickname" option-label="nickname"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -252,8 +245,7 @@ onMounted(async () => {
@update:model-value="searchFn()" @update:model-value="searchFn()"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -282,8 +274,7 @@ onMounted(async () => {
:options="tagOptions" :options="tagOptions"
option-label="name" option-label="name"
dense dense
outlined filled
rounded
:emit-value="false" :emit-value="false"
use-input use-input
:is-clearable="false" :is-clearable="false"
@ -299,8 +290,7 @@ onMounted(async () => {
option-value="value" option-value="value"
option-label="value" option-label="value"
dense dense
outlined filled
rounded
emit-value emit-value
use-input use-input
:disable="!tag" :disable="!tag"
@ -312,7 +302,7 @@ onMounted(async () => {
v-model="tag.value" v-model="tag.value"
:label="t('params.value')" :label="t('params.value')"
:disable="!tag" :disable="!tag"
is-outlined filled
:is-clearable="false" :is-clearable="false"
@keydown.enter.prevent="applyTags(params, searchFn)" @keydown.enter.prevent="applyTags(params, searchFn)"
/> />
@ -351,8 +341,7 @@ onMounted(async () => {
option-label="label" option-label="label"
option-value="label" option-value="label"
dense dense
outlined filled
rounded
:emit-value="false" :emit-value="false"
use-input use-input
:is-clearable="false" :is-clearable="false"
@ -377,7 +366,7 @@ onMounted(async () => {
v-model="fieldFilter.value" v-model="fieldFilter.value"
:label="t('params.value')" :label="t('params.value')"
:disable="!fieldFilter.selectedField" :disable="!fieldFilter.selectedField"
is-outlined filled
@keydown.enter="applyFieldFilters(params, searchFn)" @keydown.enter="applyFieldFilters(params, searchFn)"
/> />
</QItemSection> </QItemSection>

View File

@ -87,11 +87,7 @@ onMounted(async () => {
<template #body="{ params, searchFn }"> <template #body="{ params, searchFn }">
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput <VnInput v-model="params.search" :label="t('params.search')" filled />
v-model="params.search"
:label="t('params.search')"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
@ -99,7 +95,7 @@ onMounted(async () => {
<VnInput <VnInput
v-model="params.ticketFk" v-model="params.ticketFk"
:label="t('params.ticketFk')" :label="t('params.ticketFk')"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -114,8 +110,7 @@ onMounted(async () => {
option-label="nickname" option-label="nickname"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -124,7 +119,7 @@ onMounted(async () => {
<VnInput <VnInput
v-model="params.clientFk" v-model="params.clientFk"
:label="t('params.clientFk')" :label="t('params.clientFk')"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -139,8 +134,7 @@ onMounted(async () => {
option-label="name" option-label="name"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -153,25 +147,16 @@ onMounted(async () => {
:params="{ departmentCodes: ['VT'] }" :params="{ departmentCodes: ['VT'] }"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInputDate <VnInputDate v-model="params.from" :label="t('params.from')" filled />
v-model="params.from"
:label="t('params.from')"
is-outlined
/>
</QItemSection> </QItemSection>
<QItemSection> <QItemSection>
<VnInputDate <VnInputDate v-model="params.to" :label="t('params.to')" filled />
v-model="params.to"
:label="t('params.to')"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
@ -180,7 +165,7 @@ onMounted(async () => {
:label="t('params.daysOnward')" :label="t('params.daysOnward')"
v-model="params.daysOnward" v-model="params.daysOnward"
lazy-rules lazy-rules
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -195,8 +180,7 @@ onMounted(async () => {
option-label="name" option-label="name"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>

View File

@ -77,7 +77,7 @@ const getLocale = (label) => {
<VnInput <VnInput
:label="t('globals.params.clientFk')" :label="t('globals.params.clientFk')"
v-model="params.clientFk" v-model="params.clientFk"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -86,7 +86,7 @@ const getLocale = (label) => {
<VnInput <VnInput
:label="t('params.orderFk')" :label="t('params.orderFk')"
v-model="params.orderFk" v-model="params.orderFk"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -95,7 +95,7 @@ const getLocale = (label) => {
<VnInputNumber <VnInputNumber
:label="t('params.scopeDays')" :label="t('params.scopeDays')"
v-model="params.scopeDays" v-model="params.scopeDays"
is-outlined filled
@update:model-value="(val) => handleScopeDays(params, val)" @update:model-value="(val) => handleScopeDays(params, val)"
@remove="(val) => handleScopeDays(params, val)" @remove="(val) => handleScopeDays(params, val)"
/> />
@ -106,16 +106,15 @@ const getLocale = (label) => {
<VnInput <VnInput
:label="t('params.nickname')" :label="t('params.nickname')"
v-model="params.nickname" v-model="params.nickname"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnSelect <VnSelect
outlined
dense dense
rounded filled
:label="t('globals.params.departmentFk')" :label="t('globals.params.departmentFk')"
v-model="params.departmentFk" v-model="params.departmentFk"
url="Departments" url="Departments"
@ -124,46 +123,37 @@ const getLocale = (label) => {
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput <VnInput :label="t('params.refFk')" v-model="params.refFk" filled />
:label="t('params.refFk')"
v-model="params.refFk"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnSelect <VnSelect
outlined
dense dense
rounded filled
:label="t('params.agencyModeFk')" :label="t('params.agencyModeFk')"
v-model="params.agencyModeFk" v-model="params.agencyModeFk"
url="AgencyModes/isActive" url="AgencyModes/isActive"
is-outlined
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnSelect <VnSelect
outlined
dense dense
rounded filled
:label="t('globals.params.stateFk')" :label="t('globals.params.stateFk')"
v-model="params.stateFk" v-model="params.stateFk"
url="States" url="States"
is-outlined
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnSelect <VnSelect
outlined
dense dense
rounded filled
:label="t('params.groupedStates')" :label="t('params.groupedStates')"
v-model="params.alertLevel" v-model="params.alertLevel"
:options="groupedStates" :options="groupedStates"
@ -174,9 +164,8 @@ const getLocale = (label) => {
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnSelect <VnSelect
outlined
dense dense
rounded filled
:label="t('globals.params.warehouseFk')" :label="t('globals.params.warehouseFk')"
v-model="params.warehouseFk" v-model="params.warehouseFk"
:options="warehouses" :options="warehouses"
@ -186,9 +175,8 @@ const getLocale = (label) => {
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnSelect <VnSelect
outlined
dense dense
rounded filled
:label="t('globals.params.countryFk')" :label="t('globals.params.countryFk')"
v-model="params.countryFk" v-model="params.countryFk"
url="Countries" url="Countries"
@ -198,9 +186,8 @@ const getLocale = (label) => {
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnSelect <VnSelect
outlined
dense dense
rounded filled
:label="t('globals.params.provinceFk')" :label="t('globals.params.provinceFk')"
v-model="params.provinceFk" v-model="params.provinceFk"
url="Provinces" url="Provinces"
@ -210,9 +197,21 @@ const getLocale = (label) => {
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnSelect <VnSelect
outlined
dense dense
rounded filled
:label="t('globals.params.departmentFk')"
v-model="params.department"
option-label="name"
option-value="name"
url="Departments"
/>
</QItemSection>
</QItem>
<QItem>
<QItemSection>
<VnSelect
dense
filled
:label="t('globals.params.packing')" :label="t('globals.params.packing')"
v-model="params.packing" v-model="params.packing"
url="ItemPackingTypes" url="ItemPackingTypes"

View File

@ -57,9 +57,8 @@ const getSelectedTagValues = async (tag) => {
option-value="id" option-value="id"
option-label="name" option-label="name"
dense dense
outlined
class="q-mb-md" class="q-mb-md"
rounded filled
:emit-value="false" :emit-value="false"
use-input use-input
@update:model-value="getSelectedTagValues" @update:model-value="getSelectedTagValues"
@ -79,8 +78,7 @@ const getSelectedTagValues = async (tag) => {
option-value="value" option-value="value"
option-label="value" option-label="value"
dense dense
outlined filled
rounded
emit-value emit-value
use-input use-input
:disable="!value || !selectedTag" :disable="!value || !selectedTag"
@ -92,16 +90,14 @@ const getSelectedTagValues = async (tag) => {
v-model="value.value" v-model="value.value"
:label="t('components.itemsFilterPanel.value')" :label="t('components.itemsFilterPanel.value')"
:disable="!value" :disable="!value"
is-outlined
class="col" class="col"
data-cy="catalogFilterValueDialogValueInput" data-cy="catalogFilterValueDialogValueInput"
/> />
<QBtn <QBtn
icon="delete" icon="delete"
size="md" size="md"
outlined
dense dense
rounded filled
flat flat
class="filter-icon col-2" class="filter-icon col-2"
@click="tagValues.splice(index, 1)" @click="tagValues.splice(index, 1)"

View File

@ -221,8 +221,7 @@ function addOrder(value, field, params) {
option-value="id" option-value="id"
option-label="name" option-label="name"
dense dense
outlined filled
rounded
emit-value emit-value
use-input use-input
sort-by="name ASC" sort-by="name ASC"
@ -251,8 +250,7 @@ function addOrder(value, field, params) {
v-model="orderBySelected" v-model="orderBySelected"
:options="orderByList" :options="orderByList"
dense dense
outlined filled
rounded
@update:model-value="(value) => addOrder(value, 'field', params)" @update:model-value="(value) => addOrder(value, 'field', params)"
/> />
</QItemSection> </QItemSection>
@ -264,8 +262,7 @@ function addOrder(value, field, params) {
v-model="orderWaySelected" v-model="orderWaySelected"
:options="orderWayList" :options="orderWayList"
dense dense
outlined filled
rounded
@update:model-value="(value) => addOrder(value, 'way', params)" @update:model-value="(value) => addOrder(value, 'way', params)"
/> />
</QItemSection> </QItemSection>
@ -275,8 +272,7 @@ function addOrder(value, field, params) {
<VnInput <VnInput
:label="t('components.itemsFilterPanel.value')" :label="t('components.itemsFilterPanel.value')"
dense dense
outlined filled
rounded
:is-clearable="false" :is-clearable="false"
v-model="searchByTag" v-model="searchByTag"
@keyup.enter="(val) => onSearchByTag(val, params)" @keyup.enter="(val) => onSearchByTag(val, params)"

View File

@ -49,8 +49,7 @@ const sourceList = ref([]);
v-model="params.clientFk" v-model="params.clientFk"
lazy-rules lazy-rules
dense dense
outlined filled
rounded
/> />
<VnSelect <VnSelect
:label="t('agency')" :label="t('agency')"
@ -58,13 +57,11 @@ const sourceList = ref([]);
:options="agencyList" :options="agencyList"
:input-debounce="0" :input-debounce="0"
dense dense
outlined filled
rounded
/> />
<VnSelect <VnSelect
outlined
dense dense
rounded filled
:label="t('globals.params.departmentFk')" :label="t('globals.params.departmentFk')"
v-model="params.departmentFk" v-model="params.departmentFk"
option-value="id" option-value="id"
@ -75,21 +72,14 @@ const sourceList = ref([]);
v-model="params.from" v-model="params.from"
:label="t('fromLanded')" :label="t('fromLanded')"
dense dense
outlined filled
rounded
/>
<VnInputDate
v-model="params.to"
:label="t('toLanded')"
dense
outlined
rounded
/> />
<VnInputDate v-model="params.to" :label="t('toLanded')" dense filled />
<VnInput <VnInput
:label="t('orderId')" :label="t('orderId')"
v-model="params.orderFk" v-model="params.orderFk"
lazy-rules lazy-rules
is-outlined filled
/> />
<VnSelect <VnSelect
:label="t('application')" :label="t('application')"
@ -98,8 +88,7 @@ const sourceList = ref([]);
option-label="value" option-label="value"
option-value="value" option-value="value"
dense dense
outlined filled
rounded
:input-debounce="0" :input-debounce="0"
/> />
<QCheckbox <QCheckbox

View File

@ -71,7 +71,7 @@ const exprBuilder = (param, value) => {
<QList dense> <QList dense>
<QItem class="q-my-sm"> <QItem class="q-my-sm">
<QItemSection> <QItemSection>
<VnInput v-model="params.routeFk" :label="t('ID')" is-outlined /> <VnInput v-model="params.routeFk" :label="t('ID')" filled />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem class="q-my-sm" v-if="agencyList"> <QItem class="q-my-sm" v-if="agencyList">
@ -83,8 +83,7 @@ const exprBuilder = (param, value) => {
option-value="id" option-value="id"
option-label="name" option-label="name"
dense dense
outlined filled
rounded
emit-value emit-value
map-options map-options
use-input use-input
@ -102,8 +101,7 @@ const exprBuilder = (param, value) => {
option-value="id" option-value="id"
option-label="name" option-label="name"
dense dense
outlined filled
rounded
emit-value emit-value
map-options map-options
use-input use-input
@ -123,8 +121,7 @@ const exprBuilder = (param, value) => {
option-value="name" option-value="name"
option-label="name" option-label="name"
dense dense
outlined filled
rounded
emit-value emit-value
map-options map-options
use-input use-input
@ -135,20 +132,12 @@ const exprBuilder = (param, value) => {
</QItem> </QItem>
<QItem class="q-my-sm"> <QItem class="q-my-sm">
<QItemSection> <QItemSection>
<VnInputDate <VnInputDate v-model="params.dated" :label="t('Date')" filled />
v-model="params.dated"
:label="t('Date')"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem class="q-my-sm"> <QItem class="q-my-sm">
<QItemSection> <QItemSection>
<VnInputDate <VnInputDate v-model="params.from" :label="t('From')" filled />
v-model="params.from"
:label="t('From')"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem class="q-my-sm"> <QItem class="q-my-sm">
@ -156,7 +145,7 @@ const exprBuilder = (param, value) => {
<VnInputDate <VnInputDate
v-model="params.to" v-model="params.to"
:label="t('To')" :label="t('To')"
is-outlined filled
is-clearable is-clearable
/> />
</QItemSection> </QItemSection>
@ -166,23 +155,23 @@ const exprBuilder = (param, value) => {
<VnInput <VnInput
v-model="params.packages" v-model="params.packages"
:label="t('Packages')" :label="t('Packages')"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem class="q-my-sm"> <QItem class="q-my-sm">
<QItemSection> <QItemSection>
<VnInput v-model="params.m3" :label="t('m3')" is-outlined /> <VnInput v-model="params.m3" :label="t('m3')" filled />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem class="q-my-sm"> <QItem class="q-my-sm">
<QItemSection> <QItemSection>
<VnInput v-model="params.kmTotal" :label="t('Km')" is-outlined /> <VnInput v-model="params.kmTotal" :label="t('Km')" filled />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem class="q-my-sm"> <QItem class="q-my-sm">
<QItemSection> <QItemSection>
<VnInput v-model="params.price" :label="t('Price')" is-outlined /> <VnInput v-model="params.price" :label="t('Price')" filled />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem class="q-my-sm"> <QItem class="q-my-sm">
@ -190,7 +179,7 @@ const exprBuilder = (param, value) => {
<VnInput <VnInput
v-model="params.invoiceInFk" v-model="params.invoiceInFk"
:label="t('Received')" :label="t('Received')"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>

View File

@ -36,8 +36,7 @@ const emit = defineEmits(['search']);
:label="t('globals.worker')" :label="t('globals.worker')"
v-model="params.workerFk" v-model="params.workerFk"
dense dense
outlined filled
rounded
:input-debounce="0" :input-debounce="0"
/> />
</QItemSection> </QItemSection>
@ -52,8 +51,7 @@ const emit = defineEmits(['search']);
option-value="id" option-value="id"
option-label="name" option-label="name"
dense dense
outlined filled
rounded
:input-debounce="0" :input-debounce="0"
/> />
</QItemSection> </QItemSection>
@ -63,7 +61,7 @@ const emit = defineEmits(['search']);
<VnInputDate <VnInputDate
v-model="params.from" v-model="params.from"
:label="t('globals.from')" :label="t('globals.from')"
is-outlined filled
:disable="Boolean(params.scopeDays)" :disable="Boolean(params.scopeDays)"
@update:model-value="params.scopeDays = null" @update:model-value="params.scopeDays = null"
/> />
@ -74,7 +72,7 @@ const emit = defineEmits(['search']);
<VnInputDate <VnInputDate
v-model="params.to" v-model="params.to"
:label="t('globals.to')" :label="t('globals.to')"
is-outlined filled
:disable="Boolean(params.scopeDays)" :disable="Boolean(params.scopeDays)"
@update:model-value="params.scopeDays = null" @update:model-value="params.scopeDays = null"
/> />
@ -86,7 +84,7 @@ const emit = defineEmits(['search']);
v-model="params.scopeDays" v-model="params.scopeDays"
type="number" type="number"
:label="t('globals.daysOnward')" :label="t('globals.daysOnward')"
is-outlined filled
clearable clearable
:disable="Boolean(params.from || params.to)" :disable="Boolean(params.from || params.to)"
@update:model-value=" @update:model-value="
@ -107,15 +105,14 @@ const emit = defineEmits(['search']);
option-label="numberPlate" option-label="numberPlate"
option-filter-value="numberPlate" option-filter-value="numberPlate"
dense dense
outlined filled
rounded
:input-debounce="0" :input-debounce="0"
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem class="q-my-sm"> <QItem class="q-my-sm">
<QItemSection> <QItemSection>
<VnInput v-model="params.m3" label="m³" is-outlined clearable /> <VnInput v-model="params.m3" label="m³" filled clearable />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem class="q-my-sm"> <QItem class="q-my-sm">
@ -127,8 +124,7 @@ const emit = defineEmits(['search']);
option-value="id" option-value="id"
option-label="name" option-label="name"
dense dense
outlined filled
rounded
:input-debounce="0" :input-debounce="0"
/> />
</QItemSection> </QItemSection>
@ -138,7 +134,7 @@ const emit = defineEmits(['search']);
<VnInput <VnInput
v-model="params.description" v-model="params.description"
:label="t('globals.description')" :label="t('globals.description')"
is-outlined filled
clearable clearable
/> />
</QItemSection> </QItemSection>

View File

@ -31,12 +31,12 @@ const emit = defineEmits(['search']);
<template #body="{ params }"> <template #body="{ params }">
<QItem class="q-my-sm"> <QItem class="q-my-sm">
<QItemSection> <QItemSection>
<VnInputDate v-model="params.from" :label="t('From')" is-outlined /> <VnInputDate v-model="params.from" :label="t('From')" filled />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem class="q-my-sm"> <QItem class="q-my-sm">
<QItemSection> <QItemSection>
<VnInputDate v-model="params.to" :label="t('To')" is-outlined /> <VnInputDate v-model="params.to" :label="t('To')" filled />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem class="q-my-sm"> <QItem class="q-my-sm">
@ -44,7 +44,7 @@ const emit = defineEmits(['search']);
<VnInput <VnInput
v-model="params.tractorPlate" v-model="params.tractorPlate"
:label="t('Tractor Plate')" :label="t('Tractor Plate')"
is-outlined filled
clearable clearable
/> />
</QItemSection> </QItemSection>
@ -54,7 +54,7 @@ const emit = defineEmits(['search']);
<VnInput <VnInput
v-model="params.trailerPlate" v-model="params.trailerPlate"
:label="t('Trailer Plate')" :label="t('Trailer Plate')"
is-outlined filled
clearable clearable
/> />
</QItemSection> </QItemSection>
@ -66,8 +66,7 @@ const emit = defineEmits(['search']);
:fields="['id', 'nickname']" :fields="['id', 'nickname']"
v-model="params.supplierFk" v-model="params.supplierFk"
dense dense
outlined filled
rounded
emit-value emit-value
map-options map-options
use-input use-input
@ -81,7 +80,7 @@ const emit = defineEmits(['search']);
v-model="params.price" v-model="params.price"
:label="t('Price')" :label="t('Price')"
type="number" type="number"
is-outlined filled
clearable clearable
/> />
</QItemSection> </QItemSection>
@ -91,7 +90,7 @@ const emit = defineEmits(['search']);
<VnInput <VnInput
v-model="params.driverName" v-model="params.driverName"
:label="t('Driver name')" :label="t('Driver name')"
is-outlined filled
clearable clearable
/> />
</QItemSection> </QItemSection>
@ -101,7 +100,7 @@ const emit = defineEmits(['search']);
<VnInput <VnInput
v-model="params.phone" v-model="params.phone"
:label="t('Phone')" :label="t('Phone')"
is-outlined filled
clearable clearable
/> />
</QItemSection> </QItemSection>

View File

@ -39,15 +39,14 @@ const emit = defineEmits(['search']);
option-label="code" option-label="code"
:filter-options="['id', 'code']" :filter-options="['id', 'code']"
dense dense
outlined filled
rounded
sort-by="code ASC" sort-by="code ASC"
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem class="q-mb-sm"> <QItem class="q-mb-sm">
<QItemSection> <QItemSection>
<VnSelectWorker v-model="params.userFk" outlined rounded /> <VnSelectWorker v-model="params.userFk" filled />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem class="q-mb-md"> <QItem class="q-mb-md">

View File

@ -36,11 +36,7 @@ const emit = defineEmits(['search']);
<template #body="{ params }"> <template #body="{ params }">
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput <VnInput :label="t('params.code')" v-model="params.code" filled />
:label="t('params.code')"
v-model="params.code"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
@ -51,8 +47,7 @@ const emit = defineEmits(['search']);
option-label="description" option-label="description"
:label="t('params.sectorFk')" :label="t('params.sectorFk')"
dense dense
outlined filled
rounded
:options="sectors" :options="sectors"
use-input use-input
input-debounce="0" input-debounce="0"

View File

@ -33,7 +33,7 @@ defineProps({
:label="t('params.from')" :label="t('params.from')"
v-model="params.from" v-model="params.from"
@update:model-value="searchFn()" @update:model-value="searchFn()"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -47,8 +47,7 @@ defineProps({
:include="{ relation: 'accountingType' }" :include="{ relation: 'accountingType' }"
sort-by="id" sort-by="id"
dense dense
outlined filled
rounded
> >
<template #option="scope"> <template #option="scope">
<QItem v-bind="scope.itemProps"> <QItem v-bind="scope.itemProps">
@ -74,8 +73,7 @@ defineProps({
option-label="name" option-label="name"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>

View File

@ -25,20 +25,12 @@ defineProps({
<template #body="{ params, searchFn }"> <template #body="{ params, searchFn }">
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput <VnInput v-model="params.search" :label="t('params.search')" filled />
v-model="params.search"
:label="t('params.search')"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput <VnInput v-model="params.itemId" :label="t('params.itemId')" filled />
v-model="params.itemId"
:label="t('params.itemId')"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
@ -54,8 +46,7 @@ defineProps({
option-label="nickname" option-label="nickname"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -73,8 +64,7 @@ defineProps({
option-label="name" option-label="name"
hide-selected hide-selected
dense dense
outlined filled
rounded
> >
<template #option="scope"> <template #option="scope">
<QItem v-bind="scope.itemProps"> <QItem v-bind="scope.itemProps">
@ -102,8 +92,7 @@ defineProps({
option-label="name" option-label="name"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -113,7 +102,7 @@ defineProps({
:label="t('params.from')" :label="t('params.from')"
v-model="params.from" v-model="params.from"
@update:model-value="searchFn()" @update:model-value="searchFn()"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -123,7 +112,7 @@ defineProps({
:label="t('params.to')" :label="t('params.to')"
v-model="params.to" v-model="params.to"
@update:model-value="searchFn()" @update:model-value="searchFn()"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>

View File

@ -81,7 +81,7 @@ const setUserParams = (params) => {
v-model="params.days" v-model="params.days"
:label="t('negative.days')" :label="t('negative.days')"
dense dense
is-outlined filled
type="number" type="number"
@update:model-value=" @update:model-value="
(value) => { (value) => {
@ -97,7 +97,7 @@ const setUserParams = (params) => {
v-model="params.id" v-model="params.id"
:label="t('negative.id')" :label="t('negative.id')"
dense dense
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -107,7 +107,7 @@ const setUserParams = (params) => {
v-model="params.producer" v-model="params.producer"
:label="t('negative.producer')" :label="t('negative.producer')"
dense dense
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -117,7 +117,7 @@ const setUserParams = (params) => {
v-model="params.origen" v-model="params.origen"
:label="t('negative.origen')" :label="t('negative.origen')"
dense dense
is-outlined filled
/> />
</QItemSection> </QItem </QItemSection> </QItem
><QItem> ><QItem>
@ -133,8 +133,7 @@ const setUserParams = (params) => {
option-label="name" option-label="name"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> </QItemSection /> </QItemSection
><QItemSection v-else> ><QItemSection v-else>
<QSkeleton class="full-width" type="QSelect" /> <QSkeleton class="full-width" type="QSelect" />
@ -151,8 +150,7 @@ const setUserParams = (params) => {
option-label="name" option-label="name"
hide-selected hide-selected
dense dense
outlined filled
rounded
> >
<template #option="scope"> <template #option="scope">
<QItem v-bind="scope.itemProps"> <QItem v-bind="scope.itemProps">

View File

@ -71,7 +71,7 @@ onMounted(async () => await getItemPackingTypes());
<VnInputDate <VnInputDate
v-model="params.dateFuture" v-model="params.dateFuture"
:label="t('params.dateFuture')" :label="t('params.dateFuture')"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -80,7 +80,7 @@ onMounted(async () => await getItemPackingTypes());
<VnInputDate <VnInputDate
v-model="params.dateToAdvance" v-model="params.dateToAdvance"
:label="t('params.dateToAdvance')" :label="t('params.dateToAdvance')"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -95,8 +95,7 @@ onMounted(async () => await getItemPackingTypes());
:info="t('iptInfo')" :info="t('iptInfo')"
@update:model-value="searchFn()" @update:model-value="searchFn()"
dense dense
outlined filled
rounded
:use-like="false" :use-like="false"
> >
</VnSelect> </VnSelect>
@ -113,8 +112,7 @@ onMounted(async () => await getItemPackingTypes());
:info="t('iptInfo')" :info="t('iptInfo')"
@update:model-value="searchFn()" @update:model-value="searchFn()"
dense dense
outlined filled
rounded
:use-like="false" :use-like="false"
> >
</VnSelect> </VnSelect>
@ -125,7 +123,7 @@ onMounted(async () => await getItemPackingTypes());
<VnInputNumber <VnInputNumber
v-model="params.scopeDays" v-model="params.scopeDays"
:label="t('Days onward')" :label="t('Days onward')"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -147,8 +145,7 @@ onMounted(async () => await getItemPackingTypes());
url="Departments" url="Departments"
:fields="['id', 'name']" :fields="['id', 'name']"
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -162,8 +159,7 @@ onMounted(async () => await getItemPackingTypes());
option-label="name" option-label="name"
@update:model-value="searchFn()" @update:model-value="searchFn()"
dense dense
outlined filled
rounded
> >
</VnSelect> </VnSelect>
</QItemSection> </QItemSection>

View File

@ -63,18 +63,10 @@ const getGroupedStates = (data) => {
<template #body="{ params, searchFn }"> <template #body="{ params, searchFn }">
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput <VnInput v-model="params.clientFk" :label="t('Customer ID')" filled />
v-model="params.clientFk"
:label="t('Customer ID')"
is-outlined
/>
</QItemSection> </QItemSection>
<QItemSection> <QItemSection>
<VnInput <VnInput v-model="params.orderFk" :label="t('Order ID')" filled />
v-model="params.orderFk"
:label="t('Order ID')"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
@ -82,7 +74,7 @@ const getGroupedStates = (data) => {
<VnInputDate <VnInputDate
v-model="params.from" v-model="params.from"
:label="t('From')" :label="t('From')"
is-outlined filled
data-cy="From_date" data-cy="From_date"
/> />
</QItemSection> </QItemSection>
@ -90,7 +82,7 @@ const getGroupedStates = (data) => {
<VnInputDate <VnInputDate
v-model="params.to" v-model="params.to"
:label="t('To')" :label="t('To')"
is-outlined filled
data-cy="To_date" data-cy="To_date"
/> />
</QItemSection> </QItemSection>
@ -98,9 +90,8 @@ const getGroupedStates = (data) => {
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnSelect <VnSelect
outlined
dense dense
rounded filled
:label="t('globals.params.departmentFk')" :label="t('globals.params.departmentFk')"
v-model="params.departmentFk" v-model="params.departmentFk"
option-value="id" option-value="id"
@ -125,8 +116,7 @@ const getGroupedStates = (data) => {
map-options map-options
use-input use-input
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -146,19 +136,14 @@ const getGroupedStates = (data) => {
map-options map-options
use-input use-input
dense dense
outlined filled
rounded
sort-by="name ASC" sort-by="name ASC"
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput <VnInput v-model="params.refFk" :label="t('Invoice Ref.')" filled />
v-model="params.refFk"
:label="t('Invoice Ref.')"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
@ -166,17 +151,13 @@ const getGroupedStates = (data) => {
<VnInput <VnInput
v-model="params.scopeDays" v-model="params.scopeDays"
:label="t('Days onward')" :label="t('Days onward')"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput <VnInput v-model="params.nickname" :label="t('Nickname')" filled />
v-model="params.nickname"
:label="t('Nickname')"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
@ -241,8 +222,7 @@ const getGroupedStates = (data) => {
map-options map-options
use-input use-input
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -260,8 +240,7 @@ const getGroupedStates = (data) => {
map-options map-options
use-input use-input
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -281,8 +260,7 @@ const getGroupedStates = (data) => {
map-options map-options
use-input use-input
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -291,7 +269,7 @@ const getGroupedStates = (data) => {
<VnInput <VnInput
v-model="params.collectionFk" v-model="params.collectionFk"
:label="t('Collection')" :label="t('Collection')"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>

View File

@ -73,7 +73,7 @@ onMounted(async () => {
<VnInputDate <VnInputDate
v-model="params.originScopeDays" v-model="params.originScopeDays"
:label="t('params.originScopeDays')" :label="t('params.originScopeDays')"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -82,7 +82,7 @@ onMounted(async () => {
<VnInputDate <VnInputDate
v-model="params.futureScopeDays" v-model="params.futureScopeDays"
:label="t('params.futureScopeDays')" :label="t('params.futureScopeDays')"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -91,7 +91,7 @@ onMounted(async () => {
<VnInput <VnInput
:label="t('params.litersMax')" :label="t('params.litersMax')"
v-model="params.litersMax" v-model="params.litersMax"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -100,7 +100,7 @@ onMounted(async () => {
<VnInput <VnInput
:label="t('params.linesMax')" :label="t('params.linesMax')"
v-model="params.linesMax" v-model="params.linesMax"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -115,8 +115,7 @@ onMounted(async () => {
:info="t('iptInfo')" :info="t('iptInfo')"
@update:model-value="searchFn()" @update:model-value="searchFn()"
dense dense
outlined filled
rounded
> >
</VnSelect> </VnSelect>
</QItemSection> </QItemSection>
@ -132,8 +131,7 @@ onMounted(async () => {
:info="t('iptInfo')" :info="t('iptInfo')"
@update:model-value="searchFn()" @update:model-value="searchFn()"
dense dense
outlined filled
rounded
> >
</VnSelect> </VnSelect>
</QItemSection> </QItemSection>
@ -148,8 +146,7 @@ onMounted(async () => {
option-label="name" option-label="name"
@update:model-value="searchFn()" @update:model-value="searchFn()"
dense dense
outlined filled
rounded
> >
</VnSelect> </VnSelect>
</QItemSection> </QItemSection>
@ -164,8 +161,7 @@ onMounted(async () => {
option-label="name" option-label="name"
@update:model-value="searchFn()" @update:model-value="searchFn()"
dense dense
outlined filled
rounded
> >
</VnSelect> </VnSelect>
</QItemSection> </QItemSection>
@ -191,8 +187,7 @@ onMounted(async () => {
option-label="name" option-label="name"
@update:model-value="searchFn()" @update:model-value="searchFn()"
dense dense
outlined filled
rounded
> >
</VnSelect> </VnSelect>
</QItemSection> </QItemSection>

View File

@ -87,7 +87,7 @@ warehouses();
<template #body="{ params, searchFn }"> <template #body="{ params, searchFn }">
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput label="id" v-model="params.id" is-outlined /> <VnInput label="id" v-model="params.id" filled />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
@ -95,7 +95,7 @@ warehouses();
<VnInput <VnInput
:label="t('extraCommunity.filter.reference')" :label="t('extraCommunity.filter.reference')"
v-model="params.reference" v-model="params.reference"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -106,8 +106,7 @@ warehouses();
type="number" type="number"
:label="t('extraCommunity.filter.totalEntries')" :label="t('extraCommunity.filter.totalEntries')"
dense dense
outlined filled
rounded
min="0" min="0"
class="input-number" class="input-number"
> >
@ -141,8 +140,7 @@ warehouses();
option-label="name" option-label="name"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -152,7 +150,7 @@ warehouses();
:label="t('extraCommunity.filter.shippedFrom')" :label="t('extraCommunity.filter.shippedFrom')"
v-model="params.shippedFrom" v-model="params.shippedFrom"
@update:model-value="searchFn()" @update:model-value="searchFn()"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -162,7 +160,7 @@ warehouses();
:label="t('extraCommunity.filter.landedTo')" :label="t('extraCommunity.filter.landedTo')"
v-model="params.landedTo" v-model="params.landedTo"
@update:model-value="searchFn()" @update:model-value="searchFn()"
is-outlined filled
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -176,8 +174,7 @@ warehouses();
option-label="name" option-label="name"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -191,8 +188,7 @@ warehouses();
option-label="name" option-label="name"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -206,8 +202,7 @@ warehouses();
option-label="name" option-label="name"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -218,8 +213,7 @@ warehouses();
v-model="params.cargoSupplierFk" v-model="params.cargoSupplierFk"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -229,8 +223,7 @@ warehouses();
v-model="params.entrySupplierFk" v-model="params.entrySupplierFk"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
@ -245,8 +238,7 @@ warehouses();
:filter-options="['code', 'name']" :filter-options="['code', 'name']"
hide-selected hide-selected
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>

View File

@ -33,19 +33,14 @@ defineExpose({ states });
</template> </template>
<template #body="{ params, searchFn }"> <template #body="{ params, searchFn }">
<div class="q-pa-sm q-gutter-y-sm"> <div class="q-pa-sm q-gutter-y-sm">
<VnInput <VnInput :label="t('travel.Id')" v-model="params.id" lazy-rules filled>
:label="t('travel.Id')"
v-model="params.id"
lazy-rules
is-outlined
>
<template #prepend> <QIcon name="badge" size="xs" /></template> <template #prepend> <QIcon name="badge" size="xs" /></template>
</VnInput> </VnInput>
<VnInput <VnInput
:label="t('travel.ref')" :label="t('travel.ref')"
v-model="params.ref" v-model="params.ref"
lazy-rules lazy-rules
is-outlined filled
/> />
<VnSelect <VnSelect
:label="t('travel.agency')" :label="t('travel.agency')"
@ -56,8 +51,7 @@ defineExpose({ states });
:use-like="false" :use-like="false"
option-filter="name" option-filter="name"
dense dense
outlined filled
rounded
/> />
<VnSelect <VnSelect
:label="t('travel.warehouseInFk')" :label="t('travel.warehouseInFk')"
@ -69,22 +63,19 @@ defineExpose({ states });
option-label="name" option-label="name"
option-filter="name" option-filter="name"
dense dense
outlined filled
rounded
/> />
<VnInputDate <VnInputDate
:label="t('travel.shipped')" :label="t('travel.shipped')"
v-model="params.shipped" v-model="params.shipped"
@update:model-value="searchFn()" @update:model-value="searchFn()"
outlined filled
rounded
/> />
<VnInputTime <VnInputTime
v-model="params.shipmentHour" v-model="params.shipmentHour"
@update:model-value="searchFn()" @update:model-value="searchFn()"
:label="t('travel.shipmentHour')" :label="t('travel.shipmentHour')"
outlined filled
rounded
dense dense
/> />
<VnSelect <VnSelect
@ -97,36 +88,33 @@ defineExpose({ states });
option-label="name" option-label="name"
option-filter="name" option-filter="name"
dense dense
outlined filled
rounded
/> />
<VnInputDate <VnInputDate
:label="t('travel.landed')" :label="t('travel.landed')"
v-model="params.landed" v-model="params.landed"
@update:model-value="searchFn()" @update:model-value="searchFn()"
dense dense
outlined filled
rounded
/> />
<VnInputTime <VnInputTime
v-model="params.landingHour" v-model="params.landingHour"
@update:model-value="searchFn()" @update:model-value="searchFn()"
:label="t('travel.landingHour')" :label="t('travel.landingHour')"
outlined filled
rounded
dense dense
/> />
<VnInput <VnInput
:label="t('travel.totalEntries')" :label="t('travel.totalEntries')"
v-model="params.totalEntries" v-model="params.totalEntries"
lazy-rules lazy-rules
is-outlined filled
/> />
<VnInput <VnInput
:label="t('travel.daysOnward')" :label="t('travel.daysOnward')"
v-model="params.daysOnward" v-model="params.daysOnward"
lazy-rules lazy-rules
is-outlined filled
/> />
</div> </div>
</template> </template>

View File

@ -40,7 +40,7 @@ watch(
(newValue) => { (newValue) => {
checkHolidays(newValue); checkHolidays(newValue);
}, },
{ deep: true, immediate: true } { deep: true, immediate: true },
); );
const emit = defineEmits(['update:businessFk', 'update:year', 'update:absenceType']); const emit = defineEmits(['update:businessFk', 'update:year', 'update:absenceType']);
@ -174,8 +174,7 @@ const yearList = ref(generateYears());
v-model="selectedYear" v-model="selectedYear"
:options="yearList" :options="yearList"
dense dense
outlined filled
rounded
use-input use-input
:is-clearable="false" :is-clearable="false"
/> />
@ -188,8 +187,7 @@ const yearList = ref(generateYears());
option-value="businessFk" option-value="businessFk"
option-label="businessFk" option-label="businessFk"
dense dense
outlined filled
rounded
use-input use-input
:is-clearable="false" :is-clearable="false"
> >

View File

@ -35,7 +35,7 @@ const getLocale = (label) => {
<template #body="{ params }"> <template #body="{ params }">
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput :label="t('FI')" v-model="params.fi" is-outlined <VnInput :label="t('FI')" v-model="params.fi" filled
><template #prepend> ><template #prepend>
<QIcon name="badge" size="xs"></QIcon> </template <QIcon name="badge" size="xs"></QIcon> </template
></VnInput> ></VnInput>
@ -43,29 +43,17 @@ const getLocale = (label) => {
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput <VnInput :label="t('First Name')" v-model="params.firstName" filled />
:label="t('First Name')"
v-model="params.firstName"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput <VnInput :label="t('Last Name')" v-model="params.lastName" filled />
:label="t('Last Name')"
v-model="params.lastName"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput <VnInput :label="t('User Name')" v-model="params.userName" filled />
:label="t('User Name')"
v-model="params.userName"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
@ -79,23 +67,18 @@ const getLocale = (label) => {
emit-value emit-value
map-options map-options
dense dense
outlined filled
rounded
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput :label="t('Email')" v-model="params.email" is-outlined /> <VnInput :label="t('Email')" v-model="params.email" filled />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnInput <VnInput :label="t('Extension')" v-model="params.extension" filled />
:label="t('Extension')"
v-model="params.extension"
is-outlined
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>

View File

@ -95,8 +95,7 @@ watch(
:filter-options="['code']" :filter-options="['code']"
hide-selected hide-selected
dense dense
outlined filled
rounded
map-key="geoFk" map-key="geoFk"
data-cy="ZoneDeliveryDaysPostcodeSelect" data-cy="ZoneDeliveryDaysPostcodeSelect"
> >
@ -128,8 +127,7 @@ watch(
option-label="name" option-label="name"
hide-selected hide-selected
dense dense
outlined filled
rounded
data-cy="ZoneDeliveryDaysAgencySelect" data-cy="ZoneDeliveryDaysAgencySelect"
/> />
<VnSelect <VnSelect
@ -144,7 +142,6 @@ watch(
option-label="name" option-label="name"
hide-selected hide-selected
dense dense
outlined
rounded rounded
/> />
</div> </div>