Update IUX
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 6m50s
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 6m50s
This commit is contained in:
parent
a0c9fb2a4c
commit
69ea0a6a98
@ -72,7 +72,7 @@
|
|||||||
<!-- TABLA DE RESULTADOS -->
|
<!-- TABLA DE RESULTADOS -->
|
||||||
@if (PagedQuotes?.Items?.Any() == true)
|
@if (PagedQuotes?.Items?.Any() == true)
|
||||||
{
|
{
|
||||||
<table class="table table-sm table-striped table-hover" style="zoom:0.9;">
|
<table class="table table-sm table-hover" style="zoom:0.9;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Quotenumber</th>
|
<th>Quotenumber</th>
|
||||||
@ -160,7 +160,7 @@
|
|||||||
<dt class="col-5">Emisión:</dt>
|
<dt class="col-5">Emisión:</dt>
|
||||||
<dd class="col-7">@SelectedQuote?.IssueDate.ToString("dd/MM/yyyy")</dd>
|
<dd class="col-7">@SelectedQuote?.IssueDate.ToString("dd/MM/yyyy")</dd>
|
||||||
<dt class="col-5">Estimada:</dt>
|
<dt class="col-5">Estimada:</dt>
|
||||||
<dd class="col-7">@SelectedQuote?.EstimatedDate?.ToString("dd/MM/yyyy") ?? "—"</dd>
|
<dd class="col-7">@SelectedQuote?.EstimatedDate?.ToString("dd/MM/yyyy")</dd>
|
||||||
<dt class="col-5">Unidad Negocio:</dt>
|
<dt class="col-5">Unidad Negocio:</dt>
|
||||||
<dd class="col-7">@SelectedQuote?.BusinessUnitName</dd>
|
<dd class="col-7">@SelectedQuote?.BusinessUnitName</dd>
|
||||||
<dt class="col-5">Moneda:</dt>
|
<dt class="col-5">Moneda:</dt>
|
||||||
|
|||||||
@ -74,7 +74,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- RENDERIZACION DE TABLA-->
|
<!-- RENDERIZACION DE TABLA-->
|
||||||
<table class="table">
|
<table class="table table-sm table-hover">
|
||||||
<!-- RENDERIZAR ENCABEZADOS-->
|
<!-- RENDERIZAR ENCABEZADOS-->
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user