mirror of
https://github.com/wasrusgen/wasrusgen1-crm.git
synced 2026-06-03 17:44:46 +00:00
feat: проект (фабричка) и чертежи в состав мебели у сборщика
This commit is contained in:
parent
64c7d18e2c
commit
b9783adc82
@ -778,7 +778,26 @@ function screenAsmDetail() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div style="font-size:13px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px">Состав мебели</div>
|
<div style="display:flex;align-items:center;justify-content:space-between;margin-bottom:10px">
|
||||||
|
<div style="font-size:13px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em">Состав мебели</div>
|
||||||
|
</div>
|
||||||
|
<!-- Проектная документация -->
|
||||||
|
<div style="display:flex;gap:7px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px dashed rgba(0,0,0,.08)">
|
||||||
|
<a href="#" onclick="event.preventDefault();alert('📁 Открытие проекта фабрики…\\nВ продакшне — загрузка PDF из облака')" style="flex:1;display:flex;align-items:center;gap:6px;padding:9px 10px;background:#EFF6FF;border:1px solid #BFDBFE;border-radius:10px;text-decoration:none">
|
||||||
|
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#1D4ED8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="9" y1="13" x2="15" y2="13"/><line x1="9" y1="17" x2="13" y2="17"/></svg>
|
||||||
|
<div>
|
||||||
|
<div style="font-size:11px;font-weight:700;color:#1D4ED8">Проект (фабричка)</div>
|
||||||
|
<div style="font-size:10px;color:#93C5FD">PDF · 2.4 МБ</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a href="#" onclick="event.preventDefault();alert('📐 Открытие чертежей…\\nВ продакшне — загрузка из облака')" style="flex:1;display:flex;align-items:center;gap:6px;padding:9px 10px;background:#F0FDF4;border:1px solid #BBF7D0;border-radius:10px;text-decoration:none">
|
||||||
|
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#15803D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><line x1="9" y1="3" x2="9" y2="21"/><line x1="3" y1="9" x2="21" y2="9"/></svg>
|
||||||
|
<div>
|
||||||
|
<div style="font-size:11px;font-weight:700;color:#15803D">Чертежи</div>
|
||||||
|
<div style="font-size:10px;color:#86EFAC">PDF · 5 листов</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
${rooms.map(r => `
|
${rooms.map(r => `
|
||||||
<div style="font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin:8px 0 4px">${r.room}</div>
|
<div style="font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin:8px 0 4px">${r.room}</div>
|
||||||
${r.items.map(i => `
|
${r.items.map(i => `
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user