/
DevDenzo
/
ERP
Обзор
Документация
Войти
/
DevDenzo
/
ERP
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/components/data/datasets/references/executionsList.js
164 строки
4 KB
Denis Sklyarskij
Инициализирован репозиторий
14 янв 2026, 23:32
14 янв 2026, 23:32
1df3d47
Код
Авторство
О чём код?
// Создаем массив исполнений export const executions = [ { visible: true, id: 1, name: "(5) Исполнение повышенной точности", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null }, { visible: true, id: 2, name: "Исполнение 4", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null }, { visible: true, id: 3, name: "Исполнение 3", standard: "ОСТ 1 3303440-80", type: "Промышленное исполнение общего назначения", createdAt: null, updatedAt: null }, { visible: true, id: 4, name: "Исполнение 2", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null }, { visible: true, id: 5, name: "Исполнение 1", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null }, { visible: true, id: 6, name: "Исполнение 6", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null }, { visible: true, id: 7, name: "Исполнение 4 (доп.)", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null }, { visible: true, id: 8, name: "Исполнение 5", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null }, { visible: true, id: 9, name: "Исполнение 3 (спец.)", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null }, { visible: true, id: 10, name: "Исполнение 2 (модиф.)", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null }, { visible: true, id: 11, name: "Исполнение 1 (баз.)", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null }, { visible: true, id: 12, name: "(6) Специальное исполнение", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null }, { visible: true, id: 13, name: "ЮПИЯ.715331.002-32", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null }, { visible: true, id: 14, name: "ЛИСТ.713163.004", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null }, { visible: true, id: 15, name: "ЮПИЯ.713663.002-01", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null }, { visible: true, id: 16, name: "Исполнение 2 (ЮПИЯ)", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null }, { visible: true, id: 17, name: "Исполнение 2 (ЛИСТ)", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null }, { visible: true, id: 18, name: "Исполнение 1 (ЮПИЯ-ЛИСТ)", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null }, { visible: true, id: 19, name: "(6) Специальное исполнение (ЮПИЯ-ЛИСТ)", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null }, { visible: true, id: 20, name: "Исполнение 2Н (специальное)", standard: "ОСТ 1 3303440-80", createdAt: null, updatedAt: null } ];