From 35bebd8edfe101aacd5ba609e245c8e8596ae129 Mon Sep 17 00:00:00 2001 From: erdanergou Date: Thu, 9 Mar 2023 08:55:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E7=9B=98=E7=82=B9=E6=97=B6?= =?UTF-8?q?=E9=80=9A=E8=BF=87=E7=89=A9=E6=96=99=E7=9B=98=E7=82=B9=E4=B8=8E?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E7=9B=98=E7=82=B9=E7=9A=84=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/pages/stockTaking/stockTaking.html | 2 ++ target/classes/templates/pages/stockTaking/stockTaking.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/main/resources/templates/pages/stockTaking/stockTaking.html b/src/main/resources/templates/pages/stockTaking/stockTaking.html index 5aa3a09b..bc31de4d 100644 --- a/src/main/resources/templates/pages/stockTaking/stockTaking.html +++ b/src/main/resources/templates/pages/stockTaking/stockTaking.html @@ -524,6 +524,8 @@ data = data.field; data.params = params; data.departmentManagerId = departmentManagerIdForLocation; + data.depositoryId = depositoryId; + data.placeId = placeId; $.ajax({ url: "/stockTaking/addStockTakingRecord", type: 'post', diff --git a/target/classes/templates/pages/stockTaking/stockTaking.html b/target/classes/templates/pages/stockTaking/stockTaking.html index 5aa3a09b..bc31de4d 100644 --- a/target/classes/templates/pages/stockTaking/stockTaking.html +++ b/target/classes/templates/pages/stockTaking/stockTaking.html @@ -524,6 +524,8 @@ data = data.field; data.params = params; data.departmentManagerId = departmentManagerIdForLocation; + data.depositoryId = depositoryId; + data.placeId = placeId; $.ajax({ url: "/stockTaking/addStockTakingRecord", type: 'post',