This commit is contained in:
2020-02-07 22:19:55 +00:00
parent 44762e84a5
commit 82f2defc7e
4 changed files with 88 additions and 4 deletions

View File

@@ -82,7 +82,7 @@
lg="4"
xl="3"
>
<gz-currency
<!-- <gz-currency
v-model="obj.dollarAmount"
:readonly="this.formState.readOnly"
:label="lt('WidgetDollarAmount')"
@@ -93,7 +93,20 @@
]"
:error-messages="form().serverErrors(this, 'dollarAmount')"
@input="onChange('dollarAmount')"
></gz-currency>
></gz-currency> -->
<gz-decimal
v-model="obj.dollarAmount"
:readonly="this.formState.readOnly"
:label="lt('WidgetDollarAmount')"
ref="dollarAmount"
:rules="[
form().decimalValid(this, 'dollarAmount'),
form().required(this, 'dollarAmount')
]"
:error-messages="form().serverErrors(this, 'dollarAmount')"
@input="onChange('dollarAmount')"
></gz-decimal>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">