ui(cupang): 박스 입수량 폼 제품명 드롭다운 + 라벨 정리

- 제품명*(등록 제품 드롭다운, 코드 오름차순) 선택 시 제품코드/스냅샷 자동
- 라벨: 제품명* / 제품코드 / 박스이름 / 박스당 입수량*
- 캐시 버전 d

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 05:52:57 +09:00
parent 478cde8caf
commit c11c5733de
8 changed files with 38 additions and 14 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=20260530c" />
<link rel="stylesheet" href="/static/erp-shell.css?v=20260530c" />
<link rel="stylesheet" href="/static/erp.css?v=20260530d" />
<link rel="stylesheet" href="/static/erp-shell.css?v=20260530d" />
<link rel="stylesheet" href="/static/erp-attach-viewer.css" />
{% block head_extra %}{% endblock %}
</head>