Michele: modifica index Rapportini
This commit is contained in:
parent
546d71f360
commit
b0c8f159f2
@ -59,11 +59,11 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Seriale buono</th>
|
<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>Data buono</th>
|
||||||
|
<th>Cliente</th>
|
||||||
|
<th>Codice impianto</th>
|
||||||
|
@* <th>Seriale commessa</th>
|
||||||
|
<th>Data buono</th> *@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -74,21 +74,21 @@
|
|||||||
@Html.DisplayFor(modelItem => item.seriale_rapportino)
|
@Html.DisplayFor(modelItem => item.seriale_rapportino)
|
||||||
</td>
|
</td>
|
||||||
<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>
|
||||||
<td>
|
<td>
|
||||||
@Html.DisplayFor(modelItem => item.codice_impianto)
|
@Html.DisplayFor(modelItem => item.codice_impianto)
|
||||||
</td>
|
</td>
|
||||||
<td>
|
@* <td>
|
||||||
@Html.DisplayFor(modelItem => item.seriale_chiamata)
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
@Html.DisplayFor(modelItem => item.seriale_commessa)
|
@Html.DisplayFor(modelItem => item.seriale_commessa)
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@Html.DisplayFor(modelItem => item.data_rapportino)
|
@Html.DisplayFor(modelItem => item.data_rapportino)
|
||||||
</td>
|
</td>
|
||||||
|
*@
|
||||||
@* <td>
|
@* <td>
|
||||||
<a href="@Url.Action("Edit", "Anag", new { id=item.seriale_rapportino })" title="Modifica" class="links">
|
<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;">
|
<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