This commit is contained in:
2021-07-15 19:06:15 +00:00
parent 9dc58631d2
commit e1501c19c0
28 changed files with 60 additions and 60 deletions

View File

@@ -8,7 +8,7 @@
<v-col cols="12" sm="6" lg="4" xl="3">
<gz-pick-list
:aya-type="ayaTypes().Customer"
:show-edit-icon="true"
show-edit-icon
:include-inactive="true"
v-model="obj.customerId"
readonly
@@ -110,7 +110,7 @@
<gz-pick-list
:aya-type="ayaTypes().User"
:variant="'outside'"
:show-edit-icon="true"
show-edit-icon
v-model="obj.requestedByUserId"
:readonly="formState.readOnly"
:label="$ay.t('CustomerServiceRequestRequestedBy')"
@@ -131,7 +131,7 @@
<gz-pick-list
:aya-type="ayaTypes().Unit"
:variant="'customerid:' + obj.customerId"
:show-edit-icon="true"
show-edit-icon
v-model="obj.unitId"
:readonly="formState.readOnly"
:label="$ay.t('CustomerServiceRequestItemUnitID')"