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
@@ -1,6 +1,6 @@
{% extends "erp_base.html" %}
{% block head_extra %}<link rel="stylesheet" href="/static/cupang.css?v=20260530l" />{% endblock %}
{% block head_extra %}<link rel="stylesheet" href="/static/cupang.css?v=20260530m" />{% endblock %}
{% block content %}
<section class="cpg">
@@ -109,4 +109,4 @@
</script>
{% endblock %}
{% block scripts %}<script src="/static/cupang.js?v=20260530l" defer></script>{% endblock %}
{% block scripts %}<script src="/static/cupang.js?v=20260530m" defer></script>{% endblock %}