This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
lg="4"
|
||||
xl="3"
|
||||
>
|
||||
<gz-decimal
|
||||
<gz-percent
|
||||
v-model="obj.taxAPct"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('TaxCodeTaxA')"
|
||||
@@ -37,7 +37,7 @@
|
||||
]"
|
||||
:error-messages="form().serverErrors(this, 'taxAPct')"
|
||||
@input="fieldValueChanged('taxAPct')"
|
||||
></gz-decimal>
|
||||
></gz-percent>
|
||||
</v-col>
|
||||
|
||||
<v-col
|
||||
@@ -47,7 +47,7 @@
|
||||
lg="4"
|
||||
xl="3"
|
||||
>
|
||||
<gz-decimal
|
||||
<gz-percent
|
||||
v-model="obj.taxBPct"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('TaxCodeTaxB')"
|
||||
@@ -59,7 +59,7 @@
|
||||
]"
|
||||
:error-messages="form().serverErrors(this, 'taxBPct')"
|
||||
@input="fieldValueChanged('taxBPct')"
|
||||
></gz-decimal>
|
||||
></gz-percent>
|
||||
</v-col>
|
||||
|
||||
<v-col
|
||||
|
||||
@@ -49,7 +49,9 @@
|
||||
form().decimalValid(this, 'partsOverridePct'),
|
||||
form().required(this, 'partsOverridePct')
|
||||
]"
|
||||
:error-messages="form().serverErrors(this, 'partsOverridePct')"
|
||||
:error-messages="
|
||||
form().serverErrors(this, 'partsOverridePct')
|
||||
"
|
||||
@input="fieldValueChanged('partsOverridePct')"
|
||||
></gz-percent>
|
||||
</v-col>
|
||||
|
||||
Reference in New Issue
Block a user