/
DevDenzo
/
ERP
Обзор
Документация
Войти
/
DevDenzo
/
ERP
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/components/data/datasets/references/materialReferenceList.js
184 строки
4 KB
Denis Sklyarskij
Инициализирован репозиторий
14 янв 2026, 23:32
14 янв 2026, 23:32
1df3d47
Код
Авторство
О чём код?
// Создаем массив свойств материалов export const materialReference = [ { visible: true, id: 1, fullName: "Сталь конструкционная 09Г2С", unit: "кг", type: "Металл", createdAt: null, updatedAt: null }, { visible: true, id: 2, fullName: "Полиэтилен высокой плотности (HDPE)", unit: "кг", type: "Пластмасса", createdAt: null, updatedAt: null }, { visible: true, id: 3, fullName: "Алюминий марки А5", unit: "кг", type: "Цветной металл", createdAt: null, updatedAt: null }, { visible: true, id: 4, fullName: "Бетон М300", unit: "м³", type: "Стройматериал", createdAt: null, updatedAt: null }, { visible: true, id: 5, fullName: "Латунь Л63", unit: "кг", type: "Сплав", createdAt: null, updatedAt: null }, { visible: true, id: 6, fullName: "ПВХ-пленка прозрачная", unit: "м²", type: "Полимерный материал", createdAt: null, updatedAt: null }, { visible: true, id: 7, fullName: "Цинк технический", unit: "кг", type: "Металл", createdAt: null, updatedAt: null }, { visible: true, id: 8, fullName: "Резина техническая", unit: "кг", type: "Эластомер", createdAt: null, updatedAt: null }, { visible: true, id: 9, fullName: "Медь электролитическая", unit: "кг", type: "Цветной металл", createdAt: null, updatedAt: null }, { visible: true, id: 10, fullName: "Стекло закаленное", unit: "м²", type: "Стекломатериал", createdAt: null, updatedAt: null }, { visible: true, id: 11, fullName: "Нержавеющая сталь AISI 304", unit: "кг", type: "Металлический прокат", createdAt: null, updatedAt: null }, { visible: true, id: 12, fullName: "Полипропилен (ПП)", unit: "кг", type: "Пластмасса", createdAt: null, updatedAt: null }, { visible: true, id: 13, fullName: "Медный прокат М1", unit: "кг", type: "Цветной металл", createdAt: null, updatedAt: null }, { visible: true, id: 14, fullName: "Железобетонный фундамент", unit: "м³", type: "Стройматериал", createdAt: null, updatedAt: null }, { visible: true, id: 15, fullName: "Бронза БрАЖ9-4", unit: "кг", type: "Сплав", createdAt: null, updatedAt: null }, { visible: true, id: 16, fullName: "ПЭТ-пленка", unit: "м²", type: "Полимерный материал", createdAt: null, updatedAt: null }, { visible: true, id: 17, fullName: "Свинец технический", unit: "кг", type: "Металл", createdAt: null, updatedAt: null }, { visible: true, id: 18, fullName: "Резина силиконовая", unit: "кг", type: "Эластомер", createdAt: null, updatedAt: null }, { visible: true, id: 19, fullName: "Никель электролитический", unit: "кг", type: "Цветной металл", createdAt: null, updatedAt: null }, { visible: true, id: 20, fullName: "Ламинированное стекло", unit: "м²", type: "Стекломатериал", createdAt: null, updatedAt: null } ];