This commit is contained in:
2021-06-15 20:14:33 +00:00
parent 292b8480c1
commit 003e7d39d8

View File

@@ -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>