forked from verdnatura/salix-front
fix: refs #7920 Changed shelving option value
This commit is contained in:
parent
4f8bf00786
commit
8428c7a205
|
@ -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