From b6080e9d4b906a0da9493a5fa302ce3ab7c4f7d2 Mon Sep 17 00:00:00 2001 From: zhangzq Date: Wed, 18 Mar 2026 11:30:58 +0800 Subject: [PATCH 1/4] =?UTF-8?q?opt:=E4=BC=98=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E5=AE=A2=E6=88=B7=E7=9B=B8=E5=85=B3=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/README.md | 2 +- front/index.html | 2 +- front/src/api/hr.js | 9 +- .../src/views/components/ProjectBasicInfo.vue | 473 +++++++++++------- .../src/views/components/ProjectImplInfo.vue | 6 +- front/src/views/components/Story.vue | 2 +- front/src/views/customer-mgr/customerlist.vue | 38 +- front/src/views/hr-mgr/stafflist.vue | 181 ++++--- front/src/views/login/index.vue | 2 +- front/src/views/system-mgr/userList.vue | 9 +- 10 files changed, 448 insertions(+), 276 deletions(-) diff --git a/front/README.md b/front/README.md index d0ff7d7..6baf907 100644 --- a/front/README.md +++ b/front/README.md @@ -1,4 +1,4 @@ -

+npm

diff --git a/front/index.html b/front/index.html index 8e15938..425cb6b 100644 --- a/front/index.html +++ b/front/index.html @@ -5,7 +5,7 @@ - Warehouse Management System + 上海诺力智能科技有限公司 diff --git a/front/src/api/hr.js b/front/src/api/hr.js index aec01aa..f9ff670 100644 --- a/front/src/api/hr.js +++ b/front/src/api/hr.js @@ -45,6 +45,13 @@ export default { data: param }) }, + getStaffPage(param) { + return request({ + url: `/Hr/GetStaffPage`, + method: "post", + data: param + }); + }, GetStaffTypeList() { return request({ url: `/Hr/GetStaffTypeList`, @@ -73,7 +80,7 @@ export default { data: param }) }, - + GetOperationDeptStaff() { return request({ diff --git a/front/src/views/components/ProjectBasicInfo.vue b/front/src/views/components/ProjectBasicInfo.vue index 89cee69..8021d48 100644 --- a/front/src/views/components/ProjectBasicInfo.vue +++ b/front/src/views/components/ProjectBasicInfo.vue @@ -5,39 +5,62 @@ 项目介绍:{{ - project_info.project_intro }} + project_info.project_intro }} - - {{ project_info.company_name }} - {{ project_info.project_name }} - {{ project_info.project_state_desp }} - 启动 + {{ project_info.company_name }} + {{ project_info.project_name }} + {{ project_info.project_state_desp }} + 启动 - {{ project_info.create_time }} - {{ project_info.sale_manager }} - 编辑 + {{ project_info.create_time }} + {{ project_info.sale_name }} + 编辑 - {{ project_info.project_manager }} - 编辑 + {{ project_info.project_manager }} + 编辑 - {{ project_info.project_members }} - 编辑 + {{ project_info.project_members }} + 编辑 - - 查看 + + 查看 - - 查看 + + 查看 - - 项目合同 - 设备资料 - 技术协议 - 会议纪要 - 投标文件 + + 项目合同 + 设备资料 + 技术协议 + 会议纪要 + 投标文件 - - 查看 + + 查看 - - 查看 + + 查看 @@ -77,92 +108,162 @@ - +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- + Preview - + -

不支持的文件类型

-
+ + + Preview +