From 4e78429da85e851296c69cce7f37a07f1c8ccb33 Mon Sep 17 00:00:00 2001 From: ysCha Date: Thu, 7 May 2026 14:35:44 +0900 Subject: [PATCH] =?UTF-8?q?[=EA=B2=AC=EC=A0=81=EC=84=9C]=201=EC=B0=A8=20?= =?UTF-8?q?=ED=8C=90=EB=A7=A4=EC=A0=90=EB=AA=85=20=ED=96=89=20=EB=85=B8?= =?UTF-8?q?=EC=B6=9C=20=EC=A1=B0=EA=B1=B4=20=EB=B3=B4=EC=A0=95=20=E2=80=94?= =?UTF-8?q?=20storeLvl=20=3D=3D=3D=20'1'=20=EC=9D=BC=20=EB=95=8C=EB=A7=8C?= =?UTF-8?q?=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/estimate/Estimate.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx index 892646f3..7c7d4926 100644 --- a/src/components/estimate/Estimate.jsx +++ b/src/components/estimate/Estimate.jsx @@ -1363,7 +1363,8 @@ export default function Estimate({}) { - {session?.storeLvl !== '2' && ( + {/* [estimate-1차점 노출조건 2026-05-07] storeLvl === '1' 일 때만 1차 판매점명 행 노출 */} + {session?.storeLvl === '1' && ( {getMessage('estimate.detail.saleStoreId')} {estimateContextState?.firstSaleStoreName} @@ -1377,7 +1378,8 @@ export default function Estimate({}) { )} - {session?.storeLvl === '2' && ( + {/* [estimate-1차점-노출조건 2026-05-07] 1차점이 아닌 사용자(2차/그 외)는 1차 판매점명 숨기고 견적일자만 colSpan=3 */} + {session?.storeLvl !== '1' && ( {getMessage('estimate.detail.estimateDate')} *