From 6c4c967f2cad6f746ee2d41f37cc18ea87c7147d Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Tue, 15 Feb 2022 17:21:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/modules/http.js | 10 + src/page/wel.vue | 4 +- src/views/Customer/index.vue | 123 ++++++- src/views/Equipment/equipmentDetailList.vue | 362 ++++++++++++-------- 4 files changed, 342 insertions(+), 157 deletions(-) diff --git a/src/api/modules/http.js b/src/api/modules/http.js index 4ae9665..0f29737 100644 --- a/src/api/modules/http.js +++ b/src/api/modules/http.js @@ -844,3 +844,13 @@ export function operationStatisticsDetail(query) { }) } +// 单/批量转交客户至另一个顾问 + +export function theCirculation(query) { + return request({ + url: 'autoSR/customer/theCirculation', + method: 'get', + params: query + }) +} + diff --git a/src/page/wel.vue b/src/page/wel.vue index a58da02..fbf5d22 100644 --- a/src/page/wel.vue +++ b/src/page/wel.vue @@ -351,14 +351,14 @@