diff --git a/prototipo/Prototipo-Etapa0.html b/prototipo/Prototipo-Etapa0.html index 93aa80f..b7fc09a 100644 --- a/prototipo/Prototipo-Etapa0.html +++ b/prototipo/Prototipo-Etapa0.html @@ -879,11 +879,11 @@
-

Paso 1 · Selecciona la cotización de BIND

+

Paso 1 · Confirma la cotización de BIND

Toda factura parte de una cotización BIND.

-
-
+
+
Vinculada al ticket
COT-2026-0455
@@ -893,16 +893,6 @@ Vigente · 28 jun 2026
-
- -
Otra cotización del cliente
-
COT-2026-0448
-
CEMEX · Staff augmentation · Arq. Jorge Salinas · julio 2026
-
- Subtotal $71,920.00 MXN - Vigente · 26 jun 2026 -
-
@@ -1675,12 +1665,6 @@ function emitOk(){ window.scrollTo({top:0, behavior:'instant'}); } -/* Paso 1: selección de cotización */ -function pickQuote(el){ - document.querySelectorAll('.quote-card').forEach(q => q.classList.remove('sel')); - el.classList.add('sel'); -} - /* Paso 2: PPD/PUE con advertencia SAT */ function pickPay(which){ const ppd = document.getElementById('pay-ppd'), pue = document.getElementById('pay-pue'); diff --git a/prototipo/capturas/04-emision.png b/prototipo/capturas/04-emision.png index e8e6512..402b61a 100644 Binary files a/prototipo/capturas/04-emision.png and b/prototipo/capturas/04-emision.png differ diff --git a/prototipo/capturas/07-pagos.png b/prototipo/capturas/07-pagos.png index 94f243d..5cc76fe 100644 Binary files a/prototipo/capturas/07-pagos.png and b/prototipo/capturas/07-pagos.png differ