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 {