This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user