@page "/ProdPlanner" @inherits BaseComp
@if (isLoading) { } else if (ListOdl != null && ListOdl.Count == 0) {
@Traduci("noRecord")
} else if (ListOdl != null) {
@foreach (var currOdl in ListOdl) { } }