生產工單BOM以及批號完善
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user