From ba8cd44a0ed2c613a5f2cee06bfc9bd0f61f21c7 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Fri, 7 Nov 2025 08:39:04 +0000 Subject: (최겸) 입찰/견적 수정사항 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/general-contracts/types.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/general-contracts/types.ts') diff --git a/lib/general-contracts/types.ts b/lib/general-contracts/types.ts index 2b6731b6..33b1189f 100644 --- a/lib/general-contracts/types.ts +++ b/lib/general-contracts/types.ts @@ -17,15 +17,14 @@ export const GENERAL_CONTRACT_TYPES = [ 'AL', // 연간운송계약 'OS', // 외주용역계약 'OW', // 도급계약 - 'IS', // 검사계약 'LO', // LOI (의향서) 'FA', // FA (Frame Agreement) 'SC', // 납품합의계약 (Supply Contract) 'OF', // 클레임상계계약 (Offset Agreement) 'AW', // 사전작업합의 (Advanced Work) 'AD', // 사전납품합의 (Advanced Delivery) - 'AM', // 설계계약 - 'SC_SELL' // 폐기물매각계약 (Scrap) - 납품합의계약과 코드 중복으로 별도 명명 + 'SG', // 임치(물품보관)계약 + 'SR' // 폐기물매각계약 (Scrap) ] as const; export type GeneralContractType = typeof GENERAL_CONTRACT_TYPES[number]; @@ -34,7 +33,8 @@ export type GeneralContractType = typeof GENERAL_CONTRACT_TYPES[number]; export const GENERAL_CONTRACT_STATUSES = [ 'Draft', // 임시 저장 'Request to Review', // 조건검토요청 - 'Confirm to Review', // 조건검토완료 + 'Vendor Replied Review', // 협력업체 회신 + 'SHI Confirmed Review', // 당사 검토 확정 'Contract Accept Request', // 계약승인요청 'Complete the Contract', // 계약체결(승인) 'Reject to Accept Contract', // 계약승인거절 -- cgit v1.2.3