Filter by profit center
@if (!IsReadOnly)
{
}
@if (!IsReadOnly)
{
}
@if (!IsReadOnly)
{
}
}
```
Work Center filter follows the same pattern with `WorkCenterViewModel`.
---
### 6. Component Lot Filter (file upload only)
```razor
@if (ViewModel.SearchType?.ComponentLot == true)
{