fix(Inventory): 修復庫存列表批號欄位與新增庫存頁面儲位欄位遺失問題,並還原批號輸入佈局
This commit is contained in:
@@ -201,6 +201,7 @@ export default function WarehouseInventoryPage({
|
||||
onView={handleView}
|
||||
onDelete={confirmDelete}
|
||||
onViewProduct={handleViewProduct}
|
||||
warehouse={warehouse}
|
||||
/>
|
||||
</div>
|
||||
<AlertDialog open={!!deleteId} onOpenChange={(open) => !open && setDeleteId(null)}>
|
||||
|
||||
Reference in New Issue
Block a user