From 4d46d25b6201922fb39a774f10bc6e9640df67da Mon Sep 17 00:00:00 2001 From: zhaoxiaomin <1912125868@qq.com> Date: Wed, 26 Jun 2024 17:54:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A7=E4=BD=8D=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/libraryManage/locationAdjuste/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/libraryManage/locationAdjuste/index.vue b/src/views/libraryManage/locationAdjuste/index.vue index 0d1aeda..af34ef5 100644 --- a/src/views/libraryManage/locationAdjuste/index.vue +++ b/src/views/libraryManage/locationAdjuste/index.vue @@ -332,6 +332,7 @@ export default { else if (column.label === "移入货位") { this.spaceParams = { checkLocationName: row.locationName1, + goodNo: row.goodNo }; this.rowId = row.stockId; this.$refs.cargoSpace.dialogVisible = true; @@ -344,7 +345,7 @@ export default {