diff --git a/src/api/crm/customer/index.ts b/src/api/crm/customer/index.ts
index 4542c86a..004f642d 100644
--- a/src/api/crm/customer/index.ts
+++ b/src/api/crm/customer/index.ts
@@ -63,6 +63,11 @@ export const exportCustomer = async (params: any) => {
return await request.download({ url: `/crm/customer/export-excel`, params })
}
+// 下载客户导入模板
+export const importCustomerTemplate = () => {
+ return request.download({ url: '/crm/customer/get-import-template' })
+}
+
// 客户列表
export const getSimpleCustomerList = async () => {
return await request.get({ url: `/crm/customer/list-all-simple` })
diff --git a/src/views/crm/customer/CustomerImportForm.vue b/src/views/crm/customer/CustomerImportForm.vue
new file mode 100644
index 00000000..7a74acf9
--- /dev/null
+++ b/src/views/crm/customer/CustomerImportForm.vue
@@ -0,0 +1,134 @@
+
+
+
+
diff --git a/src/views/crm/customer/index.vue b/src/views/crm/customer/index.vue
index b2cee2f7..2c441d99 100644
--- a/src/views/crm/customer/index.vue
+++ b/src/views/crm/customer/index.vue
@@ -84,6 +84,10 @@
新增
+
+
+ 导入
+
+