生產工單BOM以及批號完善
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 57s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped

This commit is contained in:
2026-01-22 15:39:35 +08:00
parent 1ae21febb5
commit 1d134c9ad8
31 changed files with 2684 additions and 694 deletions

View File

@@ -94,8 +94,11 @@ export default function EditInventory({ warehouse, inventory, transactions = []
<Boxes className="h-6 w-6 text-primary-main" />
</h1>
<p className="text-gray-500 mt-1">
<span className="font-medium text-gray-900">{warehouse.name}</span>
<p className="text-gray-500 mt-1 flex gap-4">
<span><span className="font-medium text-gray-900">{warehouse.name}</span></span>
{inventory.batchNumber && (
<span><span className="font-medium text-blue-600 bg-blue-50 px-2 py-0.5 rounded border border-blue-100">{inventory.batchNumber}</span></span>
)}
</p>
</div>
<div className="flex gap-3">