Browse Source

YT-631pda预生产收货任务,目标库位应带出

intex_online20241111
张立 6 months ago
parent
commit
a16b01305e
  1. 3
      src/pages/productReceipt/job/productReceiptDetail.vue

3
src/pages/productReceipt/job/productReceiptDetail.vue

@ -230,6 +230,7 @@
} else { } else {
if (res.data.subList.length > 0) { if (res.data.subList.length > 0) {
that.jobContent = res.data; that.jobContent = res.data;
console.log(344,that.jobContent.allowModifyLocation)
that.subList = res.data.subList; that.subList = res.data.subList;
that.jobStatus = res.data.status; that.jobStatus = res.data.status;
that.jobToLocationCode = that.subList[0].toLocationCode; that.jobToLocationCode = that.subList[0].toLocationCode;
@ -295,7 +296,7 @@
} else { } else {
itemDetail.scaned = true; itemDetail.scaned = true;
itemDetail.handleQty = Number(result.label.qty); itemDetail.handleQty = Number(result.label.qty);
itemDetail.toLocationCode = this.toLocationCode; // itemDetail.toLocationCode = this.toLocationCode;
itemDetail.labelQty = Number(result.label.qty); itemDetail.labelQty = Number(result.label.qty);
this.continueScan() this.continueScan()
this.$forceUpdate() this.$forceUpdate()

Loading…
Cancel
Save