Item requests #297

Merged
jsegarra merged 24 commits from :feature/ItemRequests into dev 2024-04-26 06:22:11 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e5eb3010a3 - Show all commits

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