@@ -372,7 +371,6 @@
// 업로드 → 센터별 수량 합산(서버) → 센터마다 박스 계산 → ②③ 자동 채움.
// 박스는 센터별로 포장하므로 계산도 센터 단위로 한다(자투리 혼합 박스 포함).
var poFile = document.getElementById("cpg-po-file");
- var poRun = document.getElementById("cpg-po-run");
var poMsg = document.getElementById("cpg-po-msg");
var poResult = document.getElementById("cpg-po-result");
var uploadShipDate = ""; // F13 − 1일 (확정 대화상자 기본값)
@@ -560,36 +558,17 @@
return st;
}
+ // 분석 결과 상세는 화면에 두지 않는다. 놓치면 안 되는 경고만 남긴다.
function renderPoResult(data, skipped) {
if (!poResult) return;
- var html = '