This commit is contained in:
@@ -247,6 +247,22 @@
|
||||
@input="fieldValueChanged('customerAllowViewWOOutTags')"
|
||||
></gz-tag-picker>
|
||||
</v-col>
|
||||
<v-col cols="12">
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Report"
|
||||
:variant="ayaTypes().WorkOrder.toString()"
|
||||
:show-edit-icon="true"
|
||||
v-model="obj.customerDefaultWorkOrderReportId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('CustomerAccessWorkOrderReport')"
|
||||
ref="customerDefaultWorkOrderReportId"
|
||||
data-cy="customerDefaultWorkOrderReportId"
|
||||
:error-messages="
|
||||
form().serverErrors(this, 'customerDefaultWorkOrderReportId')
|
||||
"
|
||||
@input="fieldValueChanged('customerDefaultWorkOrderReportId')"
|
||||
></gz-pick-list>
|
||||
</v-col>
|
||||
|
||||
<!-- ######################################################## -->
|
||||
<v-col cols="12">
|
||||
@@ -910,7 +926,9 @@ async function fetchTranslatedText(vm) {
|
||||
"NotifyEventCustomerServiceImminent",
|
||||
"NotifyEventCSRAccepted",
|
||||
"NotifyEventCSRRejected",
|
||||
"NotifyEventWorkorderCreatedForCustomer"
|
||||
"NotifyEventWorkorderCreatedForCustomer",
|
||||
"CustomerAccessWorkOrderReport",
|
||||
"CSRInfoHTML"
|
||||
]);
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user