@{ ViewData["Title"] = "QR Scanner"; Layout = "~/Views/Shared/_Layout.cshtml"; } @await Html.PartialAsync("~/Areas/Inventory/Views/_InventoryPartialUser.cshtml")
Scan QR Code Here:
{{ error }}
{{ thisItem.uniqueID }}
Item Name: {{ thisItem.productName }}
Part Number: {{ thisItem.partNumber }}
Serial Number: {{ thisItem.serialNumber }}
PIC: {{thisItem.currentStation || 'No Station Deploy (Self Assign)' }}