This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user