This commit is contained in:
@@ -12,19 +12,7 @@
|
|||||||
<gz-error
|
<gz-error
|
||||||
:error-box-message="formState.errorBoxMessage"
|
:error-box-message="formState.errorBoxMessage"
|
||||||
></gz-error>
|
></gz-error>
|
||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
|
||||||
<gz-tag-picker
|
|
||||||
ref="customerTags"
|
|
||||||
v-model="obj.customerTags"
|
|
||||||
:label="$ay.t('CustomerTags')"
|
|
||||||
:readonly="formState.readOnly"
|
|
||||||
data-cy="customerTags"
|
|
||||||
:error-messages="
|
|
||||||
form().serverErrors(this, 'customerTags')
|
|
||||||
"
|
|
||||||
@input="fieldValueChanged('customerTags')"
|
|
||||||
></gz-tag-picker>
|
|
||||||
</v-col>
|
|
||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||||
<v-select
|
<v-select
|
||||||
ref="eventType"
|
ref="eventType"
|
||||||
@@ -40,6 +28,19 @@
|
|||||||
@input="fieldValueChanged('eventType')"
|
@input="fieldValueChanged('eventType')"
|
||||||
></v-select>
|
></v-select>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||||
|
<gz-tag-picker
|
||||||
|
ref="customerTags"
|
||||||
|
v-model="obj.customerTags"
|
||||||
|
:label="$ay.t('CustomerTags')"
|
||||||
|
:readonly="formState.readOnly"
|
||||||
|
data-cy="customerTags"
|
||||||
|
:error-messages="
|
||||||
|
form().serverErrors(this, 'customerTags')
|
||||||
|
"
|
||||||
|
@input="fieldValueChanged('customerTags')"
|
||||||
|
></gz-tag-picker>
|
||||||
|
</v-col>
|
||||||
<v-col v-if="showWoStatus" cols="12" sm="6" lg="4" xl="3">
|
<v-col v-if="showWoStatus" cols="12" sm="6" lg="4" xl="3">
|
||||||
<v-autocomplete
|
<v-autocomplete
|
||||||
v-model="obj.idValue"
|
v-model="obj.idValue"
|
||||||
|
|||||||
Reference in New Issue
Block a user