소스 검색

[ADD] sale completion

Gogs 7 년 전
부모
커밋
2e0ada4e57
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

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