From fc6bb127f794ed4992ef9bc9ec91fe7f9461a7f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E7=BB=A7=E7=BB=AD=E5=90=B9?= <17611323298@163.com> Date: Tue, 21 Nov 2023 15:15:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/modules/http.js | 9 ++++ src/views/Customer/labels.vue | 2 +- src/views/Receive/index.vue | 86 ++++++++++++++++++++++++++++++++++- 3 files changed, 95 insertions(+), 2 deletions(-) diff --git a/src/api/modules/http.js b/src/api/modules/http.js index 011995f..688219b 100644 --- a/src/api/modules/http.js +++ b/src/api/modules/http.js @@ -1644,4 +1644,13 @@ export function explainDel(params) { params }) } +// 销讲阶段 列表 +export function customerFindExplain(params) { + return request({ + url: 'autoSR/customer/findExplain', + method: 'get', + params + }) +} + diff --git a/src/views/Customer/labels.vue b/src/views/Customer/labels.vue index bade758..f08fa9a 100644 --- a/src/views/Customer/labels.vue +++ b/src/views/Customer/labels.vue @@ -1,7 +1,7 @@