This commit is contained in:
xiaozhiyong
2023-11-14 14:57:49 +08:00
parent 8c006d4f8b
commit c2412056fd
7 changed files with 782 additions and 13 deletions

View File

@@ -0,0 +1,11 @@
import request from '@/utils/request'
export default {
getByOmsSettlementPage(data) {
return request({
url: '/oil-finance/oilSettlementInfo/getByOmsSettlementPage',
method: 'post',
data: data
})
},
}