From d0058b2da2f982cd00b1e593f972c24e7dff0fa1 Mon Sep 17 00:00:00 2001 From: yanfeiyong <2060201549@qq.com> Date: Wed, 4 Jun 2025 09:57:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=88=E5=BA=A6=E6=96=B0=E5=A2=9E=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/manageApitwo/index.js | 19 +- .../ProjectDetails/Companyenter.vue | 6 +- .../components/ProjectDetails/Months.vue | 489 ++++++++++++++---- src/views/manage-add/index.vue | 2 +- src/views/manage-info/index.vue | 2 +- 5 files changed, 423 insertions(+), 95 deletions(-) diff --git a/src/api/manageApitwo/index.js b/src/api/manageApitwo/index.js index e4bf10c..91b3aae 100644 --- a/src/api/manageApitwo/index.js +++ b/src/api/manageApitwo/index.js @@ -43,7 +43,7 @@ export function addmonth(data) { url: "/gysl/projectProgress/add", method: "post", data, - }) + }); } // 月度进展信息修改 @@ -64,3 +64,20 @@ export function deletemonth(idList) { }, }); } + +// 月度信息对接项目 +// 绑定项目 +export function bindProject(data) { + return request({ + url: "/gysl/projectProgress/bindProject", + method: "post", + data, + }); +} +export function searchProjects(params) { + return request({ + url: "/gysl/project/page", + method: "get", + params, + }); +} diff --git a/src/views/components/ProjectDetails/Companyenter.vue b/src/views/components/ProjectDetails/Companyenter.vue index b02d825..07ae183 100644 --- a/src/views/components/ProjectDetails/Companyenter.vue +++ b/src/views/components/ProjectDetails/Companyenter.vue @@ -122,12 +122,12 @@ {{ scope.row.qylxmc }} - +
- - 月度进展信息 + + 月度进展信息 + +
+ {{ bindText }} +
+
-
- - 新增 +
+ + 新增 新增 - - 导出 + + 导出 导出
@@ -30,22 +67,38 @@
当月完成投资
累计完成投资
- 截止目前累计建成面积(平方米)
+ style=" + width: auto; + text-align: center; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + padding: 0 0.5rem; + " + > + 截止目前累计建成面积(平方米) +
项目进展详情
操作
-
- 暂无数据 -
-
+
暂无数据
+