0
0
Fork 0

Merge branch 'dev' into 6994-fix_vnLogValue_whenIsString

This commit is contained in:
Alex Moreno 2025-03-26 07:53:39 +00:00
commit 74b8bbc189
1 changed files with 1 additions and 14 deletions

View File

@ -198,20 +198,7 @@ const getLocale = (label) => {
<QItemSection>
<VnSelect
dense
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
rounded
:label="t('globals.params.packing')"
v-model="params.packing"
url="ItemPackingTypes"