8/19 报表-租赁管理

This commit is contained in:
Zy
2026-08-19 16:56:18 +08:00
parent 144b9d9670
commit 3b0e3928eb
9 changed files with 1211 additions and 329 deletions

View File

@@ -161,7 +161,9 @@ const exportData = () => {
proxy?.download(
'/businessDailyReport/village/export',
{
...search
...search,
// pageNum: undefined,
// pageSize: undefined
},
`营业日报_按小区统计.xlsx`
);
@@ -169,7 +171,9 @@ const exportData = () => {
proxy?.download(
'/businessDailyReport/chargeItem/export',
{
...search
...search,
// pageNum: undefined,
// pageSize: undefined
},
`营业日报_按收费项目统计.xlsx`
);