feat: deal product services
This commit is contained in:
@@ -55,6 +55,7 @@ const AddDealProductModal = ({
|
||||
placeholder={"Выберите товар"}
|
||||
label={"Товар"}
|
||||
clientId={innerProps.clientId}
|
||||
disabled={isEditing}
|
||||
{...form.getInputProps('product')}
|
||||
/>
|
||||
<NumberInput
|
||||
|
||||
@@ -70,6 +70,7 @@ const AddDealServiceModal = ({
|
||||
style: {width: "100%"}
|
||||
}}
|
||||
filterType={ServiceType.DEAL_SERVICE}
|
||||
lockOnEdit={isEditing}
|
||||
/>
|
||||
<NumberInput
|
||||
placeholder={"Введите количество"}
|
||||
|
||||
Reference in New Issue
Block a user