✨ feat: 入库管理出库管理采购计划
This commit is contained in:
@@ -54,7 +54,10 @@ export default {
|
||||
contactOptions() {
|
||||
// 只显示有邮箱的联系人
|
||||
return this.furnitureTableList.filter(item => item.email).map(item => ({
|
||||
text: `${item.companyName}(${item.email})`,
|
||||
text: `${item.companyName}
|
||||
(${item.email})
|
||||
${item.emailSendCount}->${item.receiveCount}
|
||||
${item.lastEmailSendTime ? '--' + item.lastEmailSendTime : ''}`,
|
||||
value: item.furnitureId,
|
||||
companyName: item.companyName,
|
||||
email: item.email
|
||||
|
||||
Reference in New Issue
Block a user