@{ ViewData["TitleController"] = "机种一览v1"; ViewData["TitleAction"] = ""; ViewData["TitleActionDescription"] = "机种一览v1"; ViewData["Title"] = "机种一览v1"; }

{{ month }}月机种一览 ( {{ title }}, 截至:{{ statisticsTime }} )

No Model
@* *@
Line
MPS
Planned
{{ totals[0] }}
Actual
{{ totals[1] }}
Remainder
{{ totals[2] }}
MTD Dev.
Remarks
No Model Line MPS Planned Actual Remainder MTD Dev.
Remarks
{{ index + 1 }} {{ model }}
{{ line.line }} line
MPS {{ v1.planCapacity + v1.lastModuleCapacity }} {{ v1.capacity }} {{ (v1.capacity > (v1.planCapacity + v1.lastModuleCapacity) ) ? 0 : (v1.capacity - v1.planCapacity - v1.lastModuleCapacity) }}
{{ v1.difference }}
Total Advance: {{ diffs[0] }}
Delay: {{ diffs[1] }}
Difference: {{ diffs[2] }}
@section footer{ }