From a8921833edeadae271f81699bf151c49a2b6bcc5 Mon Sep 17 00:00:00 2001 From: Juan Felipe Zapata Moreno Date: Mon, 30 Mar 2026 18:00:54 -0600 Subject: [PATCH] Feat: modificaciones modal y agregar boton condonar --- .gitignore | 1 + src/components/App/FineSearchPanel.vue | 14 +- src/components/App/FineSection.vue | 1 + src/pages/App/Concept/Modal/Edit.vue | 303 ++++++++++++-------- src/pages/App/InvoiceRequest/Modal/Show.vue | 190 ++++++------ 5 files changed, 298 insertions(+), 211 deletions(-) diff --git a/.gitignore b/.gitignore index 8ef7218..3bbc3d9 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ dist-ssr .env colors.css notes.md +pnpm-lock.yaml # Editor directories and files .vscode/* diff --git a/src/components/App/FineSearchPanel.vue b/src/components/App/FineSearchPanel.vue index 357bf97..fd9a8c0 100644 --- a/src/components/App/FineSearchPanel.vue +++ b/src/components/App/FineSearchPanel.vue @@ -6,6 +6,7 @@ const props = defineProps({ isSearching: { type: Boolean, default: false }, folioQuery: { type: String, default: "" }, curpQuery: { type: String, default: "" }, + hasSelectedFine: { type: Boolean, default: false }, }); const emit = defineEmits([ @@ -15,6 +16,7 @@ const emit = defineEmits([ "search-folio", "search-curp", "qr-detected", + "condone-fine", ]); const tabs = [ @@ -25,7 +27,7 @@ const tabs = [ diff --git a/src/components/App/FineSection.vue b/src/components/App/FineSection.vue index 8b2b2b5..25fb15a 100644 --- a/src/components/App/FineSection.vue +++ b/src/components/App/FineSection.vue @@ -177,6 +177,7 @@ const switchTab = (tab) => { {