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

@@ -12,7 +12,7 @@
</h2>
<gz-pick-list
:aya-type="ayaTypes().Customer"
:show-edit-icon="true"
show-edit-icon
:include-inactive="true"
v-model="obj.customerId"
readonly
@@ -116,7 +116,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')"
@@ -137,7 +137,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')"