曹睿
4 天以前 eb1bbfb7e6f3a1895b606d1a9a261928ac841f33
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'
    })
}