spring
2 天以前 4e64eeb2a807adc9153fd9cd61b498b99c1f6f2c
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'
    })
}