diff options
Diffstat (limited to 'lib/bidding/detail/table/price-adjustment-dialog.tsx')
| -rw-r--r-- | lib/bidding/detail/table/price-adjustment-dialog.tsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/bidding/detail/table/price-adjustment-dialog.tsx b/lib/bidding/detail/table/price-adjustment-dialog.tsx index 14bbd843..96a3af0c 100644 --- a/lib/bidding/detail/table/price-adjustment-dialog.tsx +++ b/lib/bidding/detail/table/price-adjustment-dialog.tsx @@ -94,13 +94,13 @@ export function PriceAdjustmentDialog({ <DialogHeader> <DialogTitle>연동제 적용 설정</DialogTitle> <DialogDescription> - <span className="font-semibold text-primary">{vendor.vendorName}</span> 업체의 연동제 적용 여부 및 화학물질 정보를 설정합니다. + <span className="font-semibold text-primary">{vendor.vendorName}</span> 업체의 연동제 적용 여부를 설정합니다. </DialogDescription> </DialogHeader> <div className="space-y-6 py-4"> {/* 업체가 제출한 연동제 요청 여부 (읽기 전용) */} - <div className="flex flex-row items-center justify-between rounded-lg border p-4 bg-muted/50"> + {/* <div className="flex flex-row items-center justify-between rounded-lg border p-4 bg-muted/50"> <div className="space-y-0.5"> <Label className="text-base">업체 연동제 요청</Label> <p className="text-sm text-muted-foreground"> @@ -110,7 +110,7 @@ export function PriceAdjustmentDialog({ <span className={`font-medium ${vendor.isPriceAdjustmentApplicableQuestion ? 'text-green-600' : 'text-gray-500'}`}> {vendor.isPriceAdjustmentApplicableQuestion === null ? '미정' : vendor.isPriceAdjustmentApplicableQuestion ? '예' : '아니오'} </span> - </div> + </div> */} {/* SHI 연동제 적용여부 */} <div className="flex flex-row items-center justify-between rounded-lg border p-4"> @@ -147,7 +147,7 @@ export function PriceAdjustmentDialog({ </div> {/* 화학물질 여부 */} - <div className="flex flex-row items-center justify-between rounded-lg border p-4"> + {/* <div className="flex flex-row items-center justify-between rounded-lg border p-4"> <div className="space-y-0.5"> <Label className="text-base">화학물질 해당여부</Label> <p className="text-sm text-muted-foreground"> @@ -166,7 +166,7 @@ export function PriceAdjustmentDialog({ 해당 </span> </div> - </div> + </div> */} </div> <DialogFooter> |
