acabado los puntos de informacion de licitacion CASA
This commit is contained in:
@@ -59,11 +59,21 @@
|
||||
<div class="mt-3">
|
||||
<div style="height: 24px;">
|
||||
<div class="puntoInfo">
|
||||
|
||||
@if (!string.IsNullOrEmpty(objetoCASA.Enumerados.PuntosInformacion.First(x => x.idPuntosInformacion == 30).Descripcion))
|
||||
@if (_HerramientaCASAPadre != null)
|
||||
{
|
||||
@UtilidadesCASA.CreateTooltip(objetoCASA.Enumerados.PuntosInformacion.First(x => x.idPuntosInformacion == 30).Descripcion)
|
||||
@if (!string.IsNullOrEmpty(objetoCASA.Enumerados.PuntosInformacion.First(x => x.idPuntosInformacion == 30).Descripcion))
|
||||
{
|
||||
@UtilidadesCASA.CreateTooltip(objetoCASA.Enumerados.PuntosInformacion.First(x => x.idPuntosInformacion == 30).Descripcion)
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
@if (!string.IsNullOrEmpty(objetoLicitaciones.Enumerados.PuntosInformacion.First(x => x.idPuntosInformacion == 36).Descripcion))
|
||||
{
|
||||
@UtilidadesCASA.CreateTooltip(objetoLicitaciones.Enumerados.PuntosInformacion.First(x => x.idPuntosInformacion == 36).Descripcion)
|
||||
}
|
||||
}
|
||||
|
||||
<b>Otros trabajos incluidos en el Encargo</b>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -16,7 +16,14 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="colorFilasIntro w4">
|
||||
Plazo de presentación de la documentación:
|
||||
<div class="puntoInfo">
|
||||
@if (!string.IsNullOrEmpty(objetoLicitaciones.Enumerados.PuntosInformacion.First(x => x.idPuntosInformacion == 34).Descripcion))
|
||||
{
|
||||
@UtilidadesCASA.CreateTooltip(objetoLicitaciones.Enumerados.PuntosInformacion.First(x => x.idPuntosInformacion == 34).Descripcion)
|
||||
}
|
||||
Plazo de presentación de la documentación:
|
||||
|
||||
</div>
|
||||
@if (objetoLicitaciones.IncrementoUrgencia > 0)
|
||||
{
|
||||
<br />
|
||||
@@ -64,8 +71,16 @@
|
||||
|
||||
<tr>
|
||||
<td class="TotalesTabla colorB w4">
|
||||
|
||||
<div class="puntoInfo">
|
||||
@if (!string.IsNullOrEmpty(objetoLicitaciones.Enumerados.PuntosInformacion.First(x => x.idPuntosInformacion == 35).Descripcion))
|
||||
{
|
||||
@UtilidadesCASA.CreateTooltip(objetoLicitaciones.Enumerados.PuntosInformacion.First(x => x.idPuntosInformacion == 35).Descripcion)
|
||||
}
|
||||
G.G. + B.I.
|
||||
<span class="fw-normal" style="font-size:10px;">(40/19 Junta Consultiva de Contratación Pública del Estado)</span>
|
||||
|
||||
</div>
|
||||
</td>
|
||||
<td class="TotalesTabla text-end" style="align-content:center;">
|
||||
<div class="d-flex" style="justify-content: end; gap:3px;">
|
||||
|
||||
@@ -5,7 +5,12 @@
|
||||
|
||||
|
||||
<div class="d-flex justify-content-between mt-3">
|
||||
<div><b>Fases</b></div>
|
||||
<div class="puntoInfo">
|
||||
@if (!string.IsNullOrEmpty(objetoLicitaciones.Enumerados.PuntosInformacion.First(x => x.idPuntosInformacion == 33).Descripcion))
|
||||
{
|
||||
@UtilidadesCASA.CreateTooltip(objetoLicitaciones.Enumerados.PuntosInformacion.First(x => x.idPuntosInformacion == 33).Descripcion)
|
||||
}
|
||||
<b>Fases</b></div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-12">
|
||||
|
||||
@@ -22,7 +22,13 @@
|
||||
<BodyTemplate>
|
||||
<div class="row">
|
||||
<div class="col-12 formatoCampos pt-2">
|
||||
<label class="tituloLbl">Superficie:</label>
|
||||
<label class="tituloLbl">
|
||||
@if (!string.IsNullOrEmpty(objetoLicitaciones.Enumerados.PuntosInformacion.First(x => x.idPuntosInformacion == 31).Descripcion))
|
||||
{
|
||||
@UtilidadesCASA.CreateTooltip(objetoLicitaciones.Enumerados.PuntosInformacion.First(x => x.idPuntosInformacion == 31).Descripcion)
|
||||
}
|
||||
Superficie:
|
||||
</label>
|
||||
<InputNumber TValue="double" @bind-Value="itemSeleccionadoTemporal.superficie"
|
||||
step="any"
|
||||
@oninput="e => ValidarYActualizar(e, nameof(itemSeleccionadoTemporal.superficie))"
|
||||
@@ -53,7 +59,12 @@
|
||||
</div>
|
||||
|
||||
<div class="col-12 formatoCampos pt2">
|
||||
<label class="tituloLbl">Intervención:</label>
|
||||
<label class="tituloLbl">
|
||||
@if (!string.IsNullOrEmpty(objetoLicitaciones.Enumerados.PuntosInformacion.First(x => x.idPuntosInformacion == 32).Descripcion))
|
||||
{
|
||||
@UtilidadesCASA.CreateTooltip(objetoLicitaciones.Enumerados.PuntosInformacion.First(x => x.idPuntosInformacion == 32).Descripcion)
|
||||
}
|
||||
Intervención:</label>
|
||||
<InputSelect @bind-Value="@itemSeleccionadoTemporal.idTipoIntervencion" class="inputForm">
|
||||
@foreach (var intervencion in intervencionesAux)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user