TmcInventoryStatus
@mineflow/api-schemas / TmcInventoryStatus
Variable: TmcInventoryStatus
const TmcInventoryStatus: object;
Defined in: scm/src/tmc/domain/tmc-inventory-status.enum.ts:5
Статусы инвентаризации ТМЦ (SCM TmcInventory) — значения совпадают с ключами нетерминальных состояний tmcInventoryMachine. Для лейблов и фильтров в UI.
Type Declaration
| Name | Type | Default value | Description | Defined in |
|---|---|---|---|---|
Completed | "completed" | 'completed' | Завершена (т ерминальное). | scm/src/tmc/domain/tmc-inventory-status.enum.ts:9 |
InProgress | "in_progress" | 'in_progress' | Выполняется. | scm/src/tmc/domain/tmc-inventory-status.enum.ts:7 |