#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 10 additions and 0 deletions
Showing only changes of commit 1dcdc54ab8 - Show all commits

View File

@ -169,6 +169,16 @@ onMounted(async () => await getItemPackingTypes());
</VnSelect>
</QItemSection>
</QItem>
<QItem>
<QItemSection>
<QCheckbox
:toggle-indeterminate="false"
label="only with destination"
v-model="params.onlyWithDestination"
@update:model-value="searchFn()"
/>
</QItemSection>
</QItem>
</template>
</VnFilterPanel>
</template>