feat(inventory): 商品管理新增儲位欄位
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 47s

This commit is contained in:
2026-02-03 13:17:46 +08:00
parent a160e3f15f
commit 27626e6aa8
6 changed files with 49 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ export default function ProductTable({
</TableHead>
<TableHead className="w-[200px]"></TableHead>
<TableHead></TableHead>
<TableHead></TableHead>
<TableHead className="text-center"></TableHead>
</TableRow>
</TableHeader>
@@ -157,6 +158,9 @@ export default function ProductTable({
'-'
)}
</TableCell>
<TableCell>
<span className="text-sm text-gray-600">{product.location || '-'}</span>
</TableCell>
<TableCell className="text-center">
<div className="flex justify-center gap-2">
{/*