From 2c0eeb5502af39400aa06d0597303386570e8443 Mon Sep 17 00:00:00 2001 From: king Date: Mon, 15 Jun 2026 17:38:55 +0900 Subject: [PATCH] =?UTF-8?q?feat(malaysia):=20=ED=99=95=EC=A0=95=EB=90=9C?= =?UTF-8?q?=20=EB=82=A0=EC=A7=9C=EC=97=90=20=EC=9E=AC=EA=B3=A0=EC=A1=B0?= =?UTF-8?q?=EC=82=AC=20=EC=83=9D=EC=84=B1=20=EC=8B=9C=20=EC=95=88=EB=82=B4?= =?UTF-8?q?=EC=B0=BD=20=EC=B0=A8=EB=8B=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 같은 날짜+창고에 finalized 조사가 있으면 생성 버튼 클릭 시 alert 로 '{날짜} 은 재고조사가 확정되어 다시 재고조사를 생성할 수 없습니다.' 안내 후 제출 차단. 확정 날짜는 이미 받아온 stocktakes 목록에서 추출(추가 쿼리 없음). 서버측 차단(create_stocktake ValueError)은 안전망으로 유지. 한/영 안내. Co-Authored-By: Claude Opus 4.8 --- .../templates/malaysia/stocktakes.html | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/app/modules/malaysia/templates/malaysia/stocktakes.html b/app/modules/malaysia/templates/malaysia/stocktakes.html index e1a2187..2d269a4 100644 --- a/app/modules/malaysia/templates/malaysia/stocktakes.html +++ b/app/modules/malaysia/templates/malaysia/stocktakes.html @@ -11,7 +11,7 @@

재고조사 생성

-
+ @@ -58,5 +58,23 @@
+ + {% endblock %}