From f85616a026fa803b46d1f70671bfe7152fffb600 Mon Sep 17 00:00:00 2001 From: erdanergou Date: Tue, 13 Jun 2023 11:44:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E7=A7=BB=E5=8A=A8=E7=AB=AF=E6=89=AB?= =?UTF-8?q?=E7=A0=81=E6=9F=A5=E7=9C=8B=E5=BA=93=E5=AD=98=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=87=BA=E5=85=A5=E5=BA=93=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/showInventory/showInventoryForLocation.html | 11 ++++++++++- .../pages/showInventory/showInventoryForLocation.html | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/pages/showInventory/showInventoryForLocation.html b/src/main/resources/templates/pages/showInventory/showInventoryForLocation.html index 1aae1b00..2e12e995 100644 --- a/src/main/resources/templates/pages/showInventory/showInventoryForLocation.html +++ b/src/main/resources/templates/pages/showInventory/showInventoryForLocation.html @@ -297,6 +297,9 @@ }; + /** + * 用于跳转导入库页面 + */ applicationIn = function(){ miniTab.openNewTabByIframeNew({ href: "/application_In_temporaryValue", @@ -304,14 +307,20 @@ }); }; + /** + * 用于跳转到出库页面 + */ applicationOut = function () { miniTab.openNewTabByIframeNew({ href: "/application_Out_temporaryValue", title: "出库申请" }); - } + }; + /** + * 用于选择选择框 + */ checkedInputCheck = function () { if(chooseIdList.length > 0){ for (const checkedId of chooseIdList) { diff --git a/target/classes/templates/pages/showInventory/showInventoryForLocation.html b/target/classes/templates/pages/showInventory/showInventoryForLocation.html index 1aae1b00..2e12e995 100644 --- a/target/classes/templates/pages/showInventory/showInventoryForLocation.html +++ b/target/classes/templates/pages/showInventory/showInventoryForLocation.html @@ -297,6 +297,9 @@ }; + /** + * 用于跳转导入库页面 + */ applicationIn = function(){ miniTab.openNewTabByIframeNew({ href: "/application_In_temporaryValue", @@ -304,14 +307,20 @@ }); }; + /** + * 用于跳转到出库页面 + */ applicationOut = function () { miniTab.openNewTabByIframeNew({ href: "/application_Out_temporaryValue", title: "出库申请" }); - } + }; + /** + * 用于选择选择框 + */ checkedInputCheck = function () { if(chooseIdList.length > 0){ for (const checkedId of chooseIdList) {