Browse Source

YT-1633采购收货,pda扫描箱码后,光标应定为到内容区,现内容区没有光标

intex_online20241216
zhang_li 2 months ago
parent
commit
89033549a4
  1. 4
      src/pages/purchaseReceipt/job/receiptDetail.vue

4
src/pages/purchaseReceipt/job/receiptDetail.vue

@ -476,10 +476,11 @@
})
// calcHandleQty(this.detailSource);
this.detailSource[0].subList.sort(compareDesc('scanDate')); //
this.continueScan()
this.$forceUpdate()
}
}
this.continueScan()
} else if (result.label.labelType == "PurchaseLabel") {
// debugger
var packingNumber = result.package.number;
@ -578,6 +579,7 @@
}
}
this.continueScan()
}
} catch (e) {

Loading…
Cancel
Save