From 4f3948a66b34c5b14fabbc4e96245782b544c4d9 Mon Sep 17 00:00:00 2001
From: joonhoekim <26rote@gmail.com>
Date: Mon, 4 Aug 2025 11:27:55 +0000
Subject: (김준회) 빌드 오류 해결, non-sap sync 기반이므로 기준정보
생성/수정/삭제 기능 주석 처리
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
lib/forms/services.ts | 4 ++--
lib/incoterms/table/incoterms-table-toolbar.tsx | 4 ++--
lib/incoterms/table/incoterms-table.tsx | 6 ++++--
lib/payment-terms/table/payment-terms-table-toolbar.tsx | 4 ++--
lib/payment-terms/table/payment-terms-table.tsx | 4 ++--
5 files changed, 12 insertions(+), 10 deletions(-)
(limited to 'lib')
diff --git a/lib/forms/services.ts b/lib/forms/services.ts
index 0fb01afc..269fb4c6 100644
--- a/lib/forms/services.ts
+++ b/lib/forms/services.ts
@@ -1294,8 +1294,8 @@ async function transformDataToSEDPFormat(
const attribute: SEDPAttribute = {
NAME: key,
VALUE: String(value), // 모든 값을 문자열로 변환
- UOM: column?.uom || ""
- CLS_ID:tagClassCode||"",
+ UOM: column?.uom || "",
+ CLS_ID:tagClassCode || "",
};
// Add UOM_ID if present in column definition
diff --git a/lib/incoterms/table/incoterms-table-toolbar.tsx b/lib/incoterms/table/incoterms-table-toolbar.tsx
index 698acf59..aa022e03 100644
--- a/lib/incoterms/table/incoterms-table-toolbar.tsx
+++ b/lib/incoterms/table/incoterms-table-toolbar.tsx
@@ -19,7 +19,7 @@ export function IncotermsTableToolbarActions({ table, onSuccess }: IncotermsTabl
return (
{/** 1) 선택된 로우가 있으면 삭제 다이얼로그 */}
- {table.getFilteredSelectedRowModel().rows.length > 0 ? (
+ {/* {table.getFilteredSelectedRowModel().rows.length > 0 ? (
) : null}
-
+
*/}
{/** 3) Export 버튼 */}