+ @foreach (var item in rowValues(1))
+ {
+
@item.TagName: @currVal(item.TagLocation)
+ }
+
+
Art
+
+ @if (showArt == "CodArticolo")
{
-
@item.TagName: @currVal(item.TagLocation)
+
@CurrRecord.CodArticolo
}
-
- }
- else
- {
-
-
Art
-
- @if (showArt == "CodArticolo")
+ else
+ {
+ if (string.IsNullOrEmpty(CurrRecord.Disegno))
{
- @CurrRecord.CodArticolo
+ [@CurrRecord.CodArticolo]
}
else
{
- if (string.IsNullOrEmpty(CurrRecord.Disegno))
- {
- [@CurrRecord.CodArticolo]
- }
- else
- {
- @CurrRecord.Disegno
- }
+ @CurrRecord.Disegno
}
-
-
- }
- @if (hasRow(2))
- {
-
- @foreach (var item in rowValues(2))
- {
-
@item.TagName: @currVal(item.TagLocation)
}
- }
- else
- {
-
-
@(CurrRecord.IdxPOdl > 0 ? $"PODL{CurrRecord.IdxPOdl:00000000}" : "-")
-
@(CurrRecord.IdxOdl > 0 ? $"ODL{CurrRecord.IdxOdl:00000000}" : "-")
-
- }
- @if (hasRow(3))
- {
-
- @foreach (var item in rowValues(3))
- {
-
@item.TagName: @currVal(item.TagLocation)
- }
-
- }
- else
- {
-
-
@CurrRecord.DescrizioneStato
-
@getMinSec(getDecimal(@CurrRecord.Durata))
-
- }
- @if (hasRow(4))
- {
-
- @foreach (var item in rowValues(4))
- {
-
@item.TagName: @currVal(item.TagLocation)
- }
-
- }
- else
- {
-
-
TCiclo
-
std: @getMinSec(@CurrRecord.TCAssegnato)
-
act: @getMinSec(@CurrRecord.TCLavRT)
-
- }
- @if (hasRow(5))
- {
-
- @foreach (var item in rowValues(5))
- {
-
@item.TagName: @currVal(item.TagLocation)
- }
-
- }
- else
- {
-
-
Pezzip/o
-
@CurrRecord.PezziProd / @CurrRecord.NumPezzi
-
- }
- @if (hasRow(6))
- {
-
- @foreach (var item in rowValues(6))
- {
-
@item.TagName: @currVal(item.TagLocation)
- }
-
- }
-