From 7198c4845a40c3a7128c7f767c640a5248af7577 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 13 Feb 2026 18:55:01 +0530 Subject: [PATCH] added direct sale search --- .../Components/UtillComponents/MultipleSearch.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Pages/BookingScreen/Components/UtillComponents/MultipleSearch.jsx b/src/Pages/BookingScreen/Components/UtillComponents/MultipleSearch.jsx index 6b4947e..f31993f 100644 --- a/src/Pages/BookingScreen/Components/UtillComponents/MultipleSearch.jsx +++ b/src/Pages/BookingScreen/Components/UtillComponents/MultipleSearch.jsx @@ -25,6 +25,7 @@ const MultipleSearch = ({ close }) => { { label: "Category Name", value: "CategoryName" }, { label: "Sub Category Name", value: "SubCategoryName" }, { label: "Brand Name", value: "BrandName" }, + { label: "Direct Sale", value: "ProdShortCode" }, ]; const [selectedValues, setSelectedValues] = useState([]); @@ -50,7 +51,7 @@ const MultipleSearch = ({ close }) => { const response = await dispatch(PostProductSearch(data)).unwrap(); console.log("Search Response:", response); if (response?.data?.statusCode == 1) { - GetmultipleSearchData(); + GetmultipleSearchData(); setSelectedValues(""); close(false); } @@ -59,7 +60,7 @@ const MultipleSearch = ({ close }) => { } }; - const GetmultipleSearchData = async () => { + const GetmultipleSearchData = async () => { const data = { AppId, CompId,