From a3525f8bdfcf849cc1716fab81cb8facadbe9a8e Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 27 Oct 2025 10:03:06 +0000 Subject: (최겸) 구매 협력업체 관리(PQ/실사관리, 정기평가 협력업체 제출 상세 dialog 개발, MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pq/pq-review-table-new/request-investigation-dialog.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/pq/pq-review-table-new/request-investigation-dialog.tsx') diff --git a/lib/pq/pq-review-table-new/request-investigation-dialog.tsx b/lib/pq/pq-review-table-new/request-investigation-dialog.tsx index 6941adbb..aaf10a71 100644 --- a/lib/pq/pq-review-table-new/request-investigation-dialog.tsx +++ b/lib/pq/pq-review-table-new/request-investigation-dialog.tsx @@ -55,7 +55,7 @@ const requestInvestigationFormSchema = z.object({ required_error: "QM 담당자를 선택해주세요.", }), forecastedAt: z.date({ - required_error: "실사 예정일을 선택해주세요.", + required_error: "실사 수행 예정일을 선택해주세요.", }), investigationAddress: z.string().min(1, "실사 장소를 입력해주세요."), investigationMethod: z.string().optional(), @@ -189,7 +189,7 @@ export function RequestInvestigationDialog({ name="forecastedAt" render={({ field }) => ( - 실사 예정일 + 실사 수행 예정일 @@ -201,7 +201,7 @@ export function RequestInvestigationDialog({ {field.value ? ( format(field.value, "yyyy년 MM월 dd일") ) : ( - 실사 예정일을 선택하세요 + 실사 수행 예정일을 선택하세요 )} -- cgit v1.2.3