0
0
Fork 0

fix: Change method because X updates row

This commit is contained in:
Javier Segarra 2024-04-25 15:31:14 +02:00
parent fb4170d83d
commit e5eb3010a3
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ onBeforeMount(() => {
<QTd>
<VnInput
v-model.number="row.saleQuantity"
@change.stop="changeQuantity(row)"
@blur="changeQuantity(row)"
type="number"
:disable="!row.itemFk || row.isOk != null"
dense