nascosto codice cliente in index commessa
This commit is contained in:
parent
c897970931
commit
7c476223cd
@ -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;">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user