"útlimos" cambios de 28/07
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" rel="stylesheet" />
|
||||
<link href="_content/Blazor.Bootstrap/blazor.bootstrap.css" rel="stylesheet" />
|
||||
<link href="_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css" rel="stylesheet" />
|
||||
<link href="Content/Site.css?v=0.43" rel="stylesheet" />
|
||||
<link href="Content/Site.css?v=0.44" rel="stylesheet" />
|
||||
<link href="Content/all.min.css" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
|
||||
<script src="Scripts/jquery.min.js"></script>
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
<table class="table tablaCACOA mb-0" style="position:absolute;bottom:-33px;">
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold colorC">
|
||||
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
|
||||
<div class="d-flex justify-content-between">
|
||||
<div class="mt-1">
|
||||
<button @onclick="@(() => abrirPopupGestionDatos(new CASA.OtrosTrabajos(),true))" class="btnBlue d-flex align-items-center"> <i class="fas fa-plus-square pe-1"></i> Añadir Trabajo</button>
|
||||
|
||||
@@ -17,12 +17,12 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="colorB w4"><p><b>COSTES DE PRODUCCIÓN DEL TRABAJO PROFESIONAL</b></p> </td>
|
||||
<td class="text-end align-content-center"><span> @objetoCASA.CostesProduccion.CostesProduccionTrabProf.MilesYDecimales() €</span></td>
|
||||
<td class="tdAlter fw-bold w4" style="background:#ffc107;">COSTES DE PRODUCCIÓN DEL TRABAJO PROFESIONAL</td>
|
||||
<td class="text-end"><span> @objetoCASA.CostesProduccion.CostesProduccionTrabProf.MilesYDecimales() €</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="colorFilasIntro w4"><p> <b>Beneficio</b> (antes de impuestos)</p></td>
|
||||
<td class="colorFilasIntro w4"><b>Beneficio</b> (antes de impuestos)</td>
|
||||
<td class="text-end">
|
||||
<div class="d-flex" style="gap:3px;">
|
||||
<InputNumber TValue="double" Locale="es-ES" Min="0" class="inputForm formatoMoneda inputTabla" Value="@objetoCASA.CostesProduccion.Beneficio" ValueExpression="() => objetoCASA.CostesProduccion.Beneficio" ValueChanged="(value) => BeneficioCambiado(value)"></InputNumber> %
|
||||
@@ -32,8 +32,8 @@
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold" style="background: #ffc107;">
|
||||
PRECIO DEL TRABAJO PROFESIONAL: <span>@objetoCASA.CostesProduccion.PrecioTrabProf.MilesYDecimales() € </span>
|
||||
<td colspan="2" class="text-end fw-bold">
|
||||
Precio del trabajo profesional: <span>@objetoCASA.CostesProduccion.PrecioTrabProf.MilesYDecimales() € </span>
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
@@ -53,8 +53,8 @@
|
||||
<table class="table tablaCACOA tablaCACOA2 mb-0" style="width: 100%;">
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold" style="background: #ffc107;">
|
||||
PRECIO DEL ENCARGO: <span>@objetoCASA.CostesProduccion.PrecioDelEncargo.MilesYDecimales() € </span>
|
||||
<td colspan="2" class="text-end fw-bold TotalesTabla">
|
||||
Precio del encargo: <span>@objetoCASA.CostesProduccion.PrecioDelEncargo.MilesYDecimales() € </span>
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
<table class="table tablaCACOA mb-0" style="position:absolute;bottom:-33px;">
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold colorC">
|
||||
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
|
||||
|
||||
<div class="d-flex justify-content-between">
|
||||
<div class="mt-1" style="height:28px">
|
||||
@@ -159,7 +159,7 @@
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold colorC">
|
||||
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
|
||||
<div style="height:28px; align-content:center;">
|
||||
Total Coste hora Despacho Profesional: <span> @objetoCASA.CostesProduccion.TotalCostes.MilesYDecimales() €/hora</span>
|
||||
</div>
|
||||
@@ -195,7 +195,7 @@
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold colorC">
|
||||
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
|
||||
Coste hora Externalización: <span> @objetoCASA.CostesProduccion.CosteHoraExternalizacion.MilesYDecimales() €/hora</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
@using bdHerramientaCACOA.db
|
||||
@inject NavigationManager Navigation
|
||||
@inject UserState UserState
|
||||
@inject IJSRuntime JS
|
||||
|
||||
|
||||
<div>
|
||||
<CascadingValue Value="this">
|
||||
@@ -15,6 +17,8 @@
|
||||
</CascadingValue>
|
||||
</div>
|
||||
|
||||
@* <Button @onclick="imprimir">Imprimir</Button> *@
|
||||
|
||||
<div class="container-fluid m-0 p-0">
|
||||
<div class="row">
|
||||
<div class="col-md-8 d-flex flex-column">
|
||||
@@ -24,23 +28,23 @@
|
||||
</CascadingValue>
|
||||
</div>
|
||||
<div class="row mt-auto">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-12 d-flex justify-content-around">
|
||||
<table class="tablaAlter">
|
||||
<tr>
|
||||
<td class="tdAlter">Coste/Hora Despacho profesional: </td>
|
||||
<td class="tdAlter">COSTE/HORA DESPACHO PROFESIONAL: </td>
|
||||
<td class="tdAlineadoDerecha" style="font-weight:bold;">
|
||||
@objetoCASA.DespachoProfesional.CosteHoraDespachoProfesional.MilesYDecimales() €/h
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdAlterSub">Costes directos </td>
|
||||
<td class="tdAlineadoDerecha">
|
||||
<td class="TotalesTabla">Costes directos </td>
|
||||
<td class="tdAlineadoDerecha TotalesTabla">
|
||||
@objetoCASA.DespachoProfesional.CostesDirectos.MilesYDecimales() €/h
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdAlterSub">Costes indirectos</td>
|
||||
<td class="tdAlineadoDerecha">
|
||||
<td class="TotalesTabla">Costes indirectos</td>
|
||||
<td class="tdAlineadoDerecha TotalesTabla">
|
||||
@objetoCASA.DespachoProfesional.TasaCostesIndirectos.MilesYDecimales() €/h
|
||||
</td>
|
||||
</tr>
|
||||
@@ -70,6 +74,8 @@
|
||||
|
||||
public ClonarDespachoVM datosClonar = new ClonarDespachoVM();
|
||||
|
||||
private string htmlContent;
|
||||
|
||||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
var url = Navigation.ToAbsoluteUri(Navigation.Uri);
|
||||
@@ -103,6 +109,7 @@
|
||||
StateHasChanged();
|
||||
}
|
||||
|
||||
|
||||
// private void clonarDespacho()
|
||||
// {
|
||||
// var byteFichero = bd.ficheros.First(x=> x.idFichero == idFicheroObtenido).Fichero;
|
||||
@@ -119,3 +126,11 @@
|
||||
// // Navigation.NavigateTo("/HerramientaCASAS?idClonado=" + tsUtilidades.crypt.FEncS(idFicheroObtenido.ToString(), "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890.:/-*", "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890.:/-*", 875421649), true);
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
@* <script>
|
||||
function obtenerHtmlDespacho() {
|
||||
const contenido = document.querySelector('.container-fluid');
|
||||
return contenido ? contenido.outerHTML : "";
|
||||
};
|
||||
</script> *@
|
||||
@@ -52,7 +52,7 @@ Responsive="true">
|
||||
<table class="table tablaCACOA mb-0" style="position:absolute;bottom:-19px;">
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold colorC">
|
||||
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
|
||||
Total Costes Indirectos: <span>
|
||||
@objetoCASA.DespachoProfesional.TotalCostesIndirectos.MilesYDecimales() €
|
||||
</span>
|
||||
|
||||
@@ -127,10 +127,10 @@
|
||||
</GridColumn>
|
||||
</GridColumns>
|
||||
</Grid>
|
||||
<table class="table tablaCACOA mb-0" style="position:absolute;bottom:-36px;">
|
||||
<table class="table tablaCACOA mb-0" style="position:absolute;bottom:-50px;">
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold colorC" >
|
||||
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
|
||||
<div class="d-flex justify-content-between">
|
||||
<div class="mt-1">
|
||||
<button @onclick="@(() => abrirPopupGestionDatos(new CASA.Trabajador(),true))" class="btnBlue d-flex align-items-center"> <i class="fas fa-plus-square pe-1"></i>Nuevo Grupo de Trabajador</button>
|
||||
|
||||
@@ -20,20 +20,18 @@
|
||||
<CascadingValue Value="this">
|
||||
<FasesTrabajoProfesionalGrid objetoCASA="objetoCASA"></FasesTrabajoProfesionalGrid>
|
||||
</CascadingValue>
|
||||
|
||||
<CascadingValue Value="this">
|
||||
<TablaHorasGrid objetoCASA="objetoCASA"></TablaHorasGrid>
|
||||
</CascadingValue>
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
|
||||
<CascadingValue Value="this">
|
||||
<CoeficientesCorrectoresGrid objetoCASA="objetoCASA"></CoeficientesCorrectoresGrid>
|
||||
</CascadingValue>
|
||||
</div>
|
||||
<div class="col-md-12 d-flex justify-content-around">
|
||||
<div>
|
||||
<CascadingValue Value="this">
|
||||
<CoeficientesCorrectoresGrid objetoCASA="objetoCASA"></CoeficientesCorrectoresGrid>
|
||||
</CascadingValue>
|
||||
|
||||
@* <CascadingValue Value="this">
|
||||
<TablaHorasGrid objetoCASA="objetoCASA"></TablaHorasGrid>
|
||||
</CascadingValue> *@
|
||||
</CascadingValue>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<table class="table tablaCACOA mb-0" style="position:absolute;bottom:-33px;">
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold colorC">
|
||||
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
|
||||
|
||||
<div class="d-flex justify-content-between">
|
||||
<div class="mt-1">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="col-md-6" style="margin-top:50px; width: 100%; display: flex;">
|
||||
<table class="tablaAlter">
|
||||
<tr>
|
||||
<td class="tdAlter">Horas Trabajo Profesional Edificación: </td>
|
||||
<td class="tdAlter"> HORAS TRABAJO PROFESIONAL EDIFICACIÓN: </td>
|
||||
|
||||
<td class="tdAlineadoDerecha" style="width: 30%; font-weight:bold;">
|
||||
@if (!_Parent.modificarHoras)
|
||||
@@ -20,8 +20,8 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdAlterSub">Horas TPE Documentacion </td>
|
||||
<td class="tdAlineadoDerecha">
|
||||
<td class="TotalesTabla">Horas TPE Documentacion </td>
|
||||
<td class="tdAlineadoDerecha TotalesTabla">
|
||||
|
||||
@if (!_Parent.modificarHoras)
|
||||
{
|
||||
@@ -38,8 +38,8 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdAlterSub">Horas TPE Dirección de obra </td>
|
||||
<td class="tdAlineadoDerecha">
|
||||
<td class="TotalesTabla">Horas TPE Dirección de obra </td>
|
||||
<td class="tdAlineadoDerecha TotalesTabla">
|
||||
|
||||
@if (!_Parent.modificarHoras)
|
||||
{
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
<table class="table tablaCACOA mb-0" style="position:absolute;bottom:-33px;">
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold colorC">
|
||||
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
|
||||
|
||||
<div class="d-flex justify-content-between">
|
||||
<div class="mt-1">
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
<table class="table tablaCACOA mb-0" style="position:absolute;bottom:-33px;">
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold colorC">
|
||||
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
|
||||
|
||||
<div class="d-flex justify-content-between">
|
||||
<div class="mt-1">
|
||||
@@ -162,7 +162,7 @@
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold colorC">
|
||||
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
|
||||
Total Coste hora Despacho Profesional: <span> @objetoURBAN.CostesProduccion.TotalCostes.MilesYDecimales() €/hora</span>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -196,7 +196,7 @@
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold colorC">
|
||||
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
|
||||
Coste hora Externalización: <span> @objetoURBAN.CostesProduccion.CosteHoraExternalizacion.MilesYDecimales() €/hora</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-6 mt-3">
|
||||
<div style="height: 24px;">
|
||||
@* <b>Costes Asociados a los Servicios de Arquitectura</b> *@
|
||||
<b>Costes Asociados a los Servicios de Arquitectura</b>
|
||||
</div>
|
||||
<table class="table tablaCACOA tablaCACOA2 mb-0">
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="colorB fw-bold w4">COSTES DE PRODUCCIÓN DEL TRABAJO PROFESIONAL</td>
|
||||
<td class="tdAlter fw-bold w4" style="background:#ffc107;">COSTES DE PRODUCCIÓN DEL TRABAJO PROFESIONAL</td>
|
||||
<td class="text-end"><span> @objetoURBAN.CostesProduccion.CostesProduccionTrabProf.MilesYDecimales() €</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="colorFilasIntro w4"><p> <b>Beneficio</b> (antes de impuestos)</p></td>
|
||||
<td class="colorFilasIntro w4"><b>Beneficio</b> (antes de impuestos)</td>
|
||||
<td class="text-end">
|
||||
<div class="d-flex" style="gap:3px;">
|
||||
<InputNumber TValue="double" Locale="es-ES" Min="0" class="inputForm formatoMoneda inputTabla" Value="@objetoURBAN.CostesProduccion.Beneficio" ValueExpression="() => objetoURBAN.CostesProduccion.Beneficio" ValueChanged="(value) => BeneficioCambiado(value)"></InputNumber> %
|
||||
@@ -33,8 +33,8 @@
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold" style="background: #ffc107;">
|
||||
PRECIO DEL TRABAJO PROFESIONAL: <span>@objetoURBAN.CostesProduccion.PrecioTrabajoProfesional.MilesYDecimales() € </span>
|
||||
<td colspan="2" class="text-end fw-bold">
|
||||
Precio del trabajo profesional: <span>@objetoURBAN.CostesProduccion.PrecioTrabajoProfesional.MilesYDecimales() € </span>
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end colorC fw-bold w4">
|
||||
<td colspan="2" class="text-end colorC fw-bold w4 TotalesTabla">
|
||||
Total horas del trabajo profesional: <span>@objetoURBAN.CostesProduccion.HorasTrabajoProfesional.MilesYDecimales() h </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
<table class="table tablaCACOA mb-0" style="position:absolute;bottom:-19px;">
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold colorC">
|
||||
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
|
||||
Total Costes Indirectos: <span>
|
||||
@objetoURBAN.DespachoProfesional.TotalCostesIndirectos.MilesYDecimales() €
|
||||
</span>
|
||||
|
||||
@@ -128,10 +128,10 @@
|
||||
</GridColumn>
|
||||
</GridColumns>
|
||||
</Grid>
|
||||
<table class="table tablaCACOA mb-0" style="position:absolute;bottom:-36px;">
|
||||
<table class="table tablaCACOA mb-0" style="position:absolute;bottom:-50px;">
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold colorC">
|
||||
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
|
||||
<div class="d-flex justify-content-between">
|
||||
<div class="mt-1">
|
||||
<button @onclick="@(() => abrirPopupGestionDatos(new CASA.Trabajador(),true))" class="btnBlue d-flex align-items-center"> <i class="fas fa-plus-square pe-1"></i>Nuevo Grupo de Trabajador</button>
|
||||
|
||||
@@ -25,23 +25,23 @@
|
||||
</CascadingValue>
|
||||
</div>
|
||||
<div class="row mt-auto">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-12 d-flex justify-content-around">
|
||||
<table class="tablaAlter">
|
||||
<tr>
|
||||
<td class="tdAlter">Coste/Hora Despacho profesional: </td>
|
||||
<td class="tdAlter">COSTE/HORA DESPACHO PROFESIONAL: </td>
|
||||
<td class="tdAlineadoDerecha" style="font-weight:bold;">
|
||||
@objetoURBAN.DespachoProfesional.CosteHoraDespachoProfesional.MilesYDecimales() €/h
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdAlterSub">Costes directos </td>
|
||||
<td class="tdAlineadoDerecha">
|
||||
<td class="TotalesTabla">Costes directos </td>
|
||||
<td class="tdAlineadoDerecha TotalesTabla">
|
||||
@objetoURBAN.DespachoProfesional.CostesDirectos.MilesYDecimales() €/h
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdAlterSub">Costes indirectos</td>
|
||||
<td class="tdAlineadoDerecha">
|
||||
<td class="TotalesTabla">Costes indirectos</td>
|
||||
<td class="tdAlineadoDerecha TotalesTabla">
|
||||
@objetoURBAN.DespachoProfesional.TasaCostesIndirectos.MilesYDecimales() €/h
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<table class="table tablaCACOA mb-0" style="position:absolute;bottom:-33px;">
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold colorC">
|
||||
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
|
||||
|
||||
<div class="d-flex justify-content-between">
|
||||
<div class="mt-1">
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
}
|
||||
<table class="tablaAlter mt-4" style="width: 100%;">
|
||||
<tr>
|
||||
<td class="tdAlter" style="width:50%;">Horas Trabajo Profesional </td>
|
||||
<td class="tdAlter" style="width:50%;">HORAS TRABAJO PROFESIONAL URBANISMO: </td>
|
||||
<td class="tdAlineadoDerecha">@objetoURBAN.TrabajoProfesional.horasTrabProfesional.MilesYDecimales() h</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<table class="table tablaCACOA mb-0" style="position:absolute;bottom:-33px;">
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold colorC">
|
||||
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
|
||||
|
||||
<div class="d-flex justify-content-between">
|
||||
<div class="mt-1">
|
||||
|
||||
@@ -36,14 +36,6 @@
|
||||
}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<table class="tablaAlter mt-4" style="width: 100%;">
|
||||
<tr>
|
||||
<td class="tdAlter" style="width:50%;">Horas Trabajo Profesional </td>
|
||||
<td class="tdAlineadoDerecha">@objetoLicitacionUrban.TrabajoProfesional.horasTrabProfesional.MilesYDecimales() h</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@code {
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
<table class="table tablaCACOA mb-0" style="position:absolute;bottom:-33px;">
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold colorC">
|
||||
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
|
||||
<div class="d-flex justify-content-between">
|
||||
<div class="mt-1">
|
||||
<button @onclick="@(() => abrirPopupGestionDatos(new LicitacionesURBAN.SolvenciaTecnica(),true))" class="btnBlue d-flex align-items-center"> <i class="fas fa-plus-square pe-1"></i> Añadir Trabajadores</button>
|
||||
|
||||
@@ -95,8 +95,8 @@
|
||||
<table class="table tablaCACOA tablaCACOA2 mb-0" style="width: 100%;">
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold" style="background: #ffc107;">
|
||||
PRECIO LICITACIÓN / CONCURSO: <span>@objetoLicitaciones.PrecioDelEncargo.MilesYDecimales() € </span>
|
||||
<td colspan="2" class="text-end fw-bold TotalesTabla">
|
||||
Presupuesto base de licitación: <span>@objetoLicitaciones.PrecioDelEncargo.MilesYDecimales() € </span>
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
||||
@@ -54,10 +54,10 @@
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@* <tr>
|
||||
<td class="colorB fw-bold w4">COSTE DEL TRABAJO PROFESIONAL</td>
|
||||
<td class="text-end"><span> @objetoLicitaciones.PrecioTrabProf.MilesYDecimales() €</span></td>
|
||||
</tr>
|
||||
</tr> *@
|
||||
|
||||
</tbody>
|
||||
<tfoot>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<table class="table tablaCACOA mb-0" style="position:absolute;bottom:-18px;">
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold colorC">
|
||||
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
|
||||
<div class="d-flex justify-content-end">
|
||||
@* <div class="mt-1">
|
||||
<button @onclick="@(() => restablecerValores())" class="btnBlue d-flex align-items-center"> <i class="fas fa-undo pe-1"></i> Restablecer valores</button>
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
<table class="table tablaCACOA mb-0" style="position:absolute;bottom:-33px;">
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="text-end fw-bold colorC">
|
||||
<td colspan="2" class="text-end fw-bold colorC TotalesTabla TotalesTabla">
|
||||
|
||||
<div class="d-flex justify-content-between">
|
||||
<div class="mt-1">
|
||||
|
||||
@@ -117,6 +117,10 @@
|
||||
<td class="colorB fw-bold w4">Coste hora de producción</td>
|
||||
<td class="text-end columna40Ancho"><span> @objetoLicitacionUrban.CosteHP.MilesYDecimales() €/hora</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdAlter" style="width:50%;">Horas Trabajo Profesional </td>
|
||||
<td class="tdAlineadoDerecha">@objetoLicitacionUrban.TrabajoProfesional.horasTrabProfesional.MilesYDecimales() h</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="colorB fw-bold w4">Coste de producción del Trabajo Profesional</td>
|
||||
<td class="text-end columna40Ancho"><span> @objetoLicitacionUrban.CostesProduccionTrabProf.MilesYDecimales() €</span></td>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
</div>
|
||||
</Content>
|
||||
</Tab>
|
||||
<Tab Title="Simulaciones URBAN" Name="tbURBAND">
|
||||
<Tab Title="CASA – Urbanismo" Name="tbURBAND">
|
||||
<Content>
|
||||
<div class="CajaTab p-2">
|
||||
<HerramientaCASA.Components.Pages.Simulaciones.SimulacionesTabs TipoSimulacion="URBAND"></HerramientaCASA.Components.Pages.Simulaciones.SimulacionesTabs>
|
||||
@@ -35,7 +35,7 @@
|
||||
</Content>
|
||||
</Tab>
|
||||
|
||||
<Tab Title="Licitaciones URBAN" Name="tbURBAND">
|
||||
<Tab Title="Licitaciones Urbanismo" Name="tbURBAND">
|
||||
<Content>
|
||||
<div class="CajaTab p-2">
|
||||
<HerramientaCASA.Components.Pages.Simulaciones.SimulacionesTabs TipoSimulacion="URBANDSIMP"></HerramientaCASA.Components.Pages.Simulaciones.SimulacionesTabs>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<div class="mb-5">
|
||||
<button @onclick="@(() => irNuevaSimulacion())" class="btnBlue ms-auto"> <i class="fas fa-plus pe-1"></i>Crear Nueva baja</button>
|
||||
</div>
|
||||
<b>Simulaciones bajas guardadas</b>
|
||||
<b>Licitaciones Bajas almacenadas</b>
|
||||
</div>
|
||||
<div>
|
||||
<HerramientaCASA.Components.Pages.Simulaciones.SimulacionesTabs TipoSimulacion="BAJAS"></HerramientaCASA.Components.Pages.Simulaciones.SimulacionesTabs>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<div class="mb-5">
|
||||
<button @onclick="@(() => irNuevaSimulacion())" class="btnBlue ms-auto"><i class="fas fa-plus pe-1"></i>Crear Nueva simulación URBAN</button>
|
||||
</div>
|
||||
<b>Simulaciones URBAN guardadas</b>
|
||||
<b>CASA Urbanismo almacenadas</b>
|
||||
</div>
|
||||
<div>
|
||||
<HerramientaCASA.Components.Pages.Simulaciones.SimulacionesTabs TipoSimulacion="URBAND"></HerramientaCASA.Components.Pages.Simulaciones.SimulacionesTabs>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<button @onclick="@(() => irNuevaSimulacion())" class="btnBlue ms-auto"><i class="fas fa-plus pe-1"></i>Crear Nueva simulación CASA</button>
|
||||
</div>
|
||||
|
||||
<b>Ver simulaciones CASA guardadas</b>
|
||||
<b>CASA Edificación almacenadas</b>
|
||||
</div>
|
||||
<div>
|
||||
<HerramientaCASA.Components.Pages.Simulaciones.SimulacionesTabs TipoSimulacion="CASA"></HerramientaCASA.Components.Pages.Simulaciones.SimulacionesTabs>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<div class="mb-5">
|
||||
<button @onclick="@(() => irNuevaSimulacion())" class="btnBlue ms-auto"> <i class="fas fa-plus pe-1"></i> Crear Nueva licitación CASA</button>
|
||||
</div>
|
||||
<b>Licitaciones CASA guardadas</b>
|
||||
<b>Licitaciones Edificación almacenadas</b>
|
||||
</div>
|
||||
<div>
|
||||
<HerramientaCASA.Components.Pages.Simulaciones.SimulacionesTabs TipoSimulacion="LICITACIONCASA"></HerramientaCASA.Components.Pages.Simulaciones.SimulacionesTabs>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<div class="mb-5">
|
||||
<button @onclick="@(() => irNuevaSimulacion())" class="btnBlue ms-auto"><i class="fas fa-plus pe-1"></i> Crear Nueva licitación URBAN</button>
|
||||
</div>
|
||||
<b>Licitaciones URBAN guardadas</b>
|
||||
<b>Licitaciones Urbanismo almacenadas</b>
|
||||
</div>
|
||||
<div>
|
||||
<HerramientaCASA.Components.Pages.Simulaciones.SimulacionesTabs TipoSimulacion="URBANDSIMP"></HerramientaCASA.Components.Pages.Simulaciones.SimulacionesTabs>
|
||||
|
||||
@@ -789,4 +789,8 @@ div.content {
|
||||
padding: 10px;
|
||||
padding-left: 15px;
|
||||
margin-bottom:0px;
|
||||
}
|
||||
|
||||
.TotalesTabla{
|
||||
border:0px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user