From ec052fd417645d751718f5defe1a79c8b2d7f93c Mon Sep 17 00:00:00 2001 From: chendaze <1824191732@qq.com> Date: Mon, 1 Apr 2024 18:09:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E9=A2=84=E7=BA=A6?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=88=A4=E6=96=AD=E9=97=AE=E9=A2=98=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E5=B1=95=E5=8E=85=E9=A2=84=E7=BA=A6?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BA=86=E8=AE=BF=E5=AE=A2=E9=A2=84=E7=BA=A6=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=E4=BA=86=E4=BC=81=E4=B8=9A=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E4=B8=AD=E6=96=B0=E5=A2=9E=E4=BC=81=E4=B8=9A=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/admin/customer.js | 10 +++ src/views/admin/CustomerEdit.vue | 11 +-- .../meeting/modules/ReservationModal.vue | 13 +-- .../meeting/modules/ShowroomRecordModal.vue | 2 + .../meeting/modules/VisitorPersonModal.vue | 2 +- .../admin/modules/CustomerContactsModal.vue | 85 ++++++++++++++----- 6 files changed, 93 insertions(+), 30 deletions(-) diff --git a/src/api/admin/customer.js b/src/api/admin/customer.js index 28bafe6..3dd850c 100644 --- a/src/api/admin/customer.js +++ b/src/api/admin/customer.js @@ -24,6 +24,16 @@ export function getStaffList (parameter) { }) } +export function selectCustomerStaffList (parameter) { + return axios({ + url: api.icsCustomerStaff + '/selectCustomerStaffList', + method: 'get', + params: parameter + }) +} + + + export function getStaffListNotId (parameter) { return axios({ url: api.icsCustomerStaff + '/getStaffListNotId', diff --git a/src/views/admin/CustomerEdit.vue b/src/views/admin/CustomerEdit.vue index 9fcacf3..fc310b6 100644 --- a/src/views/admin/CustomerEdit.vue +++ b/src/views/admin/CustomerEdit.vue @@ -285,16 +285,16 @@ - +
- 新建联系人 + 新建企业员工