@if (DictGrouped != null && DictGrouped.Count > 0) { int idx = 1; foreach (var item in DictGrouped) { } } @if (ListBalancedDet != null) { } else { }
# Ord Macchina Tot.Time
@(idx++) @item.Key @foreach (var detail in item.Value) {
@detail.PlantListJoin
}
@foreach (var detail in item.Value) {
@detail.BarQty
}
@foreach (var detail in item.Value) {
@detail.NumParts
}
@foreach (var detail in item.Value) {
@FormatEstTime(detail.TotalEstimTime)
}
@FormatEstTime(item.Value.Sum(x => x.TotalEstimTime))
@foreach (var item in ListBalancedDet) {
@item.MachineName
}
@foreach (var item in ListBalancedDet) {
@item.TotalBarQty
}
@foreach (var item in ListBalancedDet) {
@item.TotalNumPart
}
@foreach (var item in ListBalancedDet) {
@FormatEstTime(item.TotalTime)
}
@FormatEstTime(BalancedTotalTime)
@if (ShowCreateBatch && newBatch != null) {
}