This commit is contained in:
2024-04-12 07:35:41 +03:00
parent 9815ebbc3b
commit 2d1fdf1ad9
41 changed files with 1199 additions and 85 deletions

View File

@@ -29,7 +29,6 @@ const AddDealProductModal = ({
context.closeContextModal(id);
}
return (
<BaseFormModal
{...innerProps}
@@ -39,10 +38,10 @@ const AddDealProductModal = ({
<BaseFormModal.Body>
<>
<ProductSelect
placeholder={"Выберите услугу"}
label={"Услуга"}
placeholder={"Выберите товар"}
label={"Товар"}
clientId={innerProps.clientId}
{...form.getInputProps('service')}
{...form.getInputProps('product')}
/>
<NumberInput
placeholder={"Введите количество"}