This commit is contained in:
@@ -171,7 +171,27 @@
|
|||||||
@input="fieldValueChanged('customerSubDomain')"
|
@input="fieldValueChanged('customerSubDomain')"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-col>
|
</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-col cols="12" sm="6" lg="4" xl="3">
|
||||||
<v-checkbox
|
<v-checkbox
|
||||||
ref="trial"
|
ref="trial"
|
||||||
@@ -1422,7 +1442,8 @@ async function fetchTranslatedText() {
|
|||||||
"SubServerTrialEmail",
|
"SubServerTrialEmail",
|
||||||
"SubServerTrialCompany",
|
"SubServerTrialCompany",
|
||||||
"SubServerOperatingSystem",
|
"SubServerOperatingSystem",
|
||||||
"SubServerCustomerDomain"
|
"SubServerCustomerDomain",
|
||||||
|
"LoanUnitRateMonthCost"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user