From 33230e7908f7310155cbf0624c9680fc34a2d062 Mon Sep 17 00:00:00 2001 From: basssy Date: Thu, 9 Jan 2025 18:22:54 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EB=AC=BC=EA=B1=B4=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EA=B2=AC=EC=A0=81=EC=84=9C=20=EC=9D=B4=EB=8F=99..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/management/StuffDetail.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/management/StuffDetail.jsx b/src/components/management/StuffDetail.jsx index e857fd4e..9912a180 100644 --- a/src/components/management/StuffDetail.jsx +++ b/src/components/management/StuffDetail.jsx @@ -282,7 +282,8 @@ export default function StuffDetail() { onClick={() => { //mid:5(견적서), /pid:플랜번호 setFloorPlanObjectNo({ floorPlanObjectNo: params.data.objectNo }) - router.push(`/floor-plan/estimate/5?pid=${params.data.planNo}&objectNo=${objectNo}`) + // router.push(`/floor-plan/estimate/5/${params.data.planNo}`) + router.push(`/floor-plan/estimate/5?pid=${params.data.planNo}&objectNo=${params.data.objectNo}`) }} > From 152fb5097b72fa2bdb8219aaa89d9113c62ff6c9 Mon Sep 17 00:00:00 2001 From: basssy Date: Thu, 9 Jan 2025 18:33:35 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EA=B2=AC=EC=A0=81=20=ED=8A=B9=EC=9D=B4?= =?UTF-8?q?=EC=82=AC=ED=95=AD=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/estimate/Estimate.jsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx index e4947ce9..4241f916 100644 --- a/src/components/estimate/Estimate.jsx +++ b/src/components/estimate/Estimate.jsx @@ -42,7 +42,8 @@ export default function Estimate({}) { const [selection, setSelection] = useState(new Set()) //견적특이사항 접고 펼치기 - const [hidden, setHidden] = useState(false) + // const [hidden, setHidden] = useState(false) + const [hidden, setHidden] = useState(true) //아이템 자동완성 리스트 const [displayItemList, setDisplayItemList] = useState([]) @@ -1243,10 +1244,10 @@ export default function Estimate({}) {

{getMessage('estimate.detail.header.specialEstimate')}

-
-
- - +
+ + +
{/* 견적 특이사항 코드영역시작 */}