@model Fab2ApprovalSystem.ViewModels.LotTravelerPdf @{ ViewBag.Title = "LotTravelerPDF"; }
Fab2 Electronic Lot Traveler - Lot# @Model.LotNumber | Version | Rev @Model.LotTravCurrentRevision | ||||||
SWR# | @Model.SWRNumber | Title | @Model.Title | |||||
Originator | @Model.Originator | Last Update | @Model.LastUpdate | Updated By | @Model.LastUpdatedBy | |||
WIP PN# | @Model.WIPPartNumber | Description | @Model.PartDescription | Base Flow | @Model.BaseFlow | |||
Purpose of Lot / Change Description | @Html.Raw(@Model.PurposeOfRequest) | Status | Approved | ITAR | @(Model.IsITAR ? "Yes" : "No") |
Location | Operation | Description | Instruction Details | File Names | Tasks/Comments | Signed-Off By | Signed-Off Time | Completed | |||||||
@task.Location | @task.Operation | @task.OperationDescription | @Html.Raw(@task.ChangeInstructions) | @Html.Raw(@task.FileNames) | @Html.Raw(@task.ExecutionTaskComments) | @task.SignedOffByName | @task.SignOffTime | @(task.Completed ? "Yes" : "No") |