7022 추가수정
This commit is contained in:
parent
bf368134ce
commit
ce459225b6
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue