From a587651541a1aa0db5f59d16bd81b5fa7bc63d1d Mon Sep 17 00:00:00 2001 From: erdanergou Date: Tue, 4 Apr 2023 09:02:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=96=87=E5=AD=97=E6=97=B6?= =?UTF-8?q?=E5=B1=85=E4=B8=AD=E5=B1=85=E5=8F=B3=E7=9B=B8=E5=8F=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/pages/depository/table-stock.html | 2 +- target/classes/templates/pages/depository/table-stock.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/pages/depository/table-stock.html b/src/main/resources/templates/pages/depository/table-stock.html index ae45566d..1e538ff0 100644 --- a/src/main/resources/templates/pages/depository/table-stock.html +++ b/src/main/resources/templates/pages/depository/table-stock.html @@ -443,7 +443,7 @@ var placeCode = obj.getAttribute("code"); var mid = obj.id; // 当前点击行中的计量单位按钮 - let unitBtn = obj.parentNode.parentNode.parentNode.childNodes[5].childNodes[0].childNodes[1]; + let unitBtn = obj.parentNode.parentNode.parentNode.childNodes[6].childNodes[0].childNodes[1]; let unit = unitBtn.innerText; var index = layer.open({ title: '选择库位', diff --git a/target/classes/templates/pages/depository/table-stock.html b/target/classes/templates/pages/depository/table-stock.html index ae45566d..1e538ff0 100644 --- a/target/classes/templates/pages/depository/table-stock.html +++ b/target/classes/templates/pages/depository/table-stock.html @@ -443,7 +443,7 @@ var placeCode = obj.getAttribute("code"); var mid = obj.id; // 当前点击行中的计量单位按钮 - let unitBtn = obj.parentNode.parentNode.parentNode.childNodes[5].childNodes[0].childNodes[1]; + let unitBtn = obj.parentNode.parentNode.parentNode.childNodes[6].childNodes[0].childNodes[1]; let unit = unitBtn.innerText; var index = layer.open({ title: '选择库位',