feat: 優化庫存調撥單操作紀錄與 UI 佈局

This commit is contained in:
2026-02-04 17:51:29 +08:00
parent 2eb136d280
commit 4299e985e9
6 changed files with 244 additions and 128 deletions

View File

@@ -30,6 +30,7 @@ class ActivityLogController extends Controller
'App\Modules\Production\Models\ProductionOrderItem' => '工單品項',
'App\Modules\Inventory\Models\InventoryCountDoc' => '庫存盤點單',
'App\Modules\Inventory\Models\InventoryAdjustDoc' => '庫存盤調單',
'App\Modules\Inventory\Models\InventoryTransferOrder' => '庫存調撥單',
];
}
@@ -83,6 +84,7 @@ class ActivityLogController extends Controller
}
$activities = $query->paginate($perPage)
->withQueryString()
->through(function ($activity) {
$subjectMap = $this->getSubjectMap();