summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/rfq-last/vendor-response/editor/quotation-items-table.tsx9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/rfq-last/vendor-response/editor/quotation-items-table.tsx b/lib/rfq-last/vendor-response/editor/quotation-items-table.tsx
index d98376c1..c9790880 100644
--- a/lib/rfq-last/vendor-response/editor/quotation-items-table.tsx
+++ b/lib/rfq-last/vendor-response/editor/quotation-items-table.tsx
@@ -361,7 +361,6 @@ export default function QuotationItemsTable({ prItems }: QuotationItemsTableProp
<TableHead className="w-[150px]">단가</TableHead>
<TableHead className="text-right w-[150px]">총액</TableHead>
<TableHead className="w-[150px]">납기일</TableHead>
- <TableHead className="w-[100px]">리드타임</TableHead>
<TableHead className="w-[80px]">작업</TableHead>
</TableRow>
</TableHeader>
@@ -463,14 +462,6 @@ export default function QuotationItemsTable({ prItems }: QuotationItemsTableProp
)}
</TableCell>
<TableCell>
- <Input
- type="number"
- {...register(`quotationItems.${index}.leadTime`, { valueAsNumber: true })}
- className="w-[80px]"
- placeholder="일"
- />
- </TableCell>
- <TableCell>
<Button
type="button"
variant="ghost"