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',