This commit is contained in:
2022-03-06 20:24:50 +00:00
parent 801c5a4499
commit e617fbf19c

View File

@@ -12,19 +12,7 @@
<gz-error
:error-box-message="formState.errorBoxMessage"
></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-select
ref="eventType"
@@ -40,6 +28,19 @@
@input="fieldValueChanged('eventType')"
></v-select>
</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-autocomplete
v-model="obj.idValue"