分油记录

This commit is contained in:
2023-10-18 13:29:04 +08:00
parent 1c47c1cd47
commit bf2ac62a0e
7 changed files with 528 additions and 11 deletions

View File

@@ -106,5 +106,19 @@ export default {
method: 'post',
data:data
})
}
},
getDistributeCount (data) {
return request({
url: `/oil-finance/oilCompanyAccountReverse/getDistributeCount`,
method: 'post',
data:data
})
},
distributeGetByPage(data) {
return request({
url: `/oil-finance/oilCompanyDistributeReverse/getByPage`,
method: 'post',
data: data
})
}
}