diff --git a/Areas/Inventory/Views/ItemMovement/QrUser.cshtml b/Areas/Inventory/Views/ItemMovement/QrUser.cshtml index c78b83d..0f7cc84 100644 --- a/Areas/Inventory/Views/ItemMovement/QrUser.cshtml +++ b/Areas/Inventory/Views/ItemMovement/QrUser.cshtml @@ -2,22 +2,27 @@ ViewData["Title"] = "QR Scanner"; Layout = "~/Views/Shared/_Layout.cshtml"; } - + + @await Html.PartialAsync("~/Areas/Inventory/Views/_InventoryPartialUser.cshtml")
@@ -28,11 +33,25 @@
-
-

QR & Barcode Scanner

-
-
+ +
+

Scan QR Code Here:

+ + + +

{{ error }}

+ +

Item Receive Information :

@@ -42,8 +61,8 @@
- -
+ +
@@ -168,7 +187,7 @@
- +
@@ -190,7 +209,7 @@
- @@ -242,7 +261,7 @@
- +
@@ -295,7 +314,7 @@
- +
@@ -330,17 +349,15 @@ @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } - - - + +