This commit is contained in:
2021-07-15 18:56:31 +00:00
parent 64793e94b8
commit 9dc58631d2

View File

@@ -186,7 +186,7 @@
>
<gz-pick-list
:aya-type="$ay.ayt().Contract"
:show-edit-icon="true"
:show-edit-icon="!value.userIsRestrictedType"
v-model="value.contractId"
:readonly="formState.readOnly || value.userIsTechRestricted"
:label="$ay.t('Contract')"
@@ -212,7 +212,7 @@
>
<gz-pick-list
:aya-type="$ay.ayt().Project"
:show-edit-icon="true"
:show-edit-icon="!value.userIsRestrictedType"
v-model="value.projectId"
:readonly="formState.readOnly || value.userIsTechRestricted"
:label="$ay.t('Project')"