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