Added Dual Layer data in the report (pulling from the database and displaying it back on the main form)

This commit is contained in:
Daniel Wathen
2022-12-08 12:03:19 -07:00
parent 4592b035b6
commit 32d8ad8b3c
6 changed files with 67 additions and 10 deletions

View File

@ -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>