aggiunte colonne data apertura chiamata, codice segnalazione a index chiamate
This commit is contained in:
parent
8edbc81a17
commit
8970e9fd2a
@ -122,8 +122,10 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>#</th>
|
<th>#</th>
|
||||||
|
<th>Data apertura</th>
|
||||||
<th>Data appuntamento</th>
|
<th>Data appuntamento</th>
|
||||||
<th>Impianto</th>
|
<th>Impianto</th>
|
||||||
|
<th>Cod. Segnalazione</th>
|
||||||
<th>Cliente</th>
|
<th>Cliente</th>
|
||||||
<th>Tecnico</th>
|
<th>Tecnico</th>
|
||||||
<th> </th>
|
<th> </th>
|
||||||
@ -138,10 +140,12 @@
|
|||||||
@Html.HiddenFor(modelItem => item.chserial)
|
@Html.HiddenFor(modelItem => item.chserial)
|
||||||
@Html.HiddenFor(modelItem => item.chcodese)
|
@Html.HiddenFor(modelItem => item.chcodese)
|
||||||
<td>@Html.DisplayFor(modelItem => item.numIntero)</td>
|
<td>@Html.DisplayFor(modelItem => item.numIntero)</td>
|
||||||
|
<td>@Html.DisplayFor(modelItem => item.chdata)</td>
|
||||||
<td>@Html.DisplayFor(modelItem => item.chdtapp)</td>
|
<td>@Html.DisplayFor(modelItem => item.chdtapp)</td>
|
||||||
<td>@Html.DisplayFor(modelItem => item.chcodimp) - @Html.DisplayFor(modelItem => item.indirizzoBreve)</td>
|
<td>@Html.DisplayFor(modelItem => item.chcodimp) - @Html.DisplayFor(modelItem => item.indirizzoBreve)</td>
|
||||||
|
<td>@* @Html.DisplayFor(modelItem => item.chcodseg) - *@@Html.DisplayFor(modelItem => item.csdescr)</td>
|
||||||
<td>@Html.DisplayFor(modelItem => item.andescri)</td>
|
<td>@Html.DisplayFor(modelItem => item.andescri)</td>
|
||||||
<td>@Html.DisplayFor(modelItem => item.chtchiam) - @Html.DisplayFor(modelItem => item.tcdescri)</td>
|
<td>@* @Html.DisplayFor(modelItem => item.chtchiam) -*@ @Html.DisplayFor(modelItem => item.tcdescri)</td>
|
||||||
<td>
|
<td>
|
||||||
@if (!string.IsNullOrEmpty(item.chstato) && item.chstato.Equals("S"))
|
@if (!string.IsNullOrEmpty(item.chstato) && item.chstato.Equals("S"))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user