CRM:完善回款计划

This commit is contained in:
puhui999
2024-02-24 23:01:29 +08:00
parent 8f8591fc45
commit 6725318f27
6 changed files with 232 additions and 193 deletions

View File

@@ -90,6 +90,11 @@ export const importCustomerTemplate = () => {
return request.download({ url: '/crm/customer/get-import-template' })
}
// 导入客户
export const handleImport = async (formData) => {
return await request.upload({ url: `/crm/customer/import`, data: formData })
}
// 客户列表
export const getCustomerSimpleList = async () => {
return await request.get({ url: `/crm/customer/simple-list` })