feat: setting manager for a deal
This commit is contained in:
		@@ -30,6 +30,7 @@ import { IconBarcode, IconPrinter } from "@tabler/icons-react";
 | 
			
		||||
import styles from "../../../ui/LeadsPage.module.css";
 | 
			
		||||
import { base64ToBlob } from "../../../../../shared/lib/utils.ts";
 | 
			
		||||
import { DatePickerInput } from "@mantine/dates";
 | 
			
		||||
import ManagerSelect from "../../../../../components/ManagerSelect/ManagerSelect.tsx";
 | 
			
		||||
 | 
			
		||||
type Props = {
 | 
			
		||||
    deal: DealSchema;
 | 
			
		||||
@@ -209,6 +210,11 @@ const Content: FC<Props> = ({ deal }) => {
 | 
			
		||||
                            {...form.getInputProps("receivingSlotDate")}
 | 
			
		||||
 | 
			
		||||
                        />
 | 
			
		||||
                        <ManagerSelect
 | 
			
		||||
                            placeholder={"Укажите менеджера"}
 | 
			
		||||
                            label={"Менеджер"}
 | 
			
		||||
                            {...form.getInputProps("manager")}
 | 
			
		||||
                        />
 | 
			
		||||
                    </Flex>
 | 
			
		||||
                </Fieldset>
 | 
			
		||||
                <Flex
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user