fix: move package create button to top right (#43)

* fix: move package create button to top right

* fix: move product and product group save button

* fix: make button stick to top right

* fix: product => price input debounce

* fix: product => installmentNo default

---------

Co-authored-by: puriphatt <puriphat@frappet.com>
This commit is contained in:
Methapon Metanipat 2024-11-01 14:30:33 +07:00 committed by GitHub
parent 9f27012cb1
commit d74a5e6ca5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 25 additions and 2 deletions

View file

@ -111,6 +111,7 @@ withDefaults(
:readonly="readonly"
:borderless="readonly"
hide-bottom-space
debounce="500"
class="col-4"
:label="$t('productService.product.salePrice')"
:model-value="commaInput(price?.toString() || '0')"
@ -136,6 +137,7 @@ withDefaults(
:readonly="readonly"
:borderless="readonly"
hide-bottom-space
debounce="500"
class="col-4"
:label="$t('productService.product.agentPrice')"
:model-value="commaInput(agentPrice?.toString() || '0')"
@ -161,6 +163,7 @@ withDefaults(
:readonly="readonly"
:borderless="readonly"
hide-bottom-space
debounce="500"
class="col-4"
:label="$t('productService.product.processingPrice')"
:model-value="commaInput(serviceCharge?.toString() || '0')"