feat: disable left side (requisition) when editing deal
This commit is contained in:
parent
a240d99d73
commit
f0c6475e34
@ -24,6 +24,7 @@
|
||||
v-model="deal.side_one"
|
||||
:options="selectedRequisitionSideOne ? sideOneOptions : fullSidesList"
|
||||
:class="{ 'p-invalid': errors.side_one }"
|
||||
:disabled="isEditing"
|
||||
>
|
||||
<template #dropdownicon>
|
||||
<DropdownIcon />
|
||||
@ -53,6 +54,7 @@
|
||||
optionLabel="name"
|
||||
optionValue="id"
|
||||
placeholder="Выберите объект"
|
||||
:disabled="isEditing"
|
||||
>
|
||||
<template #dropdownicon>
|
||||
<DropdownIcon />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user