Added Dual Layer data in the report (pulling from the database and displaying it back on the main form)
This commit is contained in:
@ -203,7 +203,13 @@
|
||||
<li>200mm - @Model.NumberOfToolsWaferSize8INScheduled</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Dual Layer Reactors</li>
|
||||
<li>Dual Layer Reactors
|
||||
<ul>
|
||||
<li>ASM - @(string.Join(',', Model.DualLayerReactors["ASM"]))</li>
|
||||
<li>HTR - @(string.Join(',', Model.DualLayerReactors["HTR"]))</li>
|
||||
<li>EpiPro - @(string.Join(',', Model.DualLayerReactors["EPP"]))</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Engineering Focus Tools (Down > 12 hours)
|
||||
<ul>
|
||||
<li>@string.Join(",", toolsDownGreaterThan12Hours)</li>
|
||||
|
Reference in New Issue
Block a user