|
@@ -1,6 +1,6 @@
|
|
<template lang="pug">
|
|
<template lang="pug">
|
|
.pos
|
|
.pos
|
|
- form-wizard(title='' subtitle='' finishButtonText='Finalizar' :hideButtons='processing' color='#7c7bad' nextButtonText='Continuar' backButtonText='Volver' :validateOnBack='true' @on-complete='createSale' ref='wizard')
|
|
|
|
|
|
+ form-wizard(title='' subtitle='' finishButtonText='Finalizar' :hideButtons='processing' color='#7c7bad' nextButtonText='Continuar' backButtonText='Volver' @on-complete='createSale' ref='wizard')
|
|
tab-content(title="Qué productos necesita?" :beforeChange="checkCart")
|
|
tab-content(title="Qué productos necesita?" :beforeChange="checkCart")
|
|
product-step
|
|
product-step
|
|
tab-content(title="Quién es el cliente?" :beforeChange="checkCustomer")
|
|
tab-content(title="Quién es el cliente?" :beforeChange="checkCustomer")
|