diff options
Diffstat (limited to 'src/services/waybills/index.ts')
-rw-r--r-- | src/services/waybills/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/services/waybills/index.ts b/src/services/waybills/index.ts index a26318b..ae1c8d3 100644 --- a/src/services/waybills/index.ts +++ b/src/services/waybills/index.ts @@ -14,6 +14,7 @@ const service: ServiceParams<Waybill> = { { key: 'total', label: 'Сумма' }, { key: 'contractor.name', label: 'Контрагент' }, ], + filters: ['status', 'operation', 'contractor.name'], default: { operation: 'in', records: [], |