From 16a349292b3bfac72fe9039b8fd7c5293bcb602a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EB=B3=91=EC=B2=A0?= Date: Fri, 6 Feb 2026 09:08:42 +0900 Subject: [PATCH] =?UTF-8?q?fix(WEB):=20=EA=B2=80=EC=82=AC=EC=9D=98?= =?UTF-8?q?=EB=A2=B0=EC=84=9C=20=EB=AC=B8=EC=84=9C=20=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=95=84=EC=9B=83=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - InspectionRequestDocument 구조 및 스타일 개선 Co-Authored-By: Claude Opus 4.5 --- .../documents/InspectionRequestDocument.tsx | 83 +++++++++++-------- 1 file changed, 49 insertions(+), 34 deletions(-) diff --git a/src/components/quality/InspectionManagement/documents/InspectionRequestDocument.tsx b/src/components/quality/InspectionManagement/documents/InspectionRequestDocument.tsx index c4384565..9a39667c 100644 --- a/src/components/quality/InspectionManagement/documents/InspectionRequestDocument.tsx +++ b/src/components/quality/InspectionManagement/documents/InspectionRequestDocument.tsx @@ -11,7 +11,6 @@ */ import { ConstructionApprovalTable } from '@/components/document-system'; -import { isOrderSpecSame } from '../mockData'; import type { InspectionRequestDocument as InspectionRequestDocumentType } from '../types'; interface InspectionRequestDocumentProps { @@ -179,49 +178,65 @@ export function InspectionRequestDocument({ data }: InspectionRequestDocumentPro + {/* 검사 요청 시 필독 */} +
+
검사 요청 시 필독
+
+

+ 발주 사이즈와 시공 완료된 사이즈가 다를 시, 일정 범위를 벗어날 경우 +
+ 인정마크를 부착할 수 없습니다. 제품검사를 위한 방문 전 미리 +
+ 변경사항을 고지해주셔야 인정마크를 부착할 수 있습니다. +

+

+ (사전고지를 하지 않음으로 발생하는 문제의 귀책은 신청업체에 있습니다.) +

+
+
+ {/* 검사대상 사전 고지 정보 */}
-
검사대상 사전 고지 정보
+
검사대상 사전 고지 정보
+ {/* 1단: 오픈사이즈 병합 */} + + + + + + + + {/* 2단: 발주 규격, 시공후 규격 */} + + + + + {/* 3단: 가로, 세로 */} - - - - - - - - - - + + + + - {data.priorNoticeItems.map((item, index) => { - const isSame = isOrderSpecSame(item); - return ( - - - - - - - - - - - - - ); - })} + {data.priorNoticeItems.map((item, index) => ( + + + + + + + + + + + ))} {data.priorNoticeItems.length === 0 && ( -
No.층수부호오픈사이즈변경사유
발주 규격시공후 규격
No.수주번호층수부호수주 가로수주 세로시공 가로시공 세로일치변경사유가로세로가로세로
{index + 1}{item.orderNumber}{item.floor}{item.symbol}{item.orderWidth}{item.orderHeight}{item.constructionWidth}{item.constructionHeight} - - {isSame ? '일치' : '불일치'} - - {item.changeReason || '-'}
{index + 1}{item.floor}{item.symbol}{item.orderWidth}{item.orderHeight}{item.constructionWidth}{item.constructionHeight}{item.changeReason || '-'}
+ 검사대상 사전 고지 정보가 없습니다.