@if (showKitDetail) { }

@titleOdlDetail

@if (IdxPOdlSel == 0) {
@if (!InAttr && ShowClose) {
}
}
@if (!showPOdlData) { ODL: } else { P.ODL: }
@if (CurrOdl != null && !showPOdlData) { @CurrOdl.IdxOdl } else { @CurrPodl.IdxPromessa }
Rif:
@if (CurrOdl != null && !showPOdlData) { @CurrOdl.KeyRichiesta } else { @CurrPodl.KeyRichiesta }
Cod:
@if (CurrOdl != null && !showPOdlData) { @CurrOdl.CodArticolo } else { @CurrPodl.CodArticolo }
Articolo:
@if (CurrOdl != null && !showPOdlData) { @if (CheckIsKit(CurrOdl.CodArticolo)) { } @CurrOdl.DescArticolo } else { @if (CheckIsKit(CurrPodl.CodArticolo)) { } @CurrPodl.DescArticolo }
Pezzi:
@if (CurrOdl != null && !showPOdlData) { @CurrOdl.NumPezzi.ToString("N0") } else { @CurrPodl.NumPezzi.ToString("N0") }
TCiclo:
@if (CurrOdl != null && !showPOdlData && CurrOdl.Tcassegnato > 0) { @CurrOdl.Tcassegnato.ToString("N2") } else { @CurrPodl.Tcassegnato.ToString("N2") }
Pz/pallet:
@if (CurrOdl != null && !showPOdlData) { @CurrOdl.PzPallet } else { @CurrPodl.PzPallet }