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" // 环境质量满足度