diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-17 07:06:52 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-17 07:06:52 +0000 |
| commit | 1532c1bf4a3236ce9056f33e51ddfebeff79ed5a (patch) | |
| tree | c3f3c43d0f73c4b7df4e34e9b1aa308604c562c9 /lib/itb | |
| parent | a5be73b70e7d8e6be1724252e6923c664c3771f4 (diff) | |
(최겸) 구매 피드백 처리
Diffstat (limited to 'lib/itb')
| -rw-r--r-- | lib/itb/service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/itb/service.ts b/lib/itb/service.ts index 181285cc..882210b3 100644 --- a/lib/itb/service.ts +++ b/lib/itb/service.ts @@ -719,7 +719,7 @@ export async function approvePurchaseRequestsAndCreateRfqs( rfqsLastId: rfq.id, rfqItem: `${index + 1}`.padStart(3, '0'), prItem: `${index + 1}`.padStart(3, '0'), - prNo: rfqCode, + prNo: '-', materialCategory: request.majorItemMaterialCategory, materialCode: item.itemCode, materialDescription: item.itemName, |
