<기능개선>

통합테스트목록 . 550
FO/Views/CRoom/EstimationSubject.cshtml
제출체크
This commit is contained in:
kdh0120 2021-11-18 00:44:12 +00:00
parent 884fa29770
commit a7a3cb8cce
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
}); });
function save() { function save() {
if (getBytes(val("atext")) < 1 && $("#file1").val() == "") { if (getBytes(val("atext")) < 1 && $("input[name=file1]").val() == "") {
msg("제출내용을 입력해주세요."); msg("제출내용을 입력해주세요.");
} else { } else {
confirmtoggle(true, "제출하시겠습니까?", "savego()"); confirmtoggle(true, "제출하시겠습니까?", "savego()");