fix: 工位上下货页面修改

20240912_adapter_z
chenhc 10 months ago
parent 286e3555ef
commit 7200fb6012

@ -870,6 +870,8 @@ export default {
curRow: null,
//out:;return:退;search:
splitType: null,
isLinkDisabled: false,
workplaceId: null,
};
},
components: {
@ -1285,6 +1287,10 @@ export default {
this.splitType = this.fromSplitType
}
if (this.$route.query.workplaceId != null) {
this.isLinkDisabled = true
this.workplaceId = this.$route.query.workplaceId
}
},
};
</script>

Loading…
Cancel
Save