summaryrefslogtreecommitdiff
path: root/lib/rfq-last/vendor-response/editor/rfq-info-header.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-09-24 08:01:37 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-09-24 08:01:37 +0000
commit1bda7f20f113737f4af32495e7ff24f6022dc283 (patch)
treeadc6e61ff9b546b277804c82bc6ca24db0347fd6 /lib/rfq-last/vendor-response/editor/rfq-info-header.tsx
parent4fe733d7d9d3d873fa395133e9a42cf9fc8c44dc (diff)
(최겸) 구매 피드백 반영(품목 납기일 일괄설정, 마감일 기본값 설정 등)
Diffstat (limited to 'lib/rfq-last/vendor-response/editor/rfq-info-header.tsx')
-rw-r--r--lib/rfq-last/vendor-response/editor/rfq-info-header.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rfq-last/vendor-response/editor/rfq-info-header.tsx b/lib/rfq-last/vendor-response/editor/rfq-info-header.tsx
index fe8c5508..fbbaff80 100644
--- a/lib/rfq-last/vendor-response/editor/rfq-info-header.tsx
+++ b/lib/rfq-last/vendor-response/editor/rfq-info-header.tsx
@@ -17,6 +17,8 @@ export default function RfqInfoHeader({ rfq, rfqDetail, vendor }: RfqInfoHeaderP
const majorMaterial = rfq.rfqPrItems?.find(v => v.majorYn)
const router = useRouter()
+ console.log(rfq,"rfq")
+
const handleGoBack = () => {
router.push("/partners/rfq-last");
};