From 9933a18e03f493c2354824e0eb0c4f923cc23af0 Mon Sep 17 00:00:00 2001 From: taekyoungc Date: Wed, 1 Jul 2026 11:48:23 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A0=84=ED=99=94=EC=A3=BC=EB=AC=B8=20?= =?UTF-8?q?=EC=A0=91=EC=88=98=20=EA=B4=80=EB=A6=AC=20=ED=99=94=EB=A9=B4=20?= =?UTF-8?q?=ED=91=9C=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83/=EC=A0=95?= =?UTF-8?q?=EB=A0=AC=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 접수 리스트(전화) 카드를 넓게, 지정판매소 정보 카드를 좁게 비율 조정 - 접수 품목 내역/포장 명세 표 헤더를 sticky 처리하고 높이를 행 4개 기준으로 고정 - 그리드 items-start 적용해 접수 리스트 카드 하단 빈 공간 제거 - 포장 명세 품목을 soi_idx 내림차순으로 정렬 --- app/Views/bag/order_phone_manage.php | 37 ++++++++++++++-------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/app/Views/bag/order_phone_manage.php b/app/Views/bag/order_phone_manage.php index 0ed3be5..1b45daa 100644 --- a/app/Views/bag/order_phone_manage.php +++ b/app/Views/bag/order_phone_manage.php @@ -15,8 +15,8 @@ -
-
+
+
접수 리스트(전화)
@@ -39,7 +39,7 @@ -
+
지정판매소 정보
@@ -64,17 +64,17 @@
접수 품목 내역
-
+
- - - - - - - + + + + + + + @@ -99,15 +99,15 @@ 포장 명세포장량: 0 -
+
번호품목단가접수량포장량접수금액포장단위(박스/팩/낱장)번호품목단가접수량포장량접수금액포장단위(박스/팩/낱장)
- - - - - + + + + + @@ -297,7 +297,8 @@ function packEsc(s) { return String(s == null ? '' : s).replace(/[&<>]/g, (c) => ({ '&': '&', '<': '<', '>': '>' }[c])); } function renderPacking(order) { if (!packingBody) return; - const items = Array.isArray(order.items) ? order.items : []; + const items = (Array.isArray(order.items) ? order.items.slice() : []) + .sort((a, b) => (Number(b.soi_idx) || 0) - (Number(a.soi_idx) || 0)); // 내림차순 const rows = []; let no = 0; const addRow = (code, name, qty, unit) => {
No봉투종류봉투코드수량포장No봉투종류봉투코드수량포장