feat(cupang): 선택일 출고 항목 hover 툴팁(제품명+수량, 커서 따라감)

- index sel_shipments 에 품목 요약(name/qty) 첨부
- 리스트 항목 hover 시 커서 왼쪽에 따라다니는 툴팁 표시
- 캐시 버전 m

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 06:55:52 +09:00
parent 5c7730d4a1
commit 652e53c3e8
9 changed files with 83 additions and 10 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{ page_title or "ERP" }} — DBX Corporation</title>
<link rel="stylesheet" href="/static/erp.css?v=20260530l" />
<link rel="stylesheet" href="/static/erp-shell.css?v=20260530l" />
<link rel="stylesheet" href="/static/erp.css?v=20260530m" />
<link rel="stylesheet" href="/static/erp-shell.css?v=20260530m" />
<link rel="stylesheet" href="/static/erp-attach-viewer.css" />
{% block head_extra %}{% endblock %}
</head>