diff --git a/src/views/crm/followup/components/FollowUpList.vue b/src/views/crm/followup/components/FollowUpList.vue new file mode 100644 index 000000000..a7824d8bd --- /dev/null +++ b/src/views/crm/followup/components/FollowUpList.vue @@ -0,0 +1,352 @@ + + + + + + + + + + + + + + + 搜索 + + + 重置 + + + 写跟进 + + + + + + + + 跟进人:{{ item.creatorName }} + + 跟进时间 + {{ formatDate(item.createTime) }} + + + + + 联系人: + + {{ contact.name }} + + + + 跟进方式: + + + + + 编辑 + + + 删除 + + + 跟进内容:{{ item.content }} + + + + + + + + 附件: + + {{ url.substring(url.lastIndexOf('/')+1) }} + + + + + + {{ item.creatorName ? item.creatorName[0] : '' }} + + + + + + + + + + + + + + diff --git a/src/views/crm/followup/components/FollowUpRecordForm.vue b/src/views/crm/followup/components/FollowUpRecordForm.vue new file mode 100644 index 000000000..42ce66095 --- /dev/null +++ b/src/views/crm/followup/components/FollowUpRecordForm.vue @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 确 定 + 取 消 + + + +