新增营收报表

This commit is contained in:
JS-LM
2023-06-12 16:01:39 +08:00
parent 5ea98b71d1
commit 07138cdc8f
5 changed files with 191 additions and 48 deletions

View File

@@ -16,4 +16,11 @@ export function selectAdapayMember(data) {
})
}
// 营收报表
export function getMerchantOrderReport(data) {
return request({
url: '/pile/report/getMerchantOrderReport',
method: 'post',
data: data
})
}