From 096542c8ffaab661324758f0dde383c15692c24f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=B0=A7?= Date: Fri, 6 Sep 2024 09:37:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=AB=E7=A0=81=E8=A7=A6=E5=8F=91=E6=8C=89?= =?UTF-8?q?=E9=94=AE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_base/static/src/js/custom_barcode_handlers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sf_base/static/src/js/custom_barcode_handlers.js b/sf_base/static/src/js/custom_barcode_handlers.js index 2f988d0b..220d2cbb 100644 --- a/sf_base/static/src/js/custom_barcode_handlers.js +++ b/sf_base/static/src/js/custom_barcode_handlers.js @@ -30,6 +30,7 @@ patch(barcodeGenericHandlers, "start", { "O-CMD.PAGER-FIRST": () => updatePager("first"), "O-CMD.PAGER-LAST": () => updatePager("last"), "O-CMD.CONFIRM": () => customClickOnButton(".jikimo_button_confirm"), + }; barcode.bus.addEventListener("barcode_scanned", (ev) => { const barcode = ev.detail.barcode;