aggiunte colonne data apertura chiamata, codice segnalazione a index chiamate

This commit is contained in:
michele 2025-10-23 12:10:52 +02:00
parent 8edbc81a17
commit 8970e9fd2a

View File

@ -122,8 +122,10 @@
<thead>
<tr>
<th>#</th>
<th>Data apertura</th>
<th>Data appuntamento</th>
<th>Impianto</th>
<th>Cod. Segnalazione</th>
<th>Cliente</th>
<th>Tecnico</th>
<th>&nbsp;</th>
@ -138,10 +140,12 @@
@Html.HiddenFor(modelItem => item.chserial)
@Html.HiddenFor(modelItem => item.chcodese)
<td>@Html.DisplayFor(modelItem => item.numIntero)</td>
<td>@Html.DisplayFor(modelItem => item.chdata)</td>
<td>@Html.DisplayFor(modelItem => item.chdtapp)</td>
<td>@Html.DisplayFor(modelItem => item.chcodimp) - @Html.DisplayFor(modelItem => item.indirizzoBreve)</td>
<td>@* @Html.DisplayFor(modelItem => item.chcodseg) - *@@Html.DisplayFor(modelItem => item.csdescr)</td>
<td>@Html.DisplayFor(modelItem => item.andescri)</td>
<td>@Html.DisplayFor(modelItem => item.chtchiam) - @Html.DisplayFor(modelItem => item.tcdescri)</td>
<td>@* @Html.DisplayFor(modelItem => item.chtchiam) -*@ @Html.DisplayFor(modelItem => item.tcdescri)</td>
<td>
@if (!string.IsNullOrEmpty(item.chstato) && item.chstato.Equals("S"))
{