refactor: add input installmentNo

This commit is contained in:
Thanaphon Frappet 2024-10-22 16:21:17 +07:00
parent e295b08f2a
commit 916ecf113d

View file

@ -309,6 +309,17 @@ watch(
class="row items-center col-md col-12 no-wrap"
v-if="productItems"
>
<q-input
v-if="!readonly && $q.screen.gt.xs"
outlined
for="input-bankbook"
hide-bottom-space
class="col-2"
dense
type="number"
v-model="product.installmentNo"
/>
<q-btn
v-if="!readonly && $q.screen.gt.xs"
id="btn-product-up"