综合销售表合计
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user