diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-24 09:59:26 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-24 09:59:26 +0000 |
| commit | d704d85094ba1e98bc5727161e1600e6f86cda3a (patch) | |
| tree | 149c5a44d5f8ff2a49803bd1ceaa30409756e0a0 /lib/rfq-last | |
| parent | bf2db28586569499e44b58999f2e0f33ed4cdeb5 (diff) | |
(임수민) 리드타임 컬럼 수정
Diffstat (limited to 'lib/rfq-last')
| -rw-r--r-- | lib/rfq-last/vendor-response/editor/quotation-items-table.tsx | 9 |
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" |
