This commit is contained in:
2022-12-28 17:53:36 +00:00
parent f69078cf75
commit ad4a68e91e

View File

@@ -171,7 +171,27 @@
@input="fieldValueChanged('customerSubDomain')"
></v-text-field>
</v-col>
<v-col
v-if="form().showMe(this, 'LoanUnitRateMonthCost')"
cols="12"
sm="6"
lg="4"
xl="3"
>
<gz-currency
ref="cost"
v-model="obj.cost"
:readonly="formState.readOnly"
:label="$ay.t('LoanUnitRateMonthCost')"
data-cy="cost"
:rules="[
form().decimalValid(this, 'cost'),
form().required(this, 'cost')
]"
:error-messages="form().serverErrors(this, 'cost')"
@input="fieldValueChanged('cost')"
></gz-currency>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<v-checkbox
ref="trial"
@@ -1422,7 +1442,8 @@ async function fetchTranslatedText() {
"SubServerTrialEmail",
"SubServerTrialCompany",
"SubServerOperatingSystem",
"SubServerCustomerDomain"
"SubServerCustomerDomain",
"LoanUnitRateMonthCost"
]);
}
/*