|
|
@ -59,11 +59,11 @@ const EmailQuotation = ({ sfi_sn, ...props }) => {
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<>
|
|
|
|
<>
|
|
|
|
<Button
|
|
|
|
<Button loading={draftLoading}
|
|
|
|
type='link'
|
|
|
|
type='link'
|
|
|
|
key={'email-now'}
|
|
|
|
key={'email-now'} size='small'
|
|
|
|
onClick={async () => {
|
|
|
|
onClick={async () => {
|
|
|
|
getEmailDraft({ sfi_sn, coli_sn: currentConversation.coli_sn })
|
|
|
|
await getEmailDraft({ sfi_sn, coli_sn: currentConversation.coli_sn })
|
|
|
|
setEditorOpen(true)
|
|
|
|
setEditorOpen(true)
|
|
|
|
}}>
|
|
|
|
}}>
|
|
|
|
邮件
|
|
|
|
邮件
|
|
|
|