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