#6583 add destination opt filter #899

Merged
jorgep merged 12 commits from 6583-addDestinationFilter into dev 2024-12-18 08:48:46 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 9d60083360 - Show all commits

View File

@ -171,7 +171,7 @@ onMounted(async () => await getItemPackingTypes());
<QItem>
<QItemSection>
<QCheckbox
:toggle-indeterminate="false"
toggle-indeterminate
label="only with destination"
v-model="params.onlyWithDestination"
@update:model-value="searchFn()"
@ -192,6 +192,7 @@ en:
ipt: Destination IPT
isFullMovable: 100% movable
warehouseFk: Warehouse
onlyWithDestination: Only with destination
es:
Horizontal: Horizontal
Vertical: Vertical
@ -203,4 +204,5 @@ es:
ipt: IPT destino
isFullMovable: 100% movible
warehouseFk: Almacén
onlyWithDestination: Solo con destino
</i18n>