.payments-purchase
form-wizard( title="" subtitle="" finishButtonText="Finalizar" color="#7c7bad" backButtonText="Volver" :hideButtons='processingPaymentsPurchases' nextButtonText="Continuar" transition="fade" ref='wizard' @on-complete="paymentsPurchaseProcess()" @on-change="(prev, next) => setChangeTabSteps({prev,next})")
tab-content(title="Quien es el proveedor ?" :beforeChange="checkPaymentsPurchasesSupplier")
supplier
tab-content(title="Cual es la factura ?" :beforeChange="checkPaymentsPurchasesInvoices")
invoices
tab-content(title="Que cuota es ?" :beforeChange="checkPaymentsPurchasesLinesPayments")
moves-lines
tab-content(title="Como vas a pagar ?" :beforeChange="checkPaymentsPurchasesJournals")
payments