发票列表

This commit is contained in:
cxc
2022-10-01 09:11:23 +08:00
parent 5592d9f40c
commit ac802a9ef9
17 changed files with 1119 additions and 439 deletions

View File

@ -7,6 +7,14 @@ export function casDealLogList(params) {
params
});
}
// 获取发票列表
export function billList(params) {
return request({
url: `/business/casDealLog/billList`,
method: "get",
params
});
}
export function addDealLog(data) {
return request({
url: `/business/casDealLog`,