agregado los simbolos para imprimir (quizás se pueda poner más limpio)
This commit is contained in:
@@ -148,7 +148,23 @@
|
|||||||
{
|
{
|
||||||
<tr>
|
<tr>
|
||||||
<td class="colorB w4">@item.Descripcion</td>
|
<td class="colorB w4">@item.Descripcion</td>
|
||||||
<td class="colorB w4 text-end">@item.Checkeada</td>
|
<td class="colorB w4 text-end">
|
||||||
|
|
||||||
|
@if (@item.Checkeada)
|
||||||
|
{
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-square" viewBox="0 0 16 16">
|
||||||
|
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z" />
|
||||||
|
<path d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z" />
|
||||||
|
</svg>
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-square" viewBox="0 0 16 16">
|
||||||
|
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z" />
|
||||||
|
</svg>
|
||||||
|
}
|
||||||
|
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
}
|
}
|
||||||
</tbody>
|
</tbody>
|
||||||
@@ -250,14 +266,18 @@
|
|||||||
<div class="form-check" style="gap:10px;">
|
<div class="form-check" style="gap:10px;">
|
||||||
@if (enu.Seleccionado)
|
@if (enu.Seleccionado)
|
||||||
{
|
{
|
||||||
<span>poner circlo relleno</span>
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-circle-fill" viewBox="0 0 16 16">
|
||||||
|
<circle cx="8" cy="8" r="8" />
|
||||||
|
</svg>
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
<span>poner circlo vacio</span>
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-circle" viewBox="0 0 16 16">
|
||||||
|
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16" />
|
||||||
|
</svg>
|
||||||
|
|
||||||
}
|
}
|
||||||
<label class="form-check-label" for="@enu.idEnumeracion">@enu.Descripcion</label>
|
<label style="margin-left:10px;" class="form-check-label" for="@enu.idEnumeracion">@enu.Descripcion</label>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
<table class="tablaAlter mt-4" style="width: 100%;">
|
<table class="tablaAlter mt-4" style="width: 100%;">
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<div id="LicitacionesCASAImprimir" class="d-flex flex-column align-items-center">
|
|
||||||
|
<div id="LicitacionesCASAImprimir" class="d-flex flex-column align-items-center">
|
||||||
<div class="col-12 mx-auto mb-5">
|
<div class="col-12 mx-auto mb-5">
|
||||||
<div class="mb-4 col-11 mx-auto justify-content-center d-flex">
|
<div class="mb-4 col-11 mx-auto justify-content-center d-flex">
|
||||||
<label style="color: #078b98 !important"><b>Licitaciones Edificación</b></label>
|
<label style="color: #078b98 !important"><b>Licitaciones Edificación</b></label>
|
||||||
@@ -65,11 +66,20 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>@fase.Denominacion</td>
|
<td>@fase.Denominacion</td>
|
||||||
<td class="text-end">
|
<td class="text-end">
|
||||||
<div style="gap:3px;">
|
<div >
|
||||||
<span>@fase.Porcentaje</span>
|
<span style="margin-right:5px;">@fase.Porcentaje</span>
|
||||||
@if (fase.Seleccionado)
|
@if (fase.Seleccionado)
|
||||||
{
|
{
|
||||||
<span>poner check</span>
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-square" viewBox="0 0 16 16">
|
||||||
|
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z" />
|
||||||
|
<path d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z" />
|
||||||
|
</svg>
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-square" viewBox="0 0 16 16">
|
||||||
|
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z" />
|
||||||
|
</svg>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -63,7 +63,22 @@
|
|||||||
{
|
{
|
||||||
<tr>
|
<tr>
|
||||||
<td class="colorB w4">@item.Descripcion</td>
|
<td class="colorB w4">@item.Descripcion</td>
|
||||||
<td class="colorB w4 text-end">@item.Checkeada</td>
|
<td class="colorB w4 text-end">
|
||||||
|
|
||||||
|
@if (@item.Checkeada)
|
||||||
|
{
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-square" viewBox="0 0 16 16">
|
||||||
|
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z" />
|
||||||
|
<path d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z" />
|
||||||
|
</svg>
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-square" viewBox="0 0 16 16">
|
||||||
|
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z" />
|
||||||
|
</svg>
|
||||||
|
}
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
}
|
}
|
||||||
</tbody>
|
</tbody>
|
||||||
@@ -76,8 +91,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@* TABLA DE DATOS NECESARIOS *@
|
@* TABLA DE DATOS NECESARIOS Y FASES *@
|
||||||
<div class="col-12 d-flex justify-content-center" style="gap:20px;">
|
<div class="col-12 d-flex justify-content-center" style="gap:20px;">
|
||||||
|
@* DATOS NECESARIOS *@
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<div class="col-11 mx-auto">
|
<div class="col-11 mx-auto">
|
||||||
<div style="height: 49px; margin-top:50px;">
|
<div style="height: 49px; margin-top:50px;">
|
||||||
@@ -104,6 +120,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@* FASES *@
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<div class="col-11 mx-auto">
|
<div class="col-11 mx-auto">
|
||||||
|
|
||||||
@@ -122,7 +139,7 @@
|
|||||||
{
|
{
|
||||||
<tr>
|
<tr>
|
||||||
<td class="colorB w4">@item.Denominacion</td>
|
<td class="colorB w4">@item.Denominacion</td>
|
||||||
<td class="colorB w4">@item.Porcentaje %</td>
|
<td class="colorB w4 text-end">@item.Porcentaje %</td>
|
||||||
</tr>
|
</tr>
|
||||||
}
|
}
|
||||||
</tbody>
|
</tbody>
|
||||||
@@ -168,14 +185,17 @@
|
|||||||
<div class="form-check" style="gap:10px;">
|
<div class="form-check" style="gap:10px;">
|
||||||
@if (enu.Seleccionado)
|
@if (enu.Seleccionado)
|
||||||
{
|
{
|
||||||
<span>poner circlo relleno</span>
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-circle-fill" viewBox="0 0 16 16">
|
||||||
|
<circle cx="8" cy="8" r="8" />
|
||||||
|
</svg>
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
<span>poner circlo vacio</span>
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-circle" viewBox="0 0 16 16">
|
||||||
|
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16" />
|
||||||
|
</svg>
|
||||||
}
|
}
|
||||||
<label class="form-check-label" for="@enu.idEnumeracion">@enu.Descripcion</label>
|
<label style="margin-left:10px;" class="form-check-label" for="@enu.idEnumeracion">@enu.Descripcion</label>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user