综合销售表合计

This commit is contained in:
mll
2026-03-23 21:17:34 +08:00
parent b35b04452a
commit b2a130930c
2 changed files with 11 additions and 2 deletions

View File

@@ -89,4 +89,7 @@ export const batchGetTableList = (reportCodes: string, data?) => {
return request.post({ url: `/lideeyunji/report-data/batch/list/${reportCodes}`, data })
}
//获取综合销售报表合计
export const getAggMonthTotalDetail = (data) => {
return request.post({ url: `lideeyunji/agg/month/total/detail`, data })
}