From 3ef36fc20e10391619be0a57de1b2184dece606a Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Mon, 8 Dec 2025 18:51:10 +0900 Subject: (김준회) 견적: 일반견적: 시리즈 컬럼 주석 처리 (상세품목에 프로젝트 정보 없음) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (김준회) 견적: 상세품목 다이얼로그에서 합쳐서 표현된 컬럼 분리시킴 (김준회) 견적: 마감일 남은 일자 표기 오류 수정 (김준회) 견적: 일반견적 생성시 마감일은 생성일(현재일자) + 7 calendar day 로 기본값 설정 (김준회) 견적: 벤더응답 상세: 제출문서 탭 추가 --- lib/rfq-last/shared/rfq-items-dialog.tsx | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'lib/rfq-last/shared/rfq-items-dialog.tsx') diff --git a/lib/rfq-last/shared/rfq-items-dialog.tsx b/lib/rfq-last/shared/rfq-items-dialog.tsx index afed9576..6a40dcfa 100644 --- a/lib/rfq-last/shared/rfq-items-dialog.tsx +++ b/lib/rfq-last/shared/rfq-items-dialog.tsx @@ -272,6 +272,8 @@ export function RfqItemsDialog({ 아이템 자재코드 자재명 + 자재그룹 + 사이즈 Specification 수량 수량단위 @@ -280,7 +282,9 @@ export function RfqItemsDialog({ PR 발행일 PR납기 요청일 PR번호 + PR 아이템 번호 사양/설계문서 + 프로젝트 @@ -298,6 +302,10 @@ export function RfqItemsDialog({ + + + + ))} @@ -314,6 +322,8 @@ export function RfqItemsDialog({ 아이템 자재코드 자재명 + 자재그룹 + 사이즈 Specification 수량 수량단위 @@ -355,18 +365,18 @@ export function RfqItemsDialog({ {item.materialDescription || "-"} - {item.materialCategory && ( - - {item.materialCategory} - - )} - {item.size && ( - - 크기: {item.size} - - )} + + + {item.materialCategory || "-"} + + + + + {item.size || "-"} + + {item.specification?.trim() ? ( -- cgit v1.2.3