|
|
|
@ -332,6 +332,7 @@ export default { |
|
|
|
else if (column.label === "移入货位") { |
|
|
|
else if (column.label === "移入货位") { |
|
|
|
this.spaceParams = { |
|
|
|
this.spaceParams = { |
|
|
|
checkLocationName: row.locationName1, |
|
|
|
checkLocationName: row.locationName1, |
|
|
|
|
|
|
|
goodNo: row.goodNo |
|
|
|
}; |
|
|
|
}; |
|
|
|
this.rowId = row.stockId; |
|
|
|
this.rowId = row.stockId; |
|
|
|
this.$refs.cargoSpace.dialogVisible = true; |
|
|
|
this.$refs.cargoSpace.dialogVisible = true; |
|
|
|
@ -344,7 +345,7 @@ export default { |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
<style rel="stylesheet/scss" lang="scss" scoped> |
|
|
|
<style rel="stylesheet/scss" lang="scss" scoped> |
|
|
|
:deep .el-tabl .el-table__fixed, |
|
|
|
::v-deep .el-tabl .el-table__fixed, |
|
|
|
.el-table__fixed-right { |
|
|
|
.el-table__fixed-right { |
|
|
|
height: auto !important; |
|
|
|
height: auto !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|