@{ ViewData["TitleController"] = "产线一览"; ViewData["TitleAction"] = ""; ViewData["TitleActionDescription"] = "产线一览"; ViewData["Title"] = "产线一览"; } @section header{ }
日期

  {{ lineName }}   {{ date }}   {{ moduleType }}

楼层 线别 机种 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 }} %

月产能趋势 ( {{ monthTitle }} )

累计差异:{{ accumulatedDifference }} pcs

日产能详情 ( {{ date }} )

早班产能:{{ MorningCapacity }} pcs 夜班产能:{{ NightCapacity }} pcs 合计:{{ TotalCapacity }} pcs
  • {{ keyinfo.keyInTypeName }}    {{ keyinfo.description }}    {{ keyinfo.startTime | dataTimeFormatV2 }} ~ {{ keyinfo.endTime | dataTimeFormatV2 }}    Total: {{ keyinfo.affectTime.toFixed(0) }} min
机种 计划
(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) }}

早班换耗材统计

标准:{{ (lineData.theoryRefueledTime / 2).toFixed(0) }} min / 换耗材合计:{{ getKeyInInfoAffectTime_8_morning }} min
No 类别 次数 耗时(min)
{{ index + 1 }} {{ replace.name }} {{ replace.count }} {{ replace.accumulativeTime }}

夜班换耗材统计

标准:{{ (lineData.theoryRefueledTime / 2).toFixed(0) }} min / 换耗材合计:{{ getKeyInInfoAffectTime_8_night }} min
No 类别 次数 耗时(min)
{{ index + 1 }} {{ replace.name }} {{ replace.count }} {{ replace.accumulativeTime }}

早班故障 TOP 10   

No 设备 数据
来源
故障详情 累计次数 累计时间(min)
{{ index + 1 }} {{ fault.machineType }} {{ fault.dataSource == 0 ? "自动上抛" : "人工录入" }} {{ fault.faultInfo }} {{ fault.accumulativeTotal }} {{ fault.accumulativeTime.toFixed(0) }}

夜班故障 TOP 10   

No 设备 数据
来源
故障详情 累计次数 累计时间(min)
{{ index + 1 }} {{ fault.machineType }} {{ fault.dataSource == 0 ? "自动上抛" : "人工录入" }} {{ fault.faultInfo }} {{ fault.accumulativeTotal }} {{ fault.accumulativeTime.toFixed(0) }}
@section footer{ }