8315-devToTest #1094

Merged
alexm merged 253 commits from 8315-devToTest into test 2024-12-18 10:31:55 +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>