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