曹睿
2025-06-18 6e30fb16e72db22a119285cb5b757b7a5e1b2206
src/api/procurementManagement/paymentEntry.js
@@ -61,4 +61,21 @@
        method: "get",
        params: query
    })
}
}
// 分页查询
export function paymentHistoryList(query) {
    return request({
        url: '/purchase/paymentRegistration/paymentHistoryList',
        method: 'get',
        params: query
    })
}
// 分页查询
export function paymentHistoryListPage(query) {
    return request({
        url: '/purchase/paymentRegistration/paymentHistoryListPage',
        method: 'get',
        params: query
    })
}