From 4e681a42ee76a1dd308e77c6acdabd24a59b5fcf Mon Sep 17 00:00:00 2001 From: Dauren777 Date: Thu, 11 Jun 2026 05:08:40 +0000 Subject: [PATCH] fix: selMonth before usage, quantity loads from month storage, upFile robust, report colors darker --- index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index fd13bad..b6d8e2e 100644 --- a/index.html +++ b/index.html @@ -1245,11 +1245,11 @@ function openEv(id,subIdx){ h+="
AI-анализ: "+esc(e.ai||"\u2014")+"
"; h+="
Отчётность:
"; h+="
"; - h+="Количество: "; var now=new Date(); var curMonth=now.getMonth(); var savedMonth=localStorage.getItem("evmonth_"+e.id); var selMonth=savedMonth!==null?parseInt(savedMonth,10):curMonth; + h+="Количество: "; h+="Месяц: