@foreach (var item in rowValues(1))
{
@item.TagName: @currVal(item.TagLocation)
}
Art
@if (showArt == "CodArticolo")
{
@CurrRecord.CodArticolo
}
else
{
if (string.IsNullOrEmpty(CurrRecord.Disegno))
{
[@CurrRecord.CodArticolo]
}
else
{
@CurrRecord.Disegno
}
}
@foreach (var item in rowValues(2))
{
@item.TagName: @currVal(item.TagLocation)
}
@CurrRecord.DescrizioneStato
@getMinSec(getDecimal(@CurrRecord.Durata))
@foreach (var item in rowValues(3))
{
@item.TagName: @currVal(item.TagLocation)
}
@*
OEE
xx%
*@
TCiclo
std: @getMinSec(@CurrRecord.TCAssegnato)
act: @getMinSec(@CurrRecord.TCLavRT)
@foreach (var item in rowValues(4))
{
@item.TagName: @currVal(item.TagLocation)
}
Pezzi(prod/ord)
@CurrRecord.PezziProd / @CurrRecord.NumPezzi
@foreach (var item in rowValues(5))
{
@item.TagName: @currVal(item.TagLocation)
}
@foreach (var item in rowValues(6))
{
@item.TagName: @currVal(item.TagLocation)
}