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')}
-
-
-
-
+
+
+
+
{/* 견적 특이사항 코드영역시작 */}
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}`)
}}
>