From be866218fae9ab5801850dc64904de812ba57a68 Mon Sep 17 00:00:00 2001 From: basssy Date: Fri, 18 Oct 2024 08:51:23 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=BC=EA=B1=B4=ED=98=84=ED=99=A9=20react-se?= =?UTF-8?q?lect=20=EC=9A=A9=20=ED=8D=BC=EB=B8=94=20scss=20=EB=A8=B8?= =?UTF-8?q?=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/management/StuffDetail.jsx | 10 +- .../management/StuffSearchCondition.jsx | 29 +- .../management/popup/PlanRequestPop.jsx | 6 +- src/styles/_modal.scss | 3154 ++++++++++------- src/styles/_reset.scss | 1638 +++++---- 5 files changed, 2764 insertions(+), 2073 deletions(-) diff --git a/src/components/management/StuffDetail.jsx b/src/components/management/StuffDetail.jsx index 7167fc63..75cadeae 100644 --- a/src/components/management/StuffDetail.jsx +++ b/src/components/management/StuffDetail.jsx @@ -536,8 +536,11 @@ export default function StuffDetail() {
-
+
{getMessage('stuff.search.schSelSaleStoreId')} - {schSelSaleStoreList?.length > 0 && ( - x.saleStoreName} + getOptionValue={(x) => x.saleStoreId} + defaultValue={stuffSearch?.selObject?.value ? stuffSearch?.selObject : null} + isDisabled={sessionState?.storeLvl === '1' ? false : true} + isClearable={true} + /> + )} +
diff --git a/src/components/management/popup/PlanRequestPop.jsx b/src/components/management/popup/PlanRequestPop.jsx index dbd979eb..5a6fb9d8 100644 --- a/src/components/management/popup/PlanRequestPop.jsx +++ b/src/components/management/popup/PlanRequestPop.jsx @@ -339,13 +339,15 @@ export default function PlanRequestPop(props) { {getMessage('stuff.planReqPopup.search.planStatName')} -
+