This commit is contained in:
@@ -520,7 +520,7 @@
|
|||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="obj.customerWorkOrderReport1Tags"
|
v-model="obj.customerWorkOrderReport1Tags"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:label="$ay.t('CustomerTaggedWith')"
|
:label="$ay.t('WorkOrderCustomerTaggedWith')"
|
||||||
ref="customerWorkOrderReport1Tags"
|
ref="customerWorkOrderReport1Tags"
|
||||||
data-cy="customerWorkOrderReport1Tags"
|
data-cy="customerWorkOrderReport1Tags"
|
||||||
:error-messages="
|
:error-messages="
|
||||||
@@ -562,7 +562,7 @@
|
|||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="obj.customerWorkOrderReport2Tags"
|
v-model="obj.customerWorkOrderReport2Tags"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:label="$ay.t('CustomerTaggedWith')"
|
:label="$ay.t('WorkOrderCustomerTaggedWith')"
|
||||||
ref="customerWorkOrderReport2Tags"
|
ref="customerWorkOrderReport2Tags"
|
||||||
data-cy="customerWorkOrderReport2Tags"
|
data-cy="customerWorkOrderReport2Tags"
|
||||||
:error-messages="
|
:error-messages="
|
||||||
@@ -604,7 +604,7 @@
|
|||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="obj.customerWorkOrderReport3Tags"
|
v-model="obj.customerWorkOrderReport3Tags"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:label="$ay.t('CustomerTaggedWith')"
|
:label="$ay.t('WorkOrderCustomerTaggedWith')"
|
||||||
ref="customerWorkOrderReport3Tags"
|
ref="customerWorkOrderReport3Tags"
|
||||||
data-cy="customerWorkOrderReport3Tags"
|
data-cy="customerWorkOrderReport3Tags"
|
||||||
:error-messages="
|
:error-messages="
|
||||||
@@ -646,7 +646,7 @@
|
|||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="obj.customerWorkOrderReport4Tags"
|
v-model="obj.customerWorkOrderReport4Tags"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:label="$ay.t('CustomerTaggedWith')"
|
:label="$ay.t('WorkOrderCustomerTaggedWith')"
|
||||||
ref="customerWorkOrderReport4Tags"
|
ref="customerWorkOrderReport4Tags"
|
||||||
data-cy="customerWorkOrderReport4Tags"
|
data-cy="customerWorkOrderReport4Tags"
|
||||||
:error-messages="
|
:error-messages="
|
||||||
@@ -688,7 +688,7 @@
|
|||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="obj.customerWorkOrderReport5Tags"
|
v-model="obj.customerWorkOrderReport5Tags"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:label="$ay.t('CustomerTaggedWith')"
|
:label="$ay.t('WorkOrderCustomerTaggedWith')"
|
||||||
ref="customerWorkOrderReport5Tags"
|
ref="customerWorkOrderReport5Tags"
|
||||||
data-cy="customerWorkOrderReport5Tags"
|
data-cy="customerWorkOrderReport5Tags"
|
||||||
:error-messages="
|
:error-messages="
|
||||||
@@ -754,7 +754,7 @@
|
|||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="obj.customerAllowWOWikiInTags"
|
v-model="obj.customerAllowWOWikiInTags"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:label="$ay.t('ContactCustomerHeadOfficeTaggedWith')"
|
:label="$ay.t('WorkOrderContactCustomerHeadOfficeTaggedWith')"
|
||||||
ref="customerAllowWOWikiInTags"
|
ref="customerAllowWOWikiInTags"
|
||||||
data-cy="customerAllowWOWikiInTags"
|
data-cy="customerAllowWOWikiInTags"
|
||||||
:error-messages="
|
:error-messages="
|
||||||
@@ -803,7 +803,7 @@
|
|||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="obj.customerAllowWOAttachmentsInTags"
|
v-model="obj.customerAllowWOAttachmentsInTags"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:label="$ay.t('ContactCustomerHeadOfficeTaggedWith')"
|
:label="$ay.t('WorkOrderContactCustomerHeadOfficeTaggedWith')"
|
||||||
ref="customerAllowWOAttachmentsInTags"
|
ref="customerAllowWOAttachmentsInTags"
|
||||||
data-cy="customerAllowWOAttachmentsInTags"
|
data-cy="customerAllowWOAttachmentsInTags"
|
||||||
:error-messages="
|
:error-messages="
|
||||||
|
|||||||
Reference in New Issue
Block a user