@ -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>