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 -->
|
||||
@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>
|
||||
<tr>
|
||||
<th>Quotenumber</th>
|
||||
@ -160,7 +160,7 @@
|
||||
<dt class="col-5">Emisión:</dt>
|
||||
<dd class="col-7">@SelectedQuote?.IssueDate.ToString("dd/MM/yyyy")</dd>
|
||||
<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>
|
||||
<dd class="col-7">@SelectedQuote?.BusinessUnitName</dd>
|
||||
<dt class="col-5">Moneda:</dt>
|
||||
|
||||
@ -74,7 +74,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- RENDERIZACION DE TABLA-->
|
||||
<table class="table">
|
||||
<table class="table table-sm table-hover">
|
||||
<!-- RENDERIZAR ENCABEZADOS-->
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user