summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-07-07 09:00:54 +0000
committerjoonhoekim <26rote@gmail.com>2025-07-07 09:00:54 +0000
commit9b30d58aa575ea1ac6f20a0bd8c14ae380723d94 (patch)
tree605dfc3e7d03719728b693bffee01fa3ab76245c
parent2ded9dcc3968b7fff3e29a128d327df6b77923ab (diff)
(김준회) 임시 벤더 기본정보 텍스트 수정 및 mdg 스키마 import 정리
-rw-r--r--app/[lng]/evcp/(evcp)/vendors/[id]/info/basic/vendor-basic-info.tsx4
-rw-r--r--db/schema/MDG/mdg.ts3
2 files changed, 3 insertions, 4 deletions
diff --git a/app/[lng]/evcp/(evcp)/vendors/[id]/info/basic/vendor-basic-info.tsx b/app/[lng]/evcp/(evcp)/vendors/[id]/info/basic/vendor-basic-info.tsx
index e9cbd8be..e14b7b51 100644
--- a/app/[lng]/evcp/(evcp)/vendors/[id]/info/basic/vendor-basic-info.tsx
+++ b/app/[lng]/evcp/(evcp)/vendors/[id]/info/basic/vendor-basic-info.tsx
@@ -371,7 +371,7 @@ export function VendorBasicInfo({ vendorDetails }: VendorBasicInfoProps) {
<CardTitle className="text-2xl font-bold tracking-tight break-words flex items-center gap-2">
<Building2 className="w-6 h-6 text-orange-600" />
{editData.VNDRNM_1 || '업체명 없음'}
- <Badge variant="outline" className="text-xs bg-orange-50 text-orange-700">Oracle</Badge>
+ <Badge variant="outline" className="text-xs bg-orange-50 text-orange-700">NONSAP</Badge>
</CardTitle>
<CardDescription className="text-base">
벤더 코드: {editData.VNDRCD}
@@ -410,7 +410,7 @@ export function VendorBasicInfo({ vendorDetails }: VendorBasicInfoProps) {
</CardHeader>
<CardContent>
<div className="text-sm text-muted-foreground">
- Oracle 시스템에서 연동된 협력업체 정보입니다. 수정 시 Oracle에 반영됩니다.
+ From NONSAP
</div>
</CardContent>
</Card>
diff --git a/db/schema/MDG/mdg.ts b/db/schema/MDG/mdg.ts
index 3075ed50..fac45868 100644
--- a/db/schema/MDG/mdg.ts
+++ b/db/schema/MDG/mdg.ts
@@ -1,5 +1,4 @@
-import { pgSchema } from 'drizzle-orm/pg-core';
-import { integer, varchar, timestamp, text } from 'drizzle-orm/pg-core';
+import { pgSchema, integer, varchar, timestamp, text } from 'drizzle-orm/pg-core';
// 테이블이 너무 많아서 별도 스키마로 분리함
export const mdgSchema = pgSchema("mdg");