货位调整

master
zhaoxiaomin 1 year ago
parent 2d52c61168
commit 4d46d25b62
  1. 3
      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 {
</script>
<style rel="stylesheet/scss" lang="scss" scoped>
:deep .el-tabl .el-table__fixed,
::v-deep .el-tabl .el-table__fixed,
.el-table__fixed-right {
height: auto !important;
}

Loading…
Cancel
Save