diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-25 22:04:56 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-25 22:04:56 +0900 |
| commit | 2b59582194fc5c23140f52c42c793c324856a35e (patch) | |
| tree | 0db8ef0e913b3a44dfd6e3e20fe92b8e4984aeba /lib/vendor-pool/types.ts | |
| parent | 835df8ddc115ffa74414db2a4fab7efc0d0056a9 (diff) | |
(김준회) 벤더풀&AVL 구매 추가요청사항 반영
Diffstat (limited to 'lib/vendor-pool/types.ts')
| -rw-r--r-- | lib/vendor-pool/types.ts | 44 |
1 files changed, 3 insertions, 41 deletions
diff --git a/lib/vendor-pool/types.ts b/lib/vendor-pool/types.ts index 8a6e9881..56ae2bb3 100644 --- a/lib/vendor-pool/types.ts +++ b/lib/vendor-pool/types.ts @@ -12,37 +12,25 @@ export interface VendorPool { htDivision: string // H/T구분: H 또는 T // 설계 정보 - designCategoryCode: string // 설계기능(공종) 코드: 2자리 영문대문자 - designCategory: string // 설계기능(공종): 전장 등 - equipBulkDivision: string // Equip/Bulk 구분: E 또는 B - - // 패키지 정보 - packageCode: string - packageName: string + discipline: string // 설계공종 (ARCHITECTURE 등) + equipBulkDivision: string | null // Equip/Bulk 구분: E 또는 B // 자재그룹 정보 materialGroupCode: string materialGroupName: string // 자재 관련 정보 - smCode: string similarMaterialNamePurchase: string // 유사자재명 (구매) - similarMaterialNameOther: string // 유사자재명 (구매 외) // 협력업체 정보 vendorCode: string vendorName: string + taxId: string // 사업자번호 // 사업 및 인증 정보 faTarget: boolean // FA대상 faStatus: string // FA현황 - faRemark: string // FA상세 tier: string // 등급 - isAgent: boolean // Agent 여부 - - // 계약 정보 - contractSignerCode: string - contractSignerName: string // 위치 정보 headquarterLocation: string // 본사 위치 (국가) @@ -51,38 +39,12 @@ export interface VendorPool { // AVL 관련 정보 avlVendorName: string // AVL 등재업체명 similarVendorName: string // 유사업체명(기술영업) - hasAvl: boolean // AVL 존재여부 // 상태 정보 isBlacklist: boolean // Blacklist isBcc: boolean // BCC purchaseOpinion: string // 구매의견 - // AVL 적용 선종(조선) - shipTypeCommon: boolean // 공통 - shipTypeAmax: boolean // A-max - shipTypeSmax: boolean // S-max - shipTypeVlcc: boolean // VLCC - shipTypeLngc: boolean // LNGC - shipTypeCont: boolean // CONT - - // AVL 적용 선종(해양) - offshoreTypeCommon: boolean // 공통 - offshoreTypeFpso: boolean // FPSO - offshoreTypeFlng: boolean // FLNG - offshoreTypeFpu: boolean // FPU - offshoreTypePlatform: boolean // Platform - offshoreTypeWtiv: boolean // WTIV - offshoreTypeGom: boolean // GOM - - // eVCP 미등록 정보 - picName: string // PIC(담당자) - picEmail: string // PIC(E-mail) - picPhone: string // PIC(Phone) - agentName: string // Agent(담당자) - agentEmail: string // Agent(E-mail) - agentPhone: string // Agent(Phone) - // 업체 실적 현황 recentQuoteDate: string // 최근견적일 recentQuoteNumber: string // 최근견적번호 |
