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