From bf98af0358ed3e026f32d22f75cdcc5c0a727319 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 28 Apr 2025 12:16:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E7=BD=91=E6=A8=A1=E6=9D=BF=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=BC=B9=E6=A1=86=E5=86=85=E6=8E=A5=E5=8F=A3=E5=88=9D?= =?UTF-8?q?=E6=AD=A5=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/company-manage/performance-manage.js | 8 + .../gw-template/components/addAndEditForm.vue | 906 +++++++++++------- .../sub-performance-manage/index.vue | 1 + vue.config.js | 3 +- 4 files changed, 594 insertions(+), 324 deletions(-) diff --git a/src/api/company-manage/performance-manage.js b/src/api/company-manage/performance-manage.js index 79269b3..2ea3ac4 100644 --- a/src/api/company-manage/performance-manage.js +++ b/src/api/company-manage/performance-manage.js @@ -10,6 +10,14 @@ export function getCompanyPerformanceListAPI(data) { params: data, }) } +// 公司业绩列表 根据人员id查询 +export function getCompanyPerformanceListByPersonIdAPI(data) { + return request({ + url: '/tbCompanyPerf/getTbCompanyPerfListByPersonId', + method: 'get', + params: data, + }) +} // 新增公司业绩 export function addCompanyPerformanceAPI(data) { diff --git a/src/views/data-create/gw-template/components/addAndEditForm.vue b/src/views/data-create/gw-template/components/addAndEditForm.vue index 8de5597..b3d8992 100644 --- a/src/views/data-create/gw-template/components/addAndEditForm.vue +++ b/src/views/data-create/gw-template/components/addAndEditForm.vue @@ -64,51 +64,63 @@ 选择 - {{ scope.row.name }} + {{ scope.row.userName }} - - + - + + + + - - - - - - - + + + + +