summaryrefslogtreecommitdiff
path: root/components/bidding/manage
diff options
context:
space:
mode:
Diffstat (limited to 'components/bidding/manage')
-rw-r--r--components/bidding/manage/bidding-basic-info-editor.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/bidding/manage/bidding-basic-info-editor.tsx b/components/bidding/manage/bidding-basic-info-editor.tsx
index 3c450065..8580bfe1 100644
--- a/components/bidding/manage/bidding-basic-info-editor.tsx
+++ b/components/bidding/manage/bidding-basic-info-editor.tsx
@@ -1021,7 +1021,7 @@ export function BiddingBasicInfoEditor({ biddingId, readonly = false }: BiddingB
{/* 4행: 계약 납품일, 하도급법 적용여부 */}
<div className="grid grid-cols-2 gap-4 mb-4">
- <div>
+ {/* <div>
<FormLabel>계약 납품일</FormLabel>
<Input
type="date"
@@ -1033,7 +1033,7 @@ export function BiddingBasicInfoEditor({ biddingId, readonly = false }: BiddingB
}))
}}
/>
- </div>
+ </div> */}
<div>
<FormLabel>하도급법 적용여부</FormLabel>
<div className="flex items-center space-x-2">