feat: 優化庫存調撥單操作紀錄與 UI 佈局
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user