diff --git a/src/components/AdminPurchase.vue b/src/components/AdminPurchase.vue new file mode 100644 index 0000000..1eff2d6 --- /dev/null +++ b/src/components/AdminPurchase.vue @@ -0,0 +1,341 @@ + + + + diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index f8a791b..b51a4f9 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -32,6 +32,7 @@ { title: 'Cuadrar tarro', route: '/cuadrar_tarro'}, { title: 'Cuadres de tarro', route: '/cuadres_de_tarro'}, { title: 'CSV Tryton', route: '/ventas_para_tryton'}, + { title: 'Compra adm', route: '/compra_admin'}, ], }), watch: { diff --git a/src/pages/compra_admin.vue b/src/pages/compra_admin.vue new file mode 100644 index 0000000..b871718 --- /dev/null +++ b/src/pages/compra_admin.vue @@ -0,0 +1,20 @@ + + +