This commit is contained in:
2021-09-09 17:27:02 +00:00
parent 45ac1688b9
commit 185eea6be9

View File

@@ -246,15 +246,15 @@
</v-col>
<v-col cols="12">
<v-textarea
v-model="obj.customerServiceRequestInfoHTML"
v-model="obj.customerServiceRequestInfoText"
:readonly="formState.readOnly"
:label="$ay.t('CSRInfoHTML')"
:label="$ay.t('CSRInfoText')"
:error-messages="
form().serverErrors(this, 'customerServiceRequestInfoHTML')
form().serverErrors(this, 'customerServiceRequestInfoText')
"
ref="customerServiceRequestInfoHTML"
data-cy="customerServiceRequestInfoHTML"
@input="fieldValueChanged('customerServiceRequestInfoHTML')"
ref="customerServiceRequestInfoText"
data-cy="customerServiceRequestInfoText"
@input="fieldValueChanged('customerServiceRequestInfoText')"
auto-grow
></v-textarea>
</v-col>
@@ -764,7 +764,7 @@ export default {
workOrderTravelDefaultMinutes: 0,
workLaborScheduleDefaultMinutes: 0,
customerDefaultWorkOrderReportId: null,
customerServiceRequestInfoHTML: null,
customerServiceRequestInfoText: null,
signatureTitle: null,
signatureHeader: null,
signatureFooter: null,
@@ -1042,7 +1042,7 @@ async function fetchTranslatedText(vm) {
"NotifyEventWorkorderCreatedForCustomer",
"NotifyEventWorkorderCompleted",
"CustomerAccessWorkOrderReport",
"CSRInfoHTML",
"CSRInfoText",
"CustomerSignature",
"GlobalSignatureFooter",
"GlobalSignatureHeader",