From a10196f982cddabaa9ef6edd680c6f3ab83d1d85 Mon Sep 17 00:00:00 2001 From: ysCha Date: Wed, 18 Mar 2026 14:31:21 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=B9=B4=ED=86=A1]=EA=B2=AC=EC=A0=81=EC=84=9C?= =?UTF-8?q?=201=EC=B0=A8=EC=A0=90=20=EC=88=A8=EA=B9=80=20-=202=EC=B0=A8?= =?UTF-8?q?=EC=A0=90=20=EB=A1=9C=EA=B7=B8=EC=9D=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/estimate/Estimate.jsx | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx index 9107dde0..6e10a1de 100644 --- a/src/components/estimate/Estimate.jsx +++ b/src/components/estimate/Estimate.jsx @@ -1360,11 +1360,10 @@ export default function Estimate({}) { + {session?.storeLvl !== '2' && ( - {/* 1차 판매점명 */} {getMessage('estimate.detail.saleStoreId')} {estimateContextState?.firstSaleStoreName} - {/* 견적일 */} {getMessage('estimate.detail.estimateDate')} * @@ -1374,6 +1373,19 @@ export default function Estimate({}) { + )} + {session?.storeLvl === '2' && ( + + + {getMessage('estimate.detail.estimateDate')} * + + +
+ +
+ + + )} {/* 2차 판매점명 */} {getMessage('estimate.detail.otherSaleStoreId')}