From 5860411753199cc8bfab7ba722c4165b2eee2a2e Mon Sep 17 00:00:00 2001 From: Mono Mono Date: Sat, 8 Mar 2025 18:04:45 -0500 Subject: [PATCH] #12 feat(Compra): add compra administrativa. --- src/components/AdminPurchase.vue | 341 +++++++++++++++++++++++++++++++ src/components/NavBar.vue | 1 + src/pages/compra_admin.vue | 20 ++ 3 files changed, 362 insertions(+) create mode 100644 src/components/AdminPurchase.vue create mode 100644 src/pages/compra_admin.vue 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 @@ + + +