From 4098a22b43c6ebc51688d03db59fd510e72dee10 Mon Sep 17 00:00:00 2001
From: dujinkim
Date: Tue, 11 Nov 2025 10:18:06 +0000
Subject: (최겸) 구매 일반계약 수정중
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../main/general-contract-update-sheet.tsx | 35 ++++++++++++++++++++--
.../main/general-contracts-table.tsx | 2 --
2 files changed, 33 insertions(+), 4 deletions(-)
(limited to 'lib/general-contracts/main')
diff --git a/lib/general-contracts/main/general-contract-update-sheet.tsx b/lib/general-contracts/main/general-contract-update-sheet.tsx
index 074558ec..ac49faca 100644
--- a/lib/general-contracts/main/general-contract-update-sheet.tsx
+++ b/lib/general-contracts/main/general-contract-update-sheet.tsx
@@ -254,10 +254,28 @@ export function GeneralContractUpdateSheet({
+ {field.value === 'SC' && (
+
+ 납품예정 품목 및 수량을 명기하세요. 납품 품목 또는 작업 내용은 구체적으로 작성하되, 수량(물량)이 정확하지 않을 경우, 상호협의하에 변경 가능하며, 수량(물량) 등은 개별계약(PO)시 명기하세요
+
+ )}
)}
/>
+ {/* 계약번호 */}
+
+
+
+
+
{/* 체결방식 */}
+ {/* 협력업체명 + 코드 */}
+
+
+
+
+
{/* 계약시작일 */}
{/* 계약확정범위 */}
- (
@@ -380,7 +411,7 @@ export function GeneralContractUpdateSheet({
)}
- />
+ /> */}
{/* 비고 */}
(null)
- console.log(data, "data")
-
const router = useRouter()
const columns = React.useMemo(
--
cgit v1.2.3