Validacion del ticket

This commit is contained in:
Andres2908
2022-02-04 01:07:58 -06:00
parent 720cc318f3
commit bf1a9597c4
3 changed files with 150 additions and 11 deletions
+5 -1
View File
@@ -57,7 +57,11 @@ export default {
console.log(value)
this.$router.push({
path: '/admin/ticket/',
query: { folio: value.folio },
query: {
folio: value.folio,
monto: value.monto,
fecha: value.fechaTicket,
},
})
},
},