| | |
| | | import React, { useState, useRef } from 'react'; |
| | | import React, { useState, useRef, useEffect } from 'react'; |
| | | import { Col, Space, Row, Tooltip, Button } from 'antd'; |
| | | import { register, fold, down, empty, link } from '../../../../assets/images'; |
| | | import { Form, Input, Tabs, Typography, Empty } from '@arco-design/web-react'; |
| | |
| | | import WantUserTag from '../../../../components/WantUserTag/Handling'; |
| | | import { scan } from '@/assets/images/icon' |
| | | import DocumentScanner from './FileUpLoad' |
| | | import * as $$ from '@/utils/utility'; |
| | | |
| | | |
| | | const InputSearch = Input.Search; |
| | |
| | | |
| | | const [isModalVisible, setIsModalVisible] = useState(false); |
| | | const formRef = useRef(null); |
| | | |
| | | |
| | | |
| | | const handleTabChange = (newTabIndex) => { |
| | | setSelectedTab(newTabIndex); |
| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | return ( |
| | | <> |
| | | <div className='container'> |