chenrui
9 天以前 bf6d13fdf5ba7dd4dd2533e62f95f529b272a31e
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'
    })
}