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:
parent
9f27012cb1
commit
d74a5e6ca5
2 changed files with 25 additions and 2 deletions
|
|
@ -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')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue