Browse Source

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

intex_online20241111
zhang_li 3 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 {
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()

Loading…
Cancel
Save