refactor: handle negative value

This commit is contained in:
Thanaphon Frappet 2024-10-22 16:52:52 +07:00
parent 0b5ff5dff2
commit 3fd14db1ea
2 changed files with 2 additions and 0 deletions

View file

@ -141,6 +141,7 @@ watch(
:label="$t('productService.product.processingTime')"
v-model="process"
type="number"
min="0"
>
<template #prepend>
<q-icon

View file

@ -318,6 +318,7 @@ watch(
dense
type="number"
v-model="product.installmentNo"
min="0"
/>
<q-btn