diff --git a/app/modules/cupang/templates/cupang/box_calc.html b/app/modules/cupang/templates/cupang/box_calc.html index e82bbd6..c28f5f8 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 %} diff --git a/app/modules/cupang/templates/cupang/box_rules.html b/app/modules/cupang/templates/cupang/box_rules.html index e1b6b7b..8a59f6b 100644 --- a/app/modules/cupang/templates/cupang/box_rules.html +++ b/app/modules/cupang/templates/cupang/box_rules.html @@ -1,6 +1,6 @@ {% extends "erp_base.html" %} -{% block head_extra %}{% endblock %} +{% block head_extra %}{% endblock %} {% block content %} diff --git a/app/modules/cupang/templates/cupang/centers.html b/app/modules/cupang/templates/cupang/centers.html index 3d668ba..b84dace 100644 --- a/app/modules/cupang/templates/cupang/centers.html +++ b/app/modules/cupang/templates/cupang/centers.html @@ -1,6 +1,6 @@ {% extends "erp_base.html" %} -{% block head_extra %}{% endblock %} +{% block head_extra %}{% endblock %} {% block content %} @@ -27,32 +27,33 @@ 지역별로 묶어 표시. 이름 변경은 지원하지 않음 — 삭제 후 새로 등록. - + {% for g in center_groups %} - - + + + {{ g.name }} {{ g.count }} + + + {% for c in g["items"] %} + + + {{ c.name }} + + + + {% if c.active %}비활성{% else %}활성{% endif %} + + 삭제 + + + {% endfor %} - {% for c in g["items"] %} - - - {{ c.name }} - - - - {% if c.active %}비활성{% else %}활성{% endif %} - - - 삭제 - - - - {% endfor %} - + {% endfor %} @@ -61,20 +62,103 @@ + + + + + 알림 + + + 취소 + 확인 + + + + + +