@model Fab2ApprovalSystem.Models.ScrapLot @{ ViewBag.Title = "Wafer Status"; } @using (Html.BeginForm()) { @Html.HiddenFor(model => model.IssueID) @Html.HiddenFor(model => model.LotNo) @Html.HiddenFor(model => model.WaferCount, new { id = "waferCount"})
Scribe Wafer Number for Lot# @Model.LotNo (Wafer Count = @Model.WaferCount)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Release @Html.RadioButtonFor(model => model.Lot1State, 1) @Html.RadioButtonFor(model => model.Lot2State, 1) @Html.RadioButtonFor(model => model.Lot3State, 1) @Html.RadioButtonFor(model => model.Lot4State, 1) @Html.RadioButtonFor(model => model.Lot5State, 1) @Html.RadioButtonFor(model => model.Lot6State, 1) @Html.RadioButtonFor(model => model.Lot7State, 1) @Html.RadioButtonFor(model => model.Lot8State, 1) @Html.RadioButtonFor(model => model.Lot9State, 1) @Html.RadioButtonFor(model => model.Lot10State, 1) @Html.RadioButtonFor(model => model.Lot11State, 1) @Html.RadioButtonFor(model => model.Lot12State, 1) @Html.RadioButtonFor(model => model.Lot13State, 1) @Html.RadioButtonFor(model => model.Lot14State, 1) @Html.RadioButtonFor(model => model.Lot15State, 1) @Html.RadioButtonFor(model => model.Lot16State, 1) @Html.RadioButtonFor(model => model.Lot17State, 1) @Html.RadioButtonFor(model => model.Lot18State, 1) @Html.RadioButtonFor(model => model.Lot19State, 1) @Html.RadioButtonFor(model => model.Lot20State, 1) @Html.RadioButtonFor(model => model.Lot21State, 1) @Html.RadioButtonFor(model => model.Lot22State, 1) @Html.RadioButtonFor(model => model.Lot23State, 1) @Html.RadioButtonFor(model => model.Lot24State, 1) @Html.RadioButtonFor(model => model.Lot25State, 1)
Scrap @Html.RadioButtonFor(model => model.Lot1State, 2) @Html.RadioButtonFor(model => model.Lot2State, 2) @Html.RadioButtonFor(model => model.Lot3State, 2) @Html.RadioButtonFor(model => model.Lot4State, 2) @Html.RadioButtonFor(model => model.Lot5State, 2) @Html.RadioButtonFor(model => model.Lot6State, 2) @Html.RadioButtonFor(model => model.Lot7State, 2) @Html.RadioButtonFor(model => model.Lot8State, 2) @Html.RadioButtonFor(model => model.Lot9State, 2) @Html.RadioButtonFor(model => model.Lot10State, 2) @Html.RadioButtonFor(model => model.Lot11State, 2) @Html.RadioButtonFor(model => model.Lot12State, 2) @Html.RadioButtonFor(model => model.Lot13State, 2) @Html.RadioButtonFor(model => model.Lot14State, 2) @Html.RadioButtonFor(model => model.Lot15State, 2) @Html.RadioButtonFor(model => model.Lot16State, 2) @Html.RadioButtonFor(model => model.Lot17State, 2) @Html.RadioButtonFor(model => model.Lot18State, 2) @Html.RadioButtonFor(model => model.Lot19State, 2) @Html.RadioButtonFor(model => model.Lot20State, 2) @Html.RadioButtonFor(model => model.Lot21State, 2) @Html.RadioButtonFor(model => model.Lot22State, 2) @Html.RadioButtonFor(model => model.Lot23State, 2) @Html.RadioButtonFor(model => model.Lot24State, 2) @Html.RadioButtonFor(model => model.Lot25State, 2)
Close to QDB @Html.RadioButtonFor(model => model.Lot1State, 6) @Html.RadioButtonFor(model => model.Lot2State, 6) @Html.RadioButtonFor(model => model.Lot3State, 6) @Html.RadioButtonFor(model => model.Lot4State, 6) @Html.RadioButtonFor(model => model.Lot5State, 6) @Html.RadioButtonFor(model => model.Lot6State, 6) @Html.RadioButtonFor(model => model.Lot7State, 6) @Html.RadioButtonFor(model => model.Lot8State, 6) @Html.RadioButtonFor(model => model.Lot9State, 6) @Html.RadioButtonFor(model => model.Lot10State, 6) @Html.RadioButtonFor(model => model.Lot11State, 6) @Html.RadioButtonFor(model => model.Lot12State, 6) @Html.RadioButtonFor(model => model.Lot13State, 6) @Html.RadioButtonFor(model => model.Lot14State, 6) @Html.RadioButtonFor(model => model.Lot15State, 6) @Html.RadioButtonFor(model => model.Lot16State, 6) @Html.RadioButtonFor(model => model.Lot17State, 6) @Html.RadioButtonFor(model => model.Lot18State, 6) @Html.RadioButtonFor(model => model.Lot19State, 6) @Html.RadioButtonFor(model => model.Lot20State, 6) @Html.RadioButtonFor(model => model.Lot21State, 6) @Html.RadioButtonFor(model => model.Lot22State, 6) @Html.RadioButtonFor(model => model.Lot23State, 6) @Html.RadioButtonFor(model => model.Lot24State, 6) @Html.RadioButtonFor(model => model.Lot25State, 6)
Split Off and Hold @Html.RadioButtonFor(model => model.Lot1State, 7) @Html.RadioButtonFor(model => model.Lot2State, 7) @Html.RadioButtonFor(model => model.Lot3State, 7) @Html.RadioButtonFor(model => model.Lot4State, 7) @Html.RadioButtonFor(model => model.Lot5State, 7) @Html.RadioButtonFor(model => model.Lot6State, 7) @Html.RadioButtonFor(model => model.Lot7State, 7) @Html.RadioButtonFor(model => model.Lot8State, 7) @Html.RadioButtonFor(model => model.Lot9State, 7) @Html.RadioButtonFor(model => model.Lot10State, 7) @Html.RadioButtonFor(model => model.Lot11State, 7) @Html.RadioButtonFor(model => model.Lot12State, 7) @Html.RadioButtonFor(model => model.Lot13State, 7) @Html.RadioButtonFor(model => model.Lot14State, 7) @Html.RadioButtonFor(model => model.Lot15State, 7) @Html.RadioButtonFor(model => model.Lot16State, 7) @Html.RadioButtonFor(model => model.Lot17State, 7) @Html.RadioButtonFor(model => model.Lot18State, 7) @Html.RadioButtonFor(model => model.Lot19State, 7) @Html.RadioButtonFor(model => model.Lot20State, 7) @Html.RadioButtonFor(model => model.Lot21State, 7) @Html.RadioButtonFor(model => model.Lot22State, 7) @Html.RadioButtonFor(model => model.Lot23State, 7) @Html.RadioButtonFor(model => model.Lot24State, 7) @Html.RadioButtonFor(model => model.Lot25State, 7)
Not Available @Html.RadioButtonFor(model => model.Lot1State, 3) @Html.RadioButtonFor(model => model.Lot2State, 3) @Html.RadioButtonFor(model => model.Lot3State, 3) @Html.RadioButtonFor(model => model.Lot4State, 3) @Html.RadioButtonFor(model => model.Lot5State, 3) @Html.RadioButtonFor(model => model.Lot6State, 3) @Html.RadioButtonFor(model => model.Lot7State, 3) @Html.RadioButtonFor(model => model.Lot8State, 3) @Html.RadioButtonFor(model => model.Lot9State, 3) @Html.RadioButtonFor(model => model.Lot10State, 3) @Html.RadioButtonFor(model => model.Lot11State, 3) @Html.RadioButtonFor(model => model.Lot12State, 3) @Html.RadioButtonFor(model => model.Lot13State, 3) @Html.RadioButtonFor(model => model.Lot14State, 3) @Html.RadioButtonFor(model => model.Lot15State, 3) @Html.RadioButtonFor(model => model.Lot16State, 3) @Html.RadioButtonFor(model => model.Lot17State, 3) @Html.RadioButtonFor(model => model.Lot18State, 3) @Html.RadioButtonFor(model => model.Lot19State, 3) @Html.RadioButtonFor(model => model.Lot20State, 3) @Html.RadioButtonFor(model => model.Lot21State, 3) @Html.RadioButtonFor(model => model.Lot22State, 3) @Html.RadioButtonFor(model => model.Lot23State, 3) @Html.RadioButtonFor(model => model.Lot24State, 3) @Html.RadioButtonFor(model => model.Lot25State, 3)

@*if(@ViewBag.LotLocation == "QDB" || @ViewBag.LotLocation == "EDB") {*@ @* }*@
Scribe Wafer Number for Lot# @Model.LotNo (Wafer Count = @Model.WaferCount)
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
Release @Html.RadioButtonFor(model => model.Lot26State, 1) @Html.RadioButtonFor(model => model.Lot27State, 1) @Html.RadioButtonFor(model => model.Lot28State, 1) @Html.RadioButtonFor(model => model.Lot29State, 1) @Html.RadioButtonFor(model => model.Lot30State, 1) @Html.RadioButtonFor(model => model.Lot31State, 1) @Html.RadioButtonFor(model => model.Lot32State, 1) @Html.RadioButtonFor(model => model.Lot33State, 1) @Html.RadioButtonFor(model => model.Lot34State, 1) @Html.RadioButtonFor(model => model.Lot35State, 1) @Html.RadioButtonFor(model => model.Lot36State, 1) @Html.RadioButtonFor(model => model.Lot37State, 1) @Html.RadioButtonFor(model => model.Lot38State, 1) @Html.RadioButtonFor(model => model.Lot39State, 1) @Html.RadioButtonFor(model => model.Lot40State, 1) @Html.RadioButtonFor(model => model.Lot41State, 1) @Html.RadioButtonFor(model => model.Lot42State, 1) @Html.RadioButtonFor(model => model.Lot43State, 1) @Html.RadioButtonFor(model => model.Lot44State, 1) @Html.RadioButtonFor(model => model.Lot45State, 1) @Html.RadioButtonFor(model => model.Lot46State, 1) @Html.RadioButtonFor(model => model.Lot47State, 1) @Html.RadioButtonFor(model => model.Lot48State, 1) @Html.RadioButtonFor(model => model.Lot49State, 1) @Html.RadioButtonFor(model => model.Lot50State, 1)
Scrap @Html.RadioButtonFor(model => model.Lot26State, 2) @Html.RadioButtonFor(model => model.Lot27State, 2) @Html.RadioButtonFor(model => model.Lot28State, 2) @Html.RadioButtonFor(model => model.Lot29State, 2) @Html.RadioButtonFor(model => model.Lot30State, 2) @Html.RadioButtonFor(model => model.Lot31State, 2) @Html.RadioButtonFor(model => model.Lot32State, 2) @Html.RadioButtonFor(model => model.Lot33State, 2) @Html.RadioButtonFor(model => model.Lot34State, 2) @Html.RadioButtonFor(model => model.Lot35State, 2) @Html.RadioButtonFor(model => model.Lot36State, 2) @Html.RadioButtonFor(model => model.Lot37State, 2) @Html.RadioButtonFor(model => model.Lot38State, 2) @Html.RadioButtonFor(model => model.Lot39State, 2) @Html.RadioButtonFor(model => model.Lot40State, 2) @Html.RadioButtonFor(model => model.Lot41State, 2) @Html.RadioButtonFor(model => model.Lot42State, 2) @Html.RadioButtonFor(model => model.Lot43State, 2) @Html.RadioButtonFor(model => model.Lot44State, 2) @Html.RadioButtonFor(model => model.Lot45State, 2) @Html.RadioButtonFor(model => model.Lot46State, 2) @Html.RadioButtonFor(model => model.Lot47State, 2) @Html.RadioButtonFor(model => model.Lot48State, 2) @Html.RadioButtonFor(model => model.Lot49State, 2) @Html.RadioButtonFor(model => model.Lot50State, 2)
Close to QDB @Html.RadioButtonFor(model => model.Lot26State, 6) @Html.RadioButtonFor(model => model.Lot27State, 6) @Html.RadioButtonFor(model => model.Lot28State, 6) @Html.RadioButtonFor(model => model.Lot29State, 6) @Html.RadioButtonFor(model => model.Lot30State, 6) @Html.RadioButtonFor(model => model.Lot31State, 6) @Html.RadioButtonFor(model => model.Lot32State, 6) @Html.RadioButtonFor(model => model.Lot33State, 6) @Html.RadioButtonFor(model => model.Lot34State, 6) @Html.RadioButtonFor(model => model.Lot35State, 6) @Html.RadioButtonFor(model => model.Lot36State, 6) @Html.RadioButtonFor(model => model.Lot37State, 6) @Html.RadioButtonFor(model => model.Lot38State, 6) @Html.RadioButtonFor(model => model.Lot39State, 6) @Html.RadioButtonFor(model => model.Lot40State, 6) @Html.RadioButtonFor(model => model.Lot41State, 6) @Html.RadioButtonFor(model => model.Lot42State, 6) @Html.RadioButtonFor(model => model.Lot43State, 6) @Html.RadioButtonFor(model => model.Lot44State, 6) @Html.RadioButtonFor(model => model.Lot45State, 6) @Html.RadioButtonFor(model => model.Lot46State, 6) @Html.RadioButtonFor(model => model.Lot47State, 6) @Html.RadioButtonFor(model => model.Lot48State, 6) @Html.RadioButtonFor(model => model.Lot49State, 6) @Html.RadioButtonFor(model => model.Lot50State, 6)
Split Off and Hold @Html.RadioButtonFor(model => model.Lot26State, 7) @Html.RadioButtonFor(model => model.Lot27State, 7) @Html.RadioButtonFor(model => model.Lot28State, 7) @Html.RadioButtonFor(model => model.Lot29State, 7) @Html.RadioButtonFor(model => model.Lot30State, 7) @Html.RadioButtonFor(model => model.Lot31State, 7) @Html.RadioButtonFor(model => model.Lot32State, 7) @Html.RadioButtonFor(model => model.Lot33State, 7) @Html.RadioButtonFor(model => model.Lot34State, 7) @Html.RadioButtonFor(model => model.Lot35State, 7) @Html.RadioButtonFor(model => model.Lot36State, 7) @Html.RadioButtonFor(model => model.Lot37State, 7) @Html.RadioButtonFor(model => model.Lot38State, 7) @Html.RadioButtonFor(model => model.Lot39State, 7) @Html.RadioButtonFor(model => model.Lot40State, 7) @Html.RadioButtonFor(model => model.Lot41State, 7) @Html.RadioButtonFor(model => model.Lot42State, 7) @Html.RadioButtonFor(model => model.Lot43State, 7) @Html.RadioButtonFor(model => model.Lot44State, 7) @Html.RadioButtonFor(model => model.Lot45State, 7) @Html.RadioButtonFor(model => model.Lot46State, 7) @Html.RadioButtonFor(model => model.Lot47State, 7) @Html.RadioButtonFor(model => model.Lot48State, 7) @Html.RadioButtonFor(model => model.Lot49State, 7) @Html.RadioButtonFor(model => model.Lot50State, 7)
Not Available @Html.RadioButtonFor(model => model.Lot26State, 3) @Html.RadioButtonFor(model => model.Lot27State, 3) @Html.RadioButtonFor(model => model.Lot28State, 3) @Html.RadioButtonFor(model => model.Lot29State, 3) @Html.RadioButtonFor(model => model.Lot30State, 3) @Html.RadioButtonFor(model => model.Lot31State, 3) @Html.RadioButtonFor(model => model.Lot32State, 3) @Html.RadioButtonFor(model => model.Lot33State, 3) @Html.RadioButtonFor(model => model.Lot34State, 3) @Html.RadioButtonFor(model => model.Lot35State, 3) @Html.RadioButtonFor(model => model.Lot36State, 3) @Html.RadioButtonFor(model => model.Lot37State, 3) @Html.RadioButtonFor(model => model.Lot38State, 3) @Html.RadioButtonFor(model => model.Lot39State, 3) @Html.RadioButtonFor(model => model.Lot40State, 3) @Html.RadioButtonFor(model => model.Lot41State, 3) @Html.RadioButtonFor(model => model.Lot42State, 3) @Html.RadioButtonFor(model => model.Lot43State, 3) @Html.RadioButtonFor(model => model.Lot44State, 3) @Html.RadioButtonFor(model => model.Lot45State, 3) @Html.RadioButtonFor(model => model.Lot46State, 3) @Html.RadioButtonFor(model => model.Lot47State, 3) @Html.RadioButtonFor(model => model.Lot48State, 3) @Html.RadioButtonFor(model => model.Lot49State, 3) @Html.RadioButtonFor(model => model.Lot50State, 3)
}