diff --git a/src/Pages/Product/TurboAddForm.jsx b/src/Pages/Product/TurboAddForm.jsx index c3089dd..3b0bda8 100644 --- a/src/Pages/Product/TurboAddForm.jsx +++ b/src/Pages/Product/TurboAddForm.jsx @@ -56,6 +56,7 @@ import { changeBreadCrumb } from '../../Features/AppPage/CenterPage.js'; import { BiBarcodeReader } from 'react-icons/bi'; import BarcodeScanner from '../BookingScreen/Components/UtillComponents/BarcodeScanner.jsx'; import BarcodeScannerTurbo from '../BookingScreen/Components/UtillComponents/BarcodeScannerTurbo.jsx'; +import BarCodeScan from '../../Services/BarCodeScan.jsx'; const subDirectory = import.meta.env.ENV_BASE_URL; const items = [ @@ -1930,11 +1931,17 @@ const TurboAddForm = () => {
{isMobile && window.innerWidth <= 768 && ( - handleQrcode()} - style={{ cursor: 'pointer', marginLeft: '8px' }} - /> + // handleQrcode()} + // style={{ cursor: 'pointer', marginLeft: '8px' }} + // /> + { + changeSearchedData(value); + }} + /> )}