diff --git a/prototipo/Prototipo-Etapa0.html b/prototipo/Prototipo-Etapa0.html index af93ecd..93aa80f 100644 --- a/prototipo/Prototipo-Etapa0.html +++ b/prototipo/Prototipo-Etapa0.html @@ -523,11 +523,6 @@ Solicitudes (Jira) -
@@ -1662,11 +1612,6 @@ function show(view){ document.getElementById('sol-lista').style.display = 'block'; document.getElementById('sol-detalle').style.display = 'none'; } - if(view === 'emision'){ - document.getElementById('emi-lista').style.display = 'block'; - document.getElementById('wiz-main').style.display = 'none'; - document.getElementById('wiz-exito').style.display = 'none'; - } window.scrollTo({top:0, behavior:'instant'}); } @@ -1694,9 +1639,8 @@ function wiz(n){ } function startWizard(){ - show('emision'); - document.getElementById('emi-lista').style.display = 'none'; resetWizard(); + show('emision'); } function resetWizard(){ diff --git a/prototipo/capturas/01-dashboard.png b/prototipo/capturas/01-dashboard.png index 16df87a..1cac4e7 100644 Binary files a/prototipo/capturas/01-dashboard.png and b/prototipo/capturas/01-dashboard.png differ diff --git a/prototipo/capturas/02-solicitudes.png b/prototipo/capturas/02-solicitudes.png index cddeaa1..9332ce5 100644 Binary files a/prototipo/capturas/02-solicitudes.png and b/prototipo/capturas/02-solicitudes.png differ diff --git a/prototipo/capturas/03-solicitud-detalle.png b/prototipo/capturas/03-solicitud-detalle.png index 4efe4ad..e319268 100644 Binary files a/prototipo/capturas/03-solicitud-detalle.png and b/prototipo/capturas/03-solicitud-detalle.png differ diff --git a/prototipo/capturas/04-emision.png b/prototipo/capturas/04-emision.png index 6d82247..e8e6512 100644 Binary files a/prototipo/capturas/04-emision.png and b/prototipo/capturas/04-emision.png differ diff --git a/prototipo/capturas/05-envio.png b/prototipo/capturas/05-envio.png index 6e274b8..91e4a2d 100644 Binary files a/prototipo/capturas/05-envio.png and b/prototipo/capturas/05-envio.png differ diff --git a/prototipo/capturas/06-cobranza.png b/prototipo/capturas/06-cobranza.png index 3d08f6f..39c862e 100644 Binary files a/prototipo/capturas/06-cobranza.png and b/prototipo/capturas/06-cobranza.png differ diff --git a/prototipo/capturas/07-pagos.png b/prototipo/capturas/07-pagos.png index 6cc4293..94f243d 100644 Binary files a/prototipo/capturas/07-pagos.png and b/prototipo/capturas/07-pagos.png differ diff --git a/prototipo/capturas/08-bitacora.png b/prototipo/capturas/08-bitacora.png index 52bcf2e..11fa717 100644 Binary files a/prototipo/capturas/08-bitacora.png and b/prototipo/capturas/08-bitacora.png differ