diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-25 11:51:27 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-25 11:51:27 +0000 |
| commit | 835df8ddc115ffa74414db2a4fab7efc0d0056a9 (patch) | |
| tree | bfe814c7b51ee1541d84b6e2dee01f28594763ac /components/bidding/create/bidding-create-dialog.tsx | |
| parent | 6160e8bd61360ada9e8e0574671c38292eaba9e7 (diff) | |
(최겸) 구매 입찰 수정v2
Diffstat (limited to 'components/bidding/create/bidding-create-dialog.tsx')
| -rw-r--r-- | components/bidding/create/bidding-create-dialog.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/bidding/create/bidding-create-dialog.tsx b/components/bidding/create/bidding-create-dialog.tsx index 498d8d1c..78e070e1 100644 --- a/components/bidding/create/bidding-create-dialog.tsx +++ b/components/bidding/create/bidding-create-dialog.tsx @@ -872,7 +872,7 @@ export function BiddingCreateDialog({ form, onSuccess }: BiddingCreateDialogProp )}
/>
- <FormField
+ {/* <FormField
control={form.control}
name="biddingConditions.contractDeliveryDate"
render={({ field }) => (
@@ -894,7 +894,7 @@ export function BiddingCreateDialog({ form, onSuccess }: BiddingCreateDialogProp <FormMessage />
</FormItem>
)}
- />
+ /> */}
</div>
{/* 8행: 계약기간 시작/종료, 진행상태, 구매조직 */}
@@ -1007,7 +1007,7 @@ export function BiddingCreateDialog({ form, onSuccess }: BiddingCreateDialogProp name="noticeType"
render={({ field }) => (
<FormItem>
- <FormLabel>구매유형 <span className="text-red-500">*</span></FormLabel>
+ <FormLabel>구매유형<span className="text-red-500">*</span></FormLabel>
<Select onValueChange={field.onChange} defaultValue={field.value}>
<FormControl>
<SelectTrigger>
|
