feat: deal product services

This commit is contained in:
2024-05-19 04:07:59 +03:00
parent c5cd8e350f
commit 268a58d39f
3 changed files with 17 additions and 16 deletions

View File

@@ -55,6 +55,7 @@ const AddDealProductModal = ({
placeholder={"Выберите товар"}
label={"Товар"}
clientId={innerProps.clientId}
disabled={isEditing}
{...form.getInputProps('product')}
/>
<NumberInput

View File

@@ -70,6 +70,7 @@ const AddDealServiceModal = ({
style: {width: "100%"}
}}
filterType={ServiceType.DEAL_SERVICE}
lockOnEdit={isEditing}
/>
<NumberInput
placeholder={"Введите количество"}