From 15f181318bf25e753d348736fac2f568faaca384 Mon Sep 17 00:00:00 2001 From: king Date: Wed, 2 Sep 2026 01:55:51 +0900 Subject: [PATCH] =?UTF-8?q?feat(cupang):=20=EC=B1=84=EC=9B=80=EB=A5=A0=20?= =?UTF-8?q?=EB=82=AE=EC=9D=80=20=ED=98=BC=ED=95=A9=20=EC=83=81=EC=9E=90=20?= =?UTF-8?q?=EA=B2=BD=EA=B3=A0,=20=EC=A7=81=EC=A0=91=20=EC=9E=85=EB=A0=A5?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0=ED=95=98=EA=B3=A0=20=EC=B6=9C=EA=B3=A0?= =?UTF-8?q?=EC=9D=BC=20=EB=AA=A9=EB=A1=9D=EC=9C=BC=EB=A1=9C=20=EB=8C=80?= =?UTF-8?q?=EC=B2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 혼합 상자 채움률 60% 이하면 "상자 변경 필요"(오렌지) 도장 + 업로드/날짜 전환 시 안내 팝업 - ① 직접 입력 표와 계산/제품 추가/초기화 버튼·이벤트 제거. 품목은 업로드(또는 임시 저장 불러오기)로만 - 상단 출고일 탭 바를 없애고 ① 카드 안 세로 목록으로 이동 (날짜·센터수·상자수·수량) - 임시 저장에 ship_date 를 함께 담아 불러올 때 출고일 유지 Co-Authored-By: Claude Opus 5 --- .../cupang/templates/cupang/box_calc.html | 267 +++++++++--------- .../cupang/templates/cupang/box_rules.html | 2 +- .../cupang/templates/cupang/index.html | 2 +- .../cupang/templates/cupang/products.html | 2 +- app/modules/cupang/templates/cupang/view.html | 2 +- app/static/cupang.css | 52 ++-- 6 files changed, 167 insertions(+), 160 deletions(-) diff --git a/app/modules/cupang/templates/cupang/box_calc.html b/app/modules/cupang/templates/cupang/box_calc.html index d2e561c..ce94733 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 %}
@@ -22,12 +22,6 @@ {% else %} - - -
@@ -47,32 +41,11 @@
-

직접 입력 업로드 결과도 여기서 고칠 수 있습니다

+

출고일 업로드한 발주서 기준 · 날짜를 골라 확정합니다

-
- - - - - - - - - - - - - - -
제품명수량
-
- -
- - - - -
+
+

발주 파일을 업로드하면 출고일이 여기에 표시됩니다.

+

@@ -82,7 +55,7 @@ 카드를 ③ 센터로 끌어다 놓거나, 카드를 클릭해 담습니다. -
왼쪽에서 제품과 수량을 넣고 계산하세요.
+
① 에서 쿠팡 발주 파일을 업로드하면 상자가 계산됩니다.
+ + +