|
|
|
@ -1,12 +1,10 @@
|
|
|
|
|
import { LinkOutlined, MailOutlined, PhoneOutlined, UserOutlined, WhatsAppOutlined } from '@ant-design/icons'
|
|
|
|
|
import { Card, Flex, Select, Typography } from 'antd'
|
|
|
|
|
import { useEffect } from 'react'
|
|
|
|
|
import { useLocation, useParams } from 'react-router-dom'
|
|
|
|
|
import { Card, Flex, Select, Typography, List, Button, Table } from 'antd'
|
|
|
|
|
import { useAuthContext } from '@/stores/AuthContext.js'
|
|
|
|
|
import { UserOutlined, LinkOutlined, EllipsisOutlined, SmileOutlined, SyncOutlined, PhoneOutlined, MailOutlined, WhatsAppOutlined, SmileTwoTone } from '@ant-design/icons'
|
|
|
|
|
import { useParams } from 'react-router-dom'
|
|
|
|
|
|
|
|
|
|
import CreatePayment from './CreatePayment'
|
|
|
|
|
import QuotesHistory from './QuotesHistory'
|
|
|
|
|
import useOrderStore from '@/stores/OrderStore'
|
|
|
|
|
import QuotesHistory from './QuotesHistory'
|
|
|
|
|
|
|
|
|
|
const CustomerProfile = (() => {
|
|
|
|
|
const { order_sn: order_sn } = useParams()
|
|
|
|
|