diff --git a/.gitignore b/.gitignore index 08c0512..6de998a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ __pycache__/ # dispatch 라벨 PDF 샘플(실제 고객 PII — 커밋 금지) docs/samples/ +tests/js/.out/ diff --git a/app/modules/cupang/templates/cupang/box_calc.html b/app/modules/cupang/templates/cupang/box_calc.html index 32e2075..7ff0223 100644 --- a/app/modules/cupang/templates/cupang/box_calc.html +++ b/app/modules/cupang/templates/cupang/box_calc.html @@ -1,6 +1,6 @@ {% extends "erp_base.html" %} -{% block head_extra %}{% endblock %} +{% block head_extra %}{% endblock %} {% block content %} @@ -59,7 +59,7 @@ ② 박스 요약 - 카드를 ③ 센터로 끌어다 놓으면 잔여가 줄어듭니다. + 카드를 ③ 센터로 끌어다 놓거나, 카드를 클릭해 담습니다. 왼쪽에서 제품과 수량을 넣고 계산하세요. @@ -75,11 +75,11 @@ - + ③ 센터 분배 - 입고센터 관리에 등록한 센터만 표시됩니다. + 담을 센터를 골라 추가하세요. {% if not centers %} @@ -87,31 +87,47 @@ 등록된 입고센터가 없습니다. 입고센터 관리에서 먼저 센터를 추가하세요. {% else %} - - {% for c in centers %} - - - {{ c.name }} - 0박스 - - - 여기로 박스를 끌어다 놓기 - - - - {% endfor %} + + + {% for c in centers %} + {{ c.name }} + {% endfor %} + + + 센터 추가 + + 추가한 센터가 여기에 표시됩니다. {% endif %} + + + + + 센터에 담기 + + 센터 + + 박스 수량 + + + + 담기 + 잔여 전부 담기 + 취소 + + + + +
추가한 센터가 여기에 표시됩니다.