@{ ViewData["TitleController"] = "产线一览"; ViewData["TitleAction"] = ""; ViewData["TitleActionDescription"] = "产线一览"; ViewData["Title"] = "产线一览"; } @section header{ }
楼层 | 线别 | 机种 | Capa | 白班 | 白班排程 | 夜班 | 夜班排程 | 实际 | 达成率 |
---|
楼层 | 线别 | 机种 | Capa | 白班 | 白班排程 | 夜班 | 夜班排程 | 实际 | 达成率 | |
---|---|---|---|---|---|---|---|---|---|---|
{{ lineOverview.floor }}F | @* 实验线 Signage Print 1 Print 3 Print 4 Print 6 Print 7 Print 8 {{ lineOverview.line }} *@ {{ lineOverview.lineName }} | {{ lineOverview.moduleType }} | {{ lineOverview.capa }} | {{ lineOverview.planMorningShiftCapacity }} | {{ lineOverview.planNightShiftCapacity }} | {{ lineOverview.capacity }} | - | {{ lineOverview.achievementRate }} % |
机种 | 计划 (pcs) |
Capa (pcs) |
TT | 产能 (pcs) |
差异 (pcs) |
运行 (min) |
换料 (min) |
宕机 (min) |
负荷 (min) |
时间 稼动(%) |
性能 稼动(%) |
OEE (%) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ statistic.moduleType }} | {{ statistic.planCapacity }} | {{ statistic.capa }} | {{ statistic.tt }} | {{ statistic.capacity }} | {{ statistic.capacity - statistic.planCapacity }} | {{ statistic.runTime }} | {{ statistic.reload }} | {{ statistic.downTime }} | {{ statistic.loadTime }} | {{ (statistic.availability * 100).toFixed(0) }} | {{ (statistic.performance * 100).toFixed(0) }} | {{ (statistic.oee * 100).toFixed(0) }} |
No | 类别 | 次数 | 耗时(min) |
---|---|---|---|
{{ index + 1 }} | {{ replace.name }} | {{ replace.count }} | {{ replace.accumulativeTime }} |
No | 类别 | 次数 | 耗时(min) |
---|---|---|---|
{{ index + 1 }} | {{ replace.name }} | {{ replace.count }} | {{ replace.accumulativeTime }} |
No | 设备 | 数据 来源 |
故障详情 | 累计次数 | 累计时间(min) |
---|---|---|---|---|---|
{{ index + 1 }} | {{ fault.machineType }} | {{ fault.dataSource == 0 ? "自动上抛" : "人工录入" }} | {{ fault.faultInfo }} | {{ fault.accumulativeTotal }} | {{ fault.accumulativeTime.toFixed(0) }} |
No | 设备 | 数据 来源 |
故障详情 | 累计次数 | 累计时间(min) |
---|---|---|---|---|---|
{{ index + 1 }} | {{ fault.machineType }} | {{ fault.dataSource == 0 ? "自动上抛" : "人工录入" }} | {{ fault.faultInfo }} | {{ fault.accumulativeTotal }} | {{ fault.accumulativeTime.toFixed(0) }} |