+
+
+ ART:
+
+
+ @if (showArt == "CodArticolo")
+ {
+ @CurrRecord.CodArticolo
+ }
+ else
+ {
+ if (string.IsNullOrEmpty(CurrRecord.Disegno))
+ {
+ [@CurrRecord.CodArticolo]
+ }
+ else
+ {
+ @CurrRecord.Disegno
+ }
+ }
+
+
+
+
+ PODL:
+
+
+ @(CurrRecord.IdxPOdl > 0 ? $"{CurrRecord.IdxPOdl:00000000}" : "-")
+
+
+
+
+ ODL:
+
+
+ @(CurrRecord.IdxOdl > 0 ? $"{CurrRecord.IdxOdl:00000000}" : "-")
+
+
+
+
+
@CurrRecord.DescrizioneStato
+
@getMinSec(getDecimal(@CurrRecord.Durata))
+
+
+
+ @CurrRecord.PezziProd / @CurrRecord.NumPezzi
+
+
+