Merge branch 'test' into dev
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
commit
bf8b9e4283
|
@ -66,6 +66,7 @@ const insertTag = (rows) => {
|
||||||
<FetchData
|
<FetchData
|
||||||
url="Tags"
|
url="Tags"
|
||||||
:filter="{ fields: ['id', 'name', 'isFree', 'sourceTable'] }"
|
:filter="{ fields: ['id', 'name', 'isFree', 'sourceTable'] }"
|
||||||
|
sort-by="name"
|
||||||
@on-fetch="(data) => (tagOptions = data)"
|
@on-fetch="(data) => (tagOptions = data)"
|
||||||
auto-load
|
auto-load
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -471,7 +471,7 @@ const qCheckBoxController = (sale, action) => {
|
||||||
url="Shelvings"
|
url="Shelvings"
|
||||||
hide-selected
|
hide-selected
|
||||||
option-label="code"
|
option-label="code"
|
||||||
option-value="code"
|
option-value="id"
|
||||||
v-model="row.shelvingFk"
|
v-model="row.shelvingFk"
|
||||||
@update:model-value="updateShelving(row)"
|
@update:model-value="updateShelving(row)"
|
||||||
style="max-width: 120px"
|
style="max-width: 120px"
|
||||||
|
|
Loading…
Reference in New Issue