From e653add75555e8c679fd158ed1507f3ee25cef03 Mon Sep 17 00:00:00 2001 From: Juan Felipe Zapata Moreno Date: Mon, 23 Feb 2026 16:30:47 -0600 Subject: [PATCH] =?UTF-8?q?feat:=20agregar=20campo=20Clave=20SAT=20en=20fo?= =?UTF-8?q?rmularios=20de=20creaci=C3=B3n=20y=20edici=C3=B3n=20de=20produc?= =?UTF-8?q?tos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/POS/Inventory/CreateModal.vue | 16 +++++++++++++++ src/pages/POS/Inventory/EditModal.vue | 16 +++++++++++++++ src/pages/POS/Inventory/Index.vue | 6 ++++++ src/pages/POS/Point.vue | 26 ++++++++++++++++++++++--- 4 files changed, 61 insertions(+), 3 deletions(-) diff --git a/src/pages/POS/Inventory/CreateModal.vue b/src/pages/POS/Inventory/CreateModal.vue index 806b276..fccaf3b 100644 --- a/src/pages/POS/Inventory/CreateModal.vue +++ b/src/pages/POS/Inventory/CreateModal.vue @@ -21,6 +21,7 @@ const units = ref([]); /** Formulario */ const form = useForm({ name: '', + key_sat: '', sku: '', barcode: '', category_id: '', @@ -159,6 +160,21 @@ watch(() => form.track_serials, () => { + +
+ + + +
+
+ +
+ + + +
+