diff --git a/HerramientaCASA/Components/Pages/HerramientaCASATabs/CostesProduccionComponents/CostesTrabajo.razor b/HerramientaCASA/Components/Pages/HerramientaCASATabs/CostesProduccionComponents/CostesTrabajo.razor index 2479af8..70736e7 100644 --- a/HerramientaCASA/Components/Pages/HerramientaCASATabs/CostesProduccionComponents/CostesTrabajo.razor +++ b/HerramientaCASA/Components/Pages/HerramientaCASATabs/CostesProduccionComponents/CostesTrabajo.razor @@ -3,7 +3,7 @@
| + | Precio del encargo: @objetoCASA.CostesProduccion.PrecioDelEncargo.MilesYDecimales() € | ||||||||||||||||||
| Plazo de presentación de la documentación: | +Plazo de presentación de la documentación: |
-
+
diff --git a/HerramientaCASA/Components/Pages/Licitaciones.razor b/HerramientaCASA/Components/Pages/Licitaciones.razor
index db8cdc5..c8a8b22 100644
--- a/HerramientaCASA/Components/Pages/Licitaciones.razor
+++ b/HerramientaCASA/Components/Pages/Licitaciones.razor
@@ -435,8 +435,8 @@
Format = PuppeteerSharp.Media.PaperFormat.A4,
MarginOptions = new PuppeteerSharp.Media.MarginOptions
{
- Top = "15mm",
- Bottom = "10mm"
+ Top = "0mm",
+ Bottom = "0mm"
},
DisplayHeaderFooter = true,
HeaderTemplate = @"
diff --git a/HerramientaCASA/Components/Pages/LicitacionesGrids/CostesProLicitaciones.razor b/HerramientaCASA/Components/Pages/LicitacionesGrids/CostesProLicitaciones.razor
index a87a208..110a0b9 100644
--- a/HerramientaCASA/Components/Pages/LicitacionesGrids/CostesProLicitaciones.razor
+++ b/HerramientaCASA/Components/Pages/LicitacionesGrids/CostesProLicitaciones.razor
@@ -59,7 +59,7 @@
COSTE DE PRODUCCIÓN DEL TRABAJO PROFESIONAL |
- @objetoLicitaciones.CostesProduccionTrabProf.MilesYDecimales() € |
+ @objetoLicitaciones.CostesProduccionTrabProf.MilesYDecimales() € |
Coste de producción del Trabajo Profesional |
- @objetoLicitacionUrban.CostesProduccionTrabProf.MilesYDecimales() € |
+ COSTE DE PRODUCCIÓN DEL TRABAJO PROFESIONAL |
+ @objetoLicitacionUrban.CostesProduccionTrabProf.MilesYDecimales() € |
+ |
G.G. + B.I. |
- (40/19 Junta Consultiva de Contratación Pública del Estado)
+ |
|
@objetoLicitacionUrban.Beneficio %
@@ -514,7 +514,7 @@
Format = PuppeteerSharp.Media.PaperFormat.A4,
MarginOptions = new PuppeteerSharp.Media.MarginOptions
{
- Top = "15mm",
+ Top = "20mm",
Bottom = "10mm"
},
DisplayHeaderFooter = true,
|