diff --git a/src/pages/productReceipt/job/productReceiptDetail.vue b/src/pages/productReceipt/job/productReceiptDetail.vue index 087661be..2a34cef8 100644 --- a/src/pages/productReceipt/job/productReceiptDetail.vue +++ b/src/pages/productReceipt/job/productReceiptDetail.vue @@ -230,6 +230,7 @@ } else { if (res.data.subList.length > 0) { that.jobContent = res.data; + console.log(344,that.jobContent.allowModifyLocation) that.subList = res.data.subList; that.jobStatus = res.data.status; that.jobToLocationCode = that.subList[0].toLocationCode; @@ -295,7 +296,7 @@ } else { itemDetail.scaned = true; itemDetail.handleQty = Number(result.label.qty); - itemDetail.toLocationCode = this.toLocationCode; + // itemDetail.toLocationCode = this.toLocationCode; itemDetail.labelQty = Number(result.label.qty); this.continueScan() this.$forceUpdate()