summaryrefslogtreecommitdiff
path: root/components/bidding/manage/bidding-items-editor.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-12-01 01:21:52 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-12-01 01:21:52 +0000
commitc92ddd6bae8e187cccfddb37373460ebea0ade27 (patch)
tree7f04c61501f9d6caf068784add1dd22ca9891b1f /components/bidding/manage/bidding-items-editor.tsx
parent8440ac29c7dcbef992039678ecc0fabff2fd04ec (diff)
(최겸) 구매 입찰 SAP 삭제(취소) 개발
Diffstat (limited to 'components/bidding/manage/bidding-items-editor.tsx')
-rw-r--r--components/bidding/manage/bidding-items-editor.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/bidding/manage/bidding-items-editor.tsx b/components/bidding/manage/bidding-items-editor.tsx
index 9d858f40..90e512d2 100644
--- a/components/bidding/manage/bidding-items-editor.tsx
+++ b/components/bidding/manage/bidding-items-editor.tsx
@@ -868,6 +868,7 @@ export function BiddingItemsEditor({ biddingId, readonly = false }: BiddingItems
}}
title="1회성 품목 선택"
description="1회성 품목을 검색하고 선택해주세요."
+ disabled={readonly}
/>
) : (
<MaterialGroupSelectorDialogSingle
@@ -893,6 +894,7 @@ export function BiddingItemsEditor({ biddingId, readonly = false }: BiddingItems
}}
title="자재그룹 선택"
description="자재그룹을 검색하고 선택해주세요."
+ disabled={readonly}
/>
)}
</td>
@@ -928,6 +930,7 @@ export function BiddingItemsEditor({ biddingId, readonly = false }: BiddingItems
}}
title="자재 선택"
description="자재를 검색하고 선택해주세요."
+ disabled={readonly}
/>
</td>
<td className="border-r px-3 py-2">