7022 추가수정

This commit is contained in:
iyak 2025-06-16 02:59:57 +00:00
parent bf368134ce
commit ce459225b6
1 changed files with 2 additions and 0 deletions

View File

@ -272,6 +272,7 @@
if (check("idate", null, "교육종료일을 입력해주세요.", true)) {
return;
}
@*
else {
if (!_isonline) { // 혼합교육
if (val("isth") == "") { focus("isth"); msg2("교육종료시간을 확인해주세요."); return; }
@ -282,6 +283,7 @@
else if (getint(val("isth")) == getint(val("ieth")) && getint(val("istm")) > getint(val("ietm"))) { focus("ieth"); msg2("교육종료시간을 확인해주세요(종료시간이 더 빠름)"); return;}
}
}
*@
var date = getv("idate");
var isth = getv("isth");