fix: refs #6583 update checkbox for filtering by destination in TicketAdvanceFilter
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
c1543b1b42
commit
9d60083360
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue