nascosto codice cliente in index commessa

This commit is contained in:
michele 2025-11-14 15:30:49 +01:00
parent c897970931
commit 7c476223cd

View File

@ -67,7 +67,7 @@
<th>Descrizione</th>
<th hidden>Fine validita Commessa</th>
<th hidden>Tipo</th>
<th>Cod. Cliente</th>
@* <th>Cod. Cliente</th> *@
<th>Cliente</th>
<th>Impianto</th>
<th hidden>tipo ind</th>
@ -80,7 +80,7 @@
<th></th>
</tr>
</thead>
<tbody>
<tbody class="table-border-bottom-0">
@foreach (var item in Model)
{
<tr>
@ -102,9 +102,9 @@
<td hidden>
@Html.DisplayFor(modelItem => item.latipcli)
</td>
<td>
@* <td>
@Html.DisplayFor(modelItem => item.lacodcli)
</td>
</td> *@
<td>
@Html.DisplayFor(modelItem => item.andescri)
</td>
@ -135,6 +135,7 @@
<td hidden>
@Html.DisplayFor(modelItem => item.improvin)
</td>
@Html.HiddenFor(modelItem => item.lacodcli)
<td>
<a href="@Url.Action("Edit", "CommesseVT", new { id=item.laserial, azienda = item.lacodazi })" title="Modifica" class="links">
<img alt="Modifica" src="@Url.Content("~/assets/images/icons8-modificare-64.png")" style="width:30px;height:30px;">