From 11e8e84064514a2c5e907cd9bdda3ac6ee16ece3 Mon Sep 17 00:00:00 2001 From: ArifHilmi Date: Mon, 3 Mar 2025 08:00:11 +0800 Subject: [PATCH] Qr --- .../Views/ItemMovement/QrUser.cshtml | 210 ++++++++++++------ Properties/launchSettings.json | 4 +- wwwroot/js/vue-qrcode-reader.umd.js | 3 + 3 files changed, 145 insertions(+), 72 deletions(-) create mode 100644 wwwroot/js/vue-qrcode-reader.umd.js 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"); } - - - + +