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) {