修复周报表、季报表等统计功能数字不准确问题

This commit is contained in:
heli02 2025-07-25 19:04:32 +08:00
parent 3ff0b9fc93
commit 9fd42c4902
4 changed files with 10 additions and 3 deletions

View File

@ -769,7 +769,7 @@ const baseRoutes = [
},
{
path: 'zfsjzbb',
=
name: '_zfsjzbb',
component: () => import('@views/dtsjygl/zfsjzbb.vue'),
meta: {
title: '执法数据周报表'

View File

@ -232,7 +232,8 @@ function caseEventClick(row, column, cell, event) {
tag.value = 'laslzbb'
let query = Object.assign(queryParams.value, {industryType: row.industry_type, statisticDate: row.tjsjd})
dialogConfig2.value.data = query
dialogConfig2.value.show = true
dialogConfig2.value.mode = 'detail'
dialogConfig2.value.title = '立案数量详情'
}
if ((colProp === "wfxwsl" && row[colProp] > 0) || (colProp === "yasfs" && row[colProp] > 0) || (colProp === "fkze" && row[colProp] > 0) || (colProp === "cfqy" && row[colProp] > 0)

View File

@ -48,7 +48,9 @@
<el-table-column label="立案日期" prop="fillingDate" min-width="150"></el-table-column>
<el-table-column label="承办人" prop="caseHandler" min-width="150"></el-table-column>
<el-table-column label="结案日期" prop="caseClosingDate" min-width="150"></el-table-column>
ata.row.downUrl" type="primary" @click="downloadFile(r.data.row)" title="下载案卷">案卷制作</el-link>-->
<template #tableControlColumn="{ data: r }">
<el-link type="primary" @click="handleDetail(r.data.row)" title="转交">导出案卷</el-link>&nbsp;&nbsp;
<!-- <el-link v-if="r.data.row.downUrl" type="primary" @click="downloadFile(r.data.row)" title="下载案卷">案卷制作</el-link>-->
</template>
<template #dialogContent="{ dialogConfig: dialog }">
<document-list :dialogConfig="dialog.data" :documents="dialog.documents"></document-list>

View File

@ -37,6 +37,10 @@ public class StatisticController {
* @param
* @return 执法周报表统计
*/
@GetMapping("/statisticByWeekForm")
public Result<List> statisticByWeekForm(CaseQuery query, @CurrentUser RemoteUserInfo user) {
return Ok.of(statisticService.statisticByWeekForm(query,user));
}
/**
* 执法周报表统计查看監管企业数详情