|
|
|
@ -94,19 +94,19 @@ const CustomerProfile = ({ disabled }) => {
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fetchOtherEmail(currentOrder)
|
|
|
|
|
.then(result => {
|
|
|
|
|
// console.info(result)
|
|
|
|
|
})
|
|
|
|
|
.finally(() => setLoading(false))
|
|
|
|
|
.catch(reason => {
|
|
|
|
|
notification.error({
|
|
|
|
|
message: "查询供应商邮件出错",
|
|
|
|
|
description: reason.message,
|
|
|
|
|
placement: "top",
|
|
|
|
|
duration: 60,
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
// fetchOtherEmail(currentOrder)
|
|
|
|
|
// .then(result => {
|
|
|
|
|
// // console.info(result)
|
|
|
|
|
// })
|
|
|
|
|
// .finally(() => setLoading(false))
|
|
|
|
|
// .catch(reason => {
|
|
|
|
|
// notification.error({
|
|
|
|
|
// message: "查询供应商邮件出错",
|
|
|
|
|
// description: reason.message,
|
|
|
|
|
// placement: "top",
|
|
|
|
|
// duration: 60,
|
|
|
|
|
// });
|
|
|
|
|
// });
|
|
|
|
|
} else if (isEmpty(currentOrder)) {
|
|
|
|
|
resetOrderStore();
|
|
|
|
|
}
|
|
|
|
@ -293,8 +293,8 @@ const CustomerProfile = ({ disabled }) => {
|
|
|
|
|
</>
|
|
|
|
|
}
|
|
|
|
|
/>
|
|
|
|
|
</Flex>
|
|
|
|
|
|
|
|
|
|
</Flex>*/}
|
|
|
|
|
{/*
|
|
|
|
|
<Divider orientation="left">
|
|
|
|
|
<Typography.Text strong>供应商邮件</Typography.Text>
|
|
|
|
|
<Badge count={otherEmailList.length} className='ml-2' color="oklch(62.3% 0.214 259.815)" />
|
|
|
|
|