diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-11 09:00:38 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-11 09:00:38 +0000 |
| commit | eb654f88214095f71be142b989e620fd28db3f69 (patch) | |
| tree | aaad3074de4a6422a880b35f9e577d489b0a6c91 /lib/techsales-rfq/repository.ts | |
| parent | a383fd2a30f60360ebc0c1b897b3d43cbae178fa (diff) | |
(최겸) 기술영업 변경사항 반영, PQ/실사 변경사항 반영
Diffstat (limited to 'lib/techsales-rfq/repository.ts')
| -rw-r--r-- | lib/techsales-rfq/repository.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/techsales-rfq/repository.ts b/lib/techsales-rfq/repository.ts index e41982b9..e6138651 100644 --- a/lib/techsales-rfq/repository.ts +++ b/lib/techsales-rfq/repository.ts @@ -558,7 +558,8 @@ export async function selectSingleTechSalesVendorQuotationWithJoin( status: techSalesVendorQuotations.status,
remark: techSalesVendorQuotations.remark,
rejectionReason: techSalesVendorQuotations.rejectionReason,
-
+ vendorFlags: techSalesVendorQuotations.vendorFlags, // 벤더 구분자 정보 추가
+
// 날짜 정보
submittedAt: techSalesVendorQuotations.submittedAt,
acceptedAt: techSalesVendorQuotations.acceptedAt,
|
