gaoluyang
2025-06-06 9e4a5f4c967d9dff96b581ca7d572d823b468a2e
src/api/procurementManagement/procurementLedger.js
@@ -41,11 +41,19 @@
        data: query
    })
}
// 删除
// 查询详情
export function getPurchaseById(query) {
    return request({
        url: '/purchase/ledger/getPurchaseById',
        method: 'get',
        params: query
    })
}
// 查询详情
export function getOptions(query) {
    return request({
        url: '/system/supplier/getOptions',
        method: 'get',
        params: query
    })
}