7022 추가수정
This commit is contained in:
parent
bf368134ce
commit
ce459225b6
|
|
@ -272,6 +272,7 @@
|
||||||
if (check("idate", null, "교육종료일을 입력해주세요.", true)) {
|
if (check("idate", null, "교육종료일을 입력해주세요.", true)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@*
|
||||||
else {
|
else {
|
||||||
if (!_isonline) { // 혼합교육
|
if (!_isonline) { // 혼합교육
|
||||||
if (val("isth") == "") { focus("isth"); msg2("교육종료시간을 확인해주세요."); return; }
|
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;}
|
else if (getint(val("isth")) == getint(val("ieth")) && getint(val("istm")) > getint(val("ietm"))) { focus("ieth"); msg2("교육종료시간을 확인해주세요(종료시간이 더 빠름)"); return;}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*@
|
||||||
|
|
||||||
var date = getv("idate");
|
var date = getv("idate");
|
||||||
var isth = getv("isth");
|
var isth = getv("isth");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue