From ebaaeddef564373ef2a2bdf32efc3e5cdd49a65b Mon Sep 17 00:00:00 2001 From: erdanergou Date: Tue, 13 Jun 2023 09:07:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=AB=E7=A0=81=E5=90=8E?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=BA=93=E5=AD=98=E6=95=B0=E6=8D=AE=E4=B8=8D?= =?UTF-8?q?=E5=87=86=E7=A1=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/pages/showInventory/showInventoryForLocation.html | 1 - 1 file changed, 1 deletion(-) diff --git a/target/classes/templates/pages/showInventory/showInventoryForLocation.html b/target/classes/templates/pages/showInventory/showInventoryForLocation.html index a1044dda..e402be5f 100644 --- a/target/classes/templates/pages/showInventory/showInventoryForLocation.html +++ b/target/classes/templates/pages/showInventory/showInventoryForLocation.html @@ -167,7 +167,6 @@ lis.push("
"); for (let i = 0; i < result.length; i++) { let resultElement = result[i]; - console.log(resultElement) let splitInventory = resultElement.splitInventory; let keys = Object.keys(splitInventory); let InventoryItem = "";