@model Fab2ApprovalSystem.ViewModels.WorkRequestPdf @{ ViewBag.Title = "WorkRequestPDF"; }
Fab2 Lot Traveler Special Request - SWR# @Model.SWRNumber Version Rev @Model.Revision
Section 1:Work Request
SWR# @Model.SWRNumber Title @Model.Title
Originator @Model.OriginatorName Last Lot Type @Model.LotType PCRB# @Model.PCRBNumber
Submit Date @Model.SubmitedDate Affected Departments @Model.AffectedDepartments
Status @(Model.Status == 1 ? "Approved" : "Pending") Affected Modules @Model.AffectedModules
ITAR @(Model.IsITAR ? "Yes" : "No") Engineering Lot Start Required @(Model.EngLotStartRequired == 1 ? "Yes": "No") Lot Type Conversion @(Model.LotTypeConversion == 1 ? "Yes": "No") Qual Lot @(Model.QualLot == 1 ? "Yes" : "No")
Purpose of Lot / Change Description @Html.Raw(@Model.PurposeOfRequest)

Section 1-A:Engineering Wafer Lot Start
WIP Lot# @Model.LotNumber Start Date @Model.PlannedLotStartDate Sch. Close Date @Model.PlannedScheduledCloseDate
Lot Start Charge Dept# @Model.ChargeDepartment Allocation to Use @Model.AllocationToUse Predicted Cycle Time @Model.PredictedCyleTime Days
@foreach (Fab2ApprovalSystem.Models.LTMaterial material in Model.LTMaterial) { }
Starting Material Total Qty: @Model.TotalQty
WIP PN# Description EPI Silicon Part# Qty Supplier Source
@material.WIPPartNumber @Model.PartDescription @material.EPISiliconPartNumber @material.Quantity @material.Supplier @material.Source
Lot Start Check List
OnHand/Existing Silicon:   @(Model.SiliconOnHand ? "Yes" : "No") Reticle Set:   @(Model.ReticleOnHand ? "Yes" : "No") SPN transfer:   @(Model.SPNTransferOnHand ? "Yes" : "No")
Probe Card:   @(Model.ProbeCardOnHand ? "Yes" : "No") Probe Recipe:   @(Model.ProbeRecipeOnHand ? "Yes" : "No") Process Change Details:   @(Model.ProcessChangeDetailsOnHand ? "Yes" : "No")
Comments @Model.LotStartCheckListComments
Lot Start in SPN
SIGNON SURP WIP AREA @Model.WIPArea
VERB START Start Date @Model.PlannedLotStartDate
WIP Lot# @Model.LotNumber WIP PN# @Model.WIPPartNumber
Type @Model.LotType Process Flow @Model.ProcessFlow
Start Qty @Model.StartQty Qual Lot @(Model.QualLot == 1 ? "Y" : "")
VERB COMMENT @Model.VerbComment
Record Silicon Lot #s in SPN and tape tags to Traveler @(Model.RecordSiliconLotInSPNTapeTagTotrav == 1 ? "Yes" : "No")
Silicon Lot#s: Cassette 1 @Model.SiliconLotNoCassette1

@foreach (Fab2ApprovalSystem.Models.LTHoldStep holStep in Model.LTHoldStep) { }
Section 2: OLHOLD and Engineering Deviation Specified by Originator
Base Flow Locn Operation Description Change Instuctions File Names
@holStep.BaseFlow @holStep.Location @holStep.Operation @Html.Raw(@holStep.OperationDescription) @Html.Raw(@holStep.ChangeInstructions) @holStep.FileNames