.purchases
form-wizard(title='' subtitle='' finishButtonText='Finalizar' :hideButtons='isProcessing' color='#7c7bad' nextButtonText='Continuar' backButtonText='Volver' @on-complete='createPurchase' ref='wizard')
tab-content(title='Cuál es su proveedor?' :before-change='checkSupplier')
supplier-step
tab-content(title='Qué productos comprarás?' :before-change='checkCart')
product-step
tab-content(title='Cómo quieres pagar?')
payment-method-step
tab-content(title='Qué monto vas a pagar?' :before-change='checkAmountReceived')
payment-amount-step