feat: 庫存紀錄顯示儲位並優化返回狀態保持
This commit is contained in:
@@ -42,7 +42,7 @@ export default function TransactionTable({ transactions, showBatchNumber = false
|
||||
<th className="px-4 py-3">類型</th>
|
||||
<th className="px-4 py-3 text-right">變動數量</th>
|
||||
<th className="px-4 py-3 text-right">結餘</th>
|
||||
{shouldShowSlot && <th className="px-4 py-3">貨道</th>}
|
||||
{shouldShowSlot && <th className="px-4 py-3">儲位</th>}
|
||||
<th className="px-4 py-3">經手人</th>
|
||||
<th className="px-4 py-3">原因/備註</th>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user