Michele: modifica index Rapportini

This commit is contained in:
michele 2024-04-12 16:24:08 +02:00
parent 546d71f360
commit b0c8f159f2

View File

@ -59,11 +59,11 @@
<thead>
<tr>
<th>Seriale buono</th>
<th>Azienda impianto</th>
<th>Codice impianto</th>
<th>Seriale chiamate</th>
<th>Seriale commessa</th>
<th>Data buono</th>
<th>Cliente</th>
<th>Codice impianto</th>
@* <th>Seriale commessa</th>
<th>Data buono</th> *@
</tr>
</thead>
<tbody>
@ -74,21 +74,21 @@
@Html.DisplayFor(modelItem => item.seriale_rapportino)
</td>
<td>
@Html.DisplayFor(modelItem => item.azienda_impianto)
@Html.DisplayFor(modelItem => item.data_rapportino)
</td>
<td>
@Html.DisplayFor(modelItem => item.ancodice) - @Html.DisplayFor(modelItem => item.andescri)
</td>
<td>
@Html.DisplayFor(modelItem => item.codice_impianto)
</td>
<td>
@Html.DisplayFor(modelItem => item.seriale_chiamata)
</td>
<td>
@Html.DisplayFor(modelItem => item.seriale_commessa)
</td>
<td>
@Html.DisplayFor(modelItem => item.data_rapportino)
</td>
@* <td>
@Html.DisplayFor(modelItem => item.seriale_commessa)
</td>
<td>
@Html.DisplayFor(modelItem => item.data_rapportino)
</td>
*@
@* <td>
<a href="@Url.Action("Edit", "Anag", new { id=item.seriale_rapportino })" title="Modifica" class="links">
<img alt="Modifica" src="@Url.Content("~/assets/images/icons8-modificare-64.png")" style="width:30px;height:30px;">