contatore cosegne fatte/consegne totasli
This commit is contained in:
parent
8cfe95ca87
commit
98033e8f05
@ -44,6 +44,9 @@ namespace SoftwayWeb.Models
|
||||
|
||||
[Display(Name = "Note")]
|
||||
public string? NoteChiusura { get; set; }
|
||||
|
||||
|
||||
public int? DestinazioniFatte { get; set; }
|
||||
public int? DestinazioniTutte { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -77,10 +77,11 @@
|
||||
<th>Data</th>
|
||||
<th>Autista</th>
|
||||
<th>Automezzo</th>
|
||||
<th><img alt="nocons" src="@Url.Content("~/images/pallet.png")" style="width:31px;height:31px;">Par</th>
|
||||
<th><img alt="nocons" src="@Url.Content("~/images/icons8-euro-30.png")" style="width:31px;height:31px;">Par</th>
|
||||
<th><img alt="nocons" src="@Url.Content("~/images/pallet.png")" style="width:31px;height:31px;">Temp</th>
|
||||
<th><img alt="nocons" src="@Url.Content("~/images/icons8-euro-30.png")" style="width:31px;height:31px;">Temp</th>
|
||||
<th><img alt="Fatti/Totali" src="@Url.Content("~/images/task-list.png")" style="width:32px;height:32px;"></th>
|
||||
<th><img alt="Pallet Caricati" src="@Url.Content("~/images/pallet.png")" style="width:31px;height:31px;">Par</th>
|
||||
<th><img alt="Euro" src="@Url.Content("~/images/icons8-euro-30.png")" style="width:31px;height:31px;">Par</th>
|
||||
<th><img alt="Pallet Fino ad ora" src="@Url.Content("~/images/pallet.png")" style="width:31px;height:31px;">Temp</th>
|
||||
<th><img alt="Euro fino ad ora" src="@Url.Content("~/images/icons8-euro-30.png")" style="width:31px;height:31px;">Temp</th>
|
||||
<th style="width:12%;"> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -93,6 +94,9 @@
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.CodMezzo) - @Html.DisplayFor(modelItem => item.Automezzo)
|
||||
</td>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.DestinazioniFatte)/@Html.DisplayFor(modelItem => item.DestinazioniTutte)
|
||||
</td>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.BancaliCaricati)
|
||||
</td>
|
||||
|
||||
BIN
wwwroot/images/task-list.png
Normal file
BIN
wwwroot/images/task-list.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 299 B |
Loading…
Reference in New Issue
Block a user