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
    })
}