Browse Source

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

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

6
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,8 +579,9 @@
}
}
this.continueScan()
}
} catch (e) {
this.showErrorMessage(e.message)
}

Loading…
Cancel
Save