From b5577a45f327f8d803fa196b89ae7b7140845a5c Mon Sep 17 00:00:00 2001 From: Srinath Date: Wed, 11 Mar 2026 14:19:41 +0530 Subject: [PATCH] Added Scanner component --- src/Pages/PurchaseQuotation/PurchaseQuotationForm.jsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Pages/PurchaseQuotation/PurchaseQuotationForm.jsx b/src/Pages/PurchaseQuotation/PurchaseQuotationForm.jsx index 82fb84e..f903436 100644 --- a/src/Pages/PurchaseQuotation/PurchaseQuotationForm.jsx +++ b/src/Pages/PurchaseQuotation/PurchaseQuotationForm.jsx @@ -60,6 +60,7 @@ import { getPrintSelectionComponentData } from '../../Features/ThemeChange/Theme import { PrintStyleFunction } from '../paymentpdfPage/PrintStyleFunction.js'; import { isMobile } from 'react-device-detect'; import { PurchaseQtMobilePrint } from './PurchaseQtMobilePrint.js'; +import BarCodeScan from '../../Services/BarCodeScan.jsx'; const SalesQuotationForm = () => { const { SadminuserAccess } = useAuth(); let SAAccessCommonMaster = SadminuserAccess?.find( @@ -1865,7 +1866,7 @@ const SalesQuotationForm = () => {
- { className="product-scan-Icon" onClick={handleScanSearch} /> + : { + debouncedScannerSearch(value); + }} + />}
{ProductData?.length === 0 && (