From 6361cb661e760cc7c6e34bc58d7e90de678b7cb5 Mon Sep 17 00:00:00 2001 From: Srinath Date: Fri, 20 Feb 2026 15:33:38 +0530 Subject: [PATCH] Added Qr scann on mobile Funtionalites --- .../Components/BSCombo/BSC1Search.jsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/Pages/BookingScreen/Components/BSCombo/BSC1Search.jsx b/src/Pages/BookingScreen/Components/BSCombo/BSC1Search.jsx index ba57dd2..a567aa5 100644 --- a/src/Pages/BookingScreen/Components/BSCombo/BSC1Search.jsx +++ b/src/Pages/BookingScreen/Components/BSCombo/BSC1Search.jsx @@ -81,6 +81,7 @@ import { Global_PromoCodeOffers } from '../../../../Features/Offer/Offer.js'; import { validateOffers } from '../BSItemCards/ValidateOffer.jsx'; import { useSaleswiseOfferWatcher } from '../BSItemCards/SalesWiseOffer.jsx'; import ExpireConfirmModal from '../BookingFunctionality/ExpireConfirmModal.jsx'; +import BarCodeScan from '../../../../Services/BarCodeScan.jsx'; export default function BSC1Search(props) { const dispatch = useDispatch(); @@ -4567,10 +4568,15 @@ export default function BSC1Search(props) { {isMobile && screenWidth <= 768 && ( - handleQrcode()} - // onClick={() => OnfocusTrue()} + // handleQrcode()} + // // onClick={() => OnfocusTrue()} + // /> + { + ProductNameOnChange(value, true); + }} /> )} @@ -4821,7 +4827,7 @@ export default function BSC1Search(props) { - {isMobile && screenWidth <= 768 && ( + {/* {isMobile && screenWidth <= 768 && ( )} - )} + )} */} ); }