<기능개선>
통합테스트목록 . 550 FO/Views/CRoom/EstimationSubject.cshtml 제출체크
This commit is contained in:
parent
884fa29770
commit
a7a3cb8cce
|
|
@ -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()");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue