chenrui
2025-06-05 e277db8bf75fa7b62bd2a281fe8ba4956f77cd82
src/api/procurementManagement/paymentLedger.js
@@ -8,4 +8,12 @@
        method: 'get',
        params: query
    })
}
}
// 分页查询
export function paymentRecordList(supplierId) {
    return request({
        url: '/purchase/paymentRegistration/getPaymentRecordList/'+ supplierId,
        method: 'get'
    })
}