@* TABLA COSTES ASOCIADOS A LOS SEVICIOS DE ARQUITECTURA *@
diff --git a/HerramientaCASA/Components/Pages/Imprimir/LicitacionesURBANImprimir.razor b/HerramientaCASA/Components/Pages/Imprimir/LicitacionesURBANImprimir.razor
index 6fa7766..eb01e09 100644
--- a/HerramientaCASA/Components/Pages/Imprimir/LicitacionesURBANImprimir.razor
+++ b/HerramientaCASA/Components/Pages/Imprimir/LicitacionesURBANImprimir.razor
@@ -11,12 +11,16 @@
+
-
@* TABLAS DE DATOS MINIMOS Y OPCIONALES *@
@@ -75,7 +116,10 @@
@* TABLA DE DATOS OPCIONALES *@
-
+
+
+
+
Documentación Opcional:
@@ -374,6 +418,7 @@
public tsHerramientasCACOA bd;
string espacioTabla = "margin-bottom:400px;";
+ string espacioDocumentos = "";
MarkupString msTextoEncabezado => (MarkupString)textoEncabezado;
@@ -394,6 +439,15 @@
espacioTabla = "";
}
+ if (objetoLicitacionUrban.TrabajoProfesional.idTipoDocumentacion != 0)
+ {
+ espacioDocumentos = "margin-top:300px;";
+ }
+ else
+ {
+ espacioDocumentos = "margin-top:50px;";
+ }
+
textoEncabezado = bd.enumeraciones.First(x => x.Codigo.Contains("PDFURBANLIC")).ValorAlfabeticoLargo;
pie1 = bd.enumeraciones.First(x => x.Codigo.Contains(".PDFPIE1")).ValorAlfabeticoLargo;
diff --git a/HerramientaCASA/Components/Pages/Licitaciones.razor b/HerramientaCASA/Components/Pages/Licitaciones.razor
index 632f8b9..0d42e8b 100644
--- a/HerramientaCASA/Components/Pages/Licitaciones.razor
+++ b/HerramientaCASA/Components/Pages/Licitaciones.razor
@@ -54,7 +54,7 @@
-
+ @* *@
diff --git a/HerramientaCASA/Components/Pages/Login/Denegado.razor b/HerramientaCASA/Components/Pages/Login/Denegado.razor
index fc12209..fb9997c 100644
--- a/HerramientaCASA/Components/Pages/Login/Denegado.razor
+++ b/HerramientaCASA/Components/Pages/Login/Denegado.razor
@@ -23,11 +23,6 @@
Ir a la web del CACOA
-
-
-
-
-