|
|
|
@ -7,7 +7,7 @@ import { WhatsAppOutlined } from '@ant-design/icons'
|
|
|
|
|
import {
|
|
|
|
|
App, Badge,
|
|
|
|
|
Empty,
|
|
|
|
|
Flex,
|
|
|
|
|
Flex,Button,
|
|
|
|
|
Radio, Space, Switch, Table,
|
|
|
|
|
Tabs, Divider,
|
|
|
|
|
Tag, Tooltip
|
|
|
|
@ -39,6 +39,7 @@ function OrderGroupTable({ formValues }) {
|
|
|
|
|
{text}
|
|
|
|
|
</Link>
|
|
|
|
|
{tagIcon}
|
|
|
|
|
<Button color="default" variant="filled" size='small' onClick={() => {importEmailMessage({ orderId: record.COLI_SN, orderNumber: record.COLI_ID })}}>导入</Button>
|
|
|
|
|
</Space>
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
@ -128,6 +129,7 @@ function OrderGroupTable({ formValues }) {
|
|
|
|
|
const [loading, setLoading] = useState(false)
|
|
|
|
|
const orderList = useOrderStore((state) => state.orderList)
|
|
|
|
|
const fetchOrderList = useOrderStore((state) => state.fetchOrderList)
|
|
|
|
|
const importEmailMessage = useOrderStore((state) => state.importEmailMessage)
|
|
|
|
|
const loginUser = useAuthStore((state) => state.loginUser)
|
|
|
|
|
|
|
|
|
|
useEffect(() => {
|
|
|
|
|