From 8b3ea08fc9703bafcd15f540e623cc8a36810b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=85=B4=E5=87=AF?= <2448379534@qq.com> Date: Fri, 24 Apr 2026 17:46:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A1=AB=E6=8A=A5-=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E8=AE=B0=E5=BD=95=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/shengPiJiLu/index.ts | 27 ++ .../modules/EnvironmentalQuality/index.vue | 343 ++++++++++++++ .../qixidibaohugongzuokaizhanQK/index.vue | 124 +++++ .../modules/shuizhijiancegongzuoQK/index.vue | 2 +- frontend/src/views/qiXiDi/shengTaiDiBaoHu.vue | 26 +- .../views/shuJuTianBao/approvalLogSearch.vue | 66 +++ .../views/shuJuTianBao/changeLogSearch.vue | 66 +++ .../src/views/shuJuTianBao/shengPiJiLu.vue | 439 ++++++++++++++++++ .../views/shuJuTianBao/shengPiJiLuSearch.vue | 85 ++++ .../shuiHuanJingZhiLiangZhuangKuang.vue | 4 +- 10 files changed, 1176 insertions(+), 6 deletions(-) create mode 100644 frontend/src/api/shengPiJiLu/index.ts create mode 100644 frontend/src/modules/EnvironmentalQuality/index.vue create mode 100644 frontend/src/modules/qixidibaohugongzuokaizhanQK/index.vue create mode 100644 frontend/src/views/shuJuTianBao/approvalLogSearch.vue create mode 100644 frontend/src/views/shuJuTianBao/changeLogSearch.vue create mode 100644 frontend/src/views/shuJuTianBao/shengPiJiLu.vue create mode 100644 frontend/src/views/shuJuTianBao/shengPiJiLuSearch.vue diff --git a/frontend/src/api/shengPiJiLu/index.ts b/frontend/src/api/shengPiJiLu/index.ts new file mode 100644 index 0000000..31890e6 --- /dev/null +++ b/frontend/src/api/shengPiJiLu/index.ts @@ -0,0 +1,27 @@ +import request from '@/utils/request'; + +export function queryPageList(queryParams:any){ + return request({ + url: '/data/approvalMain/queryPageList' , + method: 'post', + data:queryParams + }); +} + +// 查询审批操作日志列表 +export function getApprovalLogList(params: any) { + return request({ + url: '/data/approvalLog/queryPageList', + method: 'post', + data: params + }); +} + +// 查询审批变更记录列表 +export function getApprovalChangeLogList(params: any) { + return request({ + url: '/data/approvalChangeLog/queryPageList', + method: 'post', + data: params + }); +} diff --git a/frontend/src/modules/EnvironmentalQuality/index.vue b/frontend/src/modules/EnvironmentalQuality/index.vue new file mode 100644 index 0000000..79d2c83 --- /dev/null +++ b/frontend/src/modules/EnvironmentalQuality/index.vue @@ -0,0 +1,343 @@ + + + + + + \ No newline at end of file diff --git a/frontend/src/modules/qixidibaohugongzuokaizhanQK/index.vue b/frontend/src/modules/qixidibaohugongzuokaizhanQK/index.vue new file mode 100644 index 0000000..087385e --- /dev/null +++ b/frontend/src/modules/qixidibaohugongzuokaizhanQK/index.vue @@ -0,0 +1,124 @@ + + + + + + \ No newline at end of file diff --git a/frontend/src/modules/shuizhijiancegongzuoQK/index.vue b/frontend/src/modules/shuizhijiancegongzuoQK/index.vue index c79e44d..6d46b9f 100644 --- a/frontend/src/modules/shuizhijiancegongzuoQK/index.vue +++ b/frontend/src/modules/shuizhijiancegongzuoQK/index.vue @@ -1,6 +1,6 @@ + diff --git a/frontend/src/views/shuJuTianBao/approvalLogSearch.vue b/frontend/src/views/shuJuTianBao/approvalLogSearch.vue new file mode 100644 index 0000000..b42fc0d --- /dev/null +++ b/frontend/src/views/shuJuTianBao/approvalLogSearch.vue @@ -0,0 +1,66 @@ + + + + diff --git a/frontend/src/views/shuJuTianBao/changeLogSearch.vue b/frontend/src/views/shuJuTianBao/changeLogSearch.vue new file mode 100644 index 0000000..0567d65 --- /dev/null +++ b/frontend/src/views/shuJuTianBao/changeLogSearch.vue @@ -0,0 +1,66 @@ + + + + diff --git a/frontend/src/views/shuJuTianBao/shengPiJiLu.vue b/frontend/src/views/shuJuTianBao/shengPiJiLu.vue new file mode 100644 index 0000000..044ae7e --- /dev/null +++ b/frontend/src/views/shuJuTianBao/shengPiJiLu.vue @@ -0,0 +1,439 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/views/shuJuTianBao/shengPiJiLuSearch.vue b/frontend/src/views/shuJuTianBao/shengPiJiLuSearch.vue new file mode 100644 index 0000000..977c781 --- /dev/null +++ b/frontend/src/views/shuJuTianBao/shengPiJiLuSearch.vue @@ -0,0 +1,85 @@ + + + + diff --git a/frontend/src/views/shuiZhiJianCe/shuiHuanJingZhiLiangZhuangKuang.vue b/frontend/src/views/shuiZhiJianCe/shuiHuanJingZhiLiangZhuangKuang.vue index e9e2375..461c381 100644 --- a/frontend/src/views/shuiZhiJianCe/shuiHuanJingZhiLiangZhuangKuang.vue +++ b/frontend/src/views/shuiZhiJianCe/shuiHuanJingZhiLiangZhuangKuang.vue @@ -2,7 +2,7 @@ import JidiSelectorMod from "@/modules/jidiSelectorMod.vue"; import RightDrawer from "@/components/RightDrawer/index.vue"; import ShuiZhiJianCeGongZuoQingKuang from "@/modules/shuizhijiancegongzuoQK/index.vue" -// import EnvironmentalQuality from "@/modules/environmentalQuality/index.vue" // 环境质量满足度 +import EnvironmentalQuality from "@/modules/EnvironmentalQuality/index.vue" // 环境质量满足度