refactor: add input installmentNo
This commit is contained in:
parent
e295b08f2a
commit
916ecf113d
1 changed files with 11 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue