2024-07-08 16:21 운영현황 지침 추가
This commit is contained in:
parent
01a37e3232
commit
8d8fb0864b
@ -296,7 +296,10 @@
|
||||
}
|
||||
|
||||
var msg = "제출 완료되었습니다.";
|
||||
if($("#tmprrSave").val() == 'Y'){
|
||||
|
||||
var is_alert = $("#tmprrSave").val();
|
||||
|
||||
if(is_alert == "Y"){
|
||||
msg = "임시저장되었습니다."
|
||||
}
|
||||
var sendData = {
|
||||
@ -414,6 +417,10 @@
|
||||
}
|
||||
|
||||
function fncTmprrSave(){
|
||||
|
||||
//alert(document.getElementById('aprvlCd').value);
|
||||
//alert(document.getElementById('tmprrSave').value);
|
||||
//return;
|
||||
|
||||
//첨부파일이 변경됐을시만 업로드. 임시저장으로 인하여 비교 필요
|
||||
control5.removeAllFiles(); //control5 초기화
|
||||
|
||||
Loading…
Reference in New Issue
Block a user