# WARNING: head commit changed in the meantime
Merge branch 'master' of http://yongjoon.cho@vcs.iten.co.kr:9999/itnAdmin/fairnet 기안문 내용 수정
This commit is contained in:
parent
3ae8e70ba7
commit
0bb71f6c0c
@ -5723,8 +5723,8 @@ v_ret = this.receiverHeader();
|
|||||||
v_ret = v_ret +"1. 우리 원 공정거래분쟁조정협의회의 "+s_conferenceNames+" 회의를 다음과 같이 개최하니 참석하여 주시기 바랍니다.";
|
v_ret = v_ret +"1. 우리 원 공정거래분쟁조정협의회의 "+s_conferenceNames+" 회의를 다음과 같이 개최하니 참석하여 주시기 바랍니다.";
|
||||||
}
|
}
|
||||||
|
|
||||||
v_ret = v_ret +"<br/><br/>가. 일 자: "+s_fixday+"";
|
v_ret = v_ret +"<br/><br/>가. 일 시: "+s_fixday+"";
|
||||||
v_ret = v_ret +"<br/>나. 장 소: "+s_conferencePlace+"";
|
v_ret = v_ret +"<br/>나. 장 소: "+s_conferencePlace+"";
|
||||||
v_ret = v_ret +"<br/>다. 회의안건: 조정신청 사건 결과 보고(";
|
v_ret = v_ret +"<br/>다. 회의안건: 조정신청 사건 결과 보고(";
|
||||||
//v_ret = v_ret +"<br/>다. 회의안건: 조정신청 사건 결과 보고(보고안건 ";
|
//v_ret = v_ret +"<br/>다. 회의안건: 조정신청 사건 결과 보고(보고안건 ";
|
||||||
//v_ret = v_ret +Integer.toString(i_dlbrtmtrCnt)+"건";
|
//v_ret = v_ret +Integer.toString(i_dlbrtmtrCnt)+"건";
|
||||||
@ -5732,6 +5732,9 @@ v_ret = this.receiverHeader();
|
|||||||
String p_endmtrCnt = p_data1.get("endmtrCnt").toString();
|
String p_endmtrCnt = p_data1.get("endmtrCnt").toString();
|
||||||
String p_dlbrtmtrCnt = p_data1.get("dlbrtmtrCnt").toString();
|
String p_dlbrtmtrCnt = p_data1.get("dlbrtmtrCnt").toString();
|
||||||
|
|
||||||
|
v_ret = v_ret +"보고안건 "+p_endmtrCnt+"건, 심의안건 "+p_dlbrtmtrCnt+"건";
|
||||||
|
|
||||||
|
/*
|
||||||
if (!"0".equals(p_endmtrCnt) && !"0".equals(p_dlbrtmtrCnt)) {
|
if (!"0".equals(p_endmtrCnt) && !"0".equals(p_dlbrtmtrCnt)) {
|
||||||
v_ret = v_ret +"보고안건 "+p_endmtrCnt+"건, 심의안건 "+p_dlbrtmtrCnt+"건";
|
v_ret = v_ret +"보고안건 "+p_endmtrCnt+"건, 심의안건 "+p_dlbrtmtrCnt+"건";
|
||||||
}else if (!"0".equals(p_endmtrCnt)) {
|
}else if (!"0".equals(p_endmtrCnt)) {
|
||||||
@ -5739,6 +5742,7 @@ v_ret = this.receiverHeader();
|
|||||||
}else {
|
}else {
|
||||||
v_ret = v_ret +"심의안건 "+p_dlbrtmtrCnt+"건";
|
v_ret = v_ret +"심의안건 "+p_dlbrtmtrCnt+"건";
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
v_ret = v_ret +")";
|
v_ret = v_ret +")";
|
||||||
|
|
||||||
|
|
||||||
@ -5936,6 +5940,7 @@ v_ret = this.receiverHeader();
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
s_fixDay = p_dataA.get("fixDay").toString();
|
s_fixDay = p_dataA.get("fixDay").toString();
|
||||||
|
s_fixDay = this.makeYYYY_MM_DD(p_dataA.get("fixDay").toString(), p_dataA.get("fixDay2").toString());
|
||||||
}catch(Exception ex) {
|
}catch(Exception ex) {
|
||||||
ex.printStackTrace();
|
ex.printStackTrace();
|
||||||
}
|
}
|
||||||
@ -7063,14 +7068,17 @@ v_ret = this.receiverHeader();
|
|||||||
//v_ret = v_ret + this.bodyHeader();
|
//v_ret = v_ret + this.bodyHeader();
|
||||||
v_ret = v_ret +"1. 우리 원 "+s_conferenceNames+" 회의를 다음과 같이 개최하니 참석하여 주시기 바랍니다. ";
|
v_ret = v_ret +"1. 우리 원 "+s_conferenceNames+" 회의를 다음과 같이 개최하니 참석하여 주시기 바랍니다. ";
|
||||||
|
|
||||||
v_ret = v_ret +"<br/><br/>가. 일 시: "+s_fixday;
|
v_ret = v_ret +"<br/><br/>가. 일 시: "+s_fixday;
|
||||||
v_ret = v_ret +"<br/>나. 장 소: "+s_conferencePlace;
|
v_ret = v_ret +"<br/>나. 장 소: "+s_conferencePlace;
|
||||||
v_ret = v_ret +"<br/>다. 회의안건: 조정신청 사건 결과 보고 및 심의안건 의결";
|
v_ret = v_ret +"<br/>다. 회의안건: 조정신청 사건 결과 보고 및 심의안건 의결";
|
||||||
v_ret = v_ret +"(";
|
v_ret = v_ret +"(";
|
||||||
|
|
||||||
String p_endmtrCnt = p_data1.get("endmtrCnt").toString();
|
String p_endmtrCnt = p_data1.get("endmtrCnt").toString();
|
||||||
String p_dlbrtmtrCnt = p_data1.get("dlbrtmtrCnt").toString();
|
String p_dlbrtmtrCnt = p_data1.get("dlbrtmtrCnt").toString();
|
||||||
|
|
||||||
|
v_ret = v_ret +"보고안건 "+p_endmtrCnt+"건, 심의안건 "+p_dlbrtmtrCnt+"건";
|
||||||
|
|
||||||
|
/*
|
||||||
if (!"0".equals(p_endmtrCnt) && !"0".equals(p_dlbrtmtrCnt)) {
|
if (!"0".equals(p_endmtrCnt) && !"0".equals(p_dlbrtmtrCnt)) {
|
||||||
v_ret = v_ret +"보고안건 "+p_endmtrCnt+"건, 심의안건 "+p_dlbrtmtrCnt+"건";
|
v_ret = v_ret +"보고안건 "+p_endmtrCnt+"건, 심의안건 "+p_dlbrtmtrCnt+"건";
|
||||||
}else if (!"0".equals(p_endmtrCnt)) {
|
}else if (!"0".equals(p_endmtrCnt)) {
|
||||||
@ -7078,6 +7086,7 @@ v_ret = this.receiverHeader();
|
|||||||
}else {
|
}else {
|
||||||
v_ret = v_ret +"심의안건 "+p_dlbrtmtrCnt+"건";
|
v_ret = v_ret +"심의안건 "+p_dlbrtmtrCnt+"건";
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
v_ret = v_ret +")";
|
v_ret = v_ret +")";
|
||||||
|
|
||||||
|
|||||||
@ -1794,6 +1794,60 @@ function nanumCallTest(no, nanumSubject, officeGubun, officeDept){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//일반기안 띄우기
|
||||||
|
function nanumCallGeneral(p_jobID, nanumSubject){
|
||||||
|
|
||||||
|
if(confirm(nanumSubject + " 등록하시겠습니까?")){
|
||||||
|
var url = "";
|
||||||
|
$("#typeNanum").val("S");
|
||||||
|
$("#jobID").val(p_jobID);
|
||||||
|
$("#nanumCaseGubun").val($("#caseGubun").val());
|
||||||
|
var param = jQuery('#nanumFrm').serialize();
|
||||||
|
//url = "/gtm/case/ajax/SanctnhistoryInsNew.do";
|
||||||
|
url = "/gtm/newcase/ajax/SanctnhistoryInsNewGeneral.do";
|
||||||
|
|
||||||
|
XHR2(url, param, function(r){ //C_SANCTNHISTORY 에 데이터 생성
|
||||||
|
|
||||||
|
if (!r.gwId){
|
||||||
|
alert('G/W 연동 기안문 작성을 위해서는 G/W아이디가 필요합니다.\n담당자 관리 개인정보 수정 화면에서 G/W아이디를 넣어주세요! ');
|
||||||
|
}else {
|
||||||
|
|
||||||
|
//alert(r.gwId);
|
||||||
|
//alert(r.data0.docId);
|
||||||
|
|
||||||
|
|
||||||
|
//$("#nanumViewFrm #compSeqView").val('1000');
|
||||||
|
//$("#nanumViewFrm #approKeyView").val(r.data0.docId);
|
||||||
|
//$("#approKeyView").val('H20241120063050');
|
||||||
|
|
||||||
|
//$("#docIdImsi").val(r.data.docId);
|
||||||
|
$("#nanumViewFrm #formIdView").val(r.data0.docId);
|
||||||
|
//$("#nanumViewFrm #modView").val('w'); //작성 고정
|
||||||
|
|
||||||
|
//$("#approKeyImsi").val(r.data2.docId); //외부시스템 연동키 외부시스템 연동키
|
||||||
|
$("#nanumViewFrm #loginIdView").val('test04'); //그룹웨어로그인아이디
|
||||||
|
$("#nanumViewFrm #loginIdView").val('admin'); //그룹웨어로그인아이디
|
||||||
|
$("#nanumViewFrm #loginIdView").val(r.gwId); //그룹웨어로그인아이디
|
||||||
|
|
||||||
|
//$("#nanumViewFrm #subjectStrView").val(r.title); //그룹웨어로그인아이디
|
||||||
|
//$("#nanumViewFrm #contentsStrView").val(r.contents);
|
||||||
|
|
||||||
|
//$("#subjectStrImsi").val(r.title); //그룹웨어로그인아이디
|
||||||
|
//$("#contentsStrImsi").val(r.contents); //그룹웨어로그인아이디
|
||||||
|
|
||||||
|
var f = document.nanumViewFrm;
|
||||||
|
f.action = $("#nanumViewFrm #gwCallUrlView").val();
|
||||||
|
f.target = "_blank";
|
||||||
|
f.submit();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
location.reload();
|
||||||
|
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<!-- 나눔폼 -->
|
<!-- 나눔폼 -->
|
||||||
<form name="nanumFrm" id="nanumFrm" action="" method="post">
|
<form name="nanumFrm" id="nanumFrm" action="" method="post">
|
||||||
@ -1905,6 +1959,7 @@ function nanumCallTest(no, nanumSubject, officeGubun, officeDept){
|
|||||||
<button type="button" class="btn-default btn btn_text btn_36 orange_border 4101000000-5706000000" style="display: none;" onclick="nanumCallTest('22', '공정위 종료사실 보고', '4101000000', '5706000000');">본부 약관심사과 TEST</button>
|
<button type="button" class="btn-default btn btn_text btn_36 orange_border 4101000000-5706000000" style="display: none;" onclick="nanumCallTest('22', '공정위 종료사실 보고', '4101000000', '5706000000');">본부 약관심사과 TEST</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
|
<button type="button" class="btn-default btn btn_text btn_36 blue_border fl" onclick="nanumCallGeneral('5', '협의회 종료통지(사무소별)');">협의회 종료통지(사무소별)</button>
|
||||||
<select name="nanumHisDelSel" id="nanumHisDelSel" class="fr">
|
<select name="nanumHisDelSel" id="nanumHisDelSel" class="fr">
|
||||||
<option value="">선택</option>
|
<option value="">선택</option>
|
||||||
</select>
|
</select>
|
||||||
@ -1941,6 +1996,7 @@ function nanumCallTest(no, nanumSubject, officeGubun, officeDept){
|
|||||||
<button type="button" class="btn-default btn btn_text btn_36 orange_border 4101000000-5706000000" style="display: none;" onclick="nanumCall('22', '공정위 종료사실 보고', '4101000000', '5706000000');">본부 약관심사과</button>
|
<button type="button" class="btn-default btn btn_text btn_36 orange_border 4101000000-5706000000" style="display: none;" onclick="nanumCall('22', '공정위 종료사실 보고', '4101000000', '5706000000');">본부 약관심사과</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
|
<button type="button" class="btn-default btn btn_text btn_36 blue_border fl" onclick="nanumCallGeneral('5', '협의회 종료통지(사무소별)');">협의회 종료통지(사무소별)</button>
|
||||||
<select name="nanumHisDelSel" id="nanumHisDelSel" class="fr">
|
<select name="nanumHisDelSel" id="nanumHisDelSel" class="fr">
|
||||||
<option value="">선택</option>
|
<option value="">선택</option>
|
||||||
</select>
|
</select>
|
||||||
@ -2674,3 +2730,21 @@ $.Document
|
|||||||
<input type="file" name="upFile10" id="upFile_10" class="essential temp-file-hideen" onchange="fileTempUp(this, '4827000000');" required title="첨부파일" value="" style="ime-mode: disabled;" >
|
<input type="file" name="upFile10" id="upFile_10" class="essential temp-file-hideen" onchange="fileTempUp(this, '4827000000');" required title="첨부파일" value="" style="ime-mode: disabled;" >
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
<!-- 비즈박스 그룹웨어 연동 폼 -->
|
||||||
|
<form name="nanumViewFrm" id="nanumViewFrm" action="" method="post">
|
||||||
|
<!-- 비즈박스 그룹웨어 callurl -->
|
||||||
|
<input type="hidden" id="gwCallUrlView" name="gwCallUrl" value="https://gw.kofair.or.kr/gw/outProcessLogOn.do"/>
|
||||||
|
|
||||||
|
<input type="hidden" id="compSeqView" name="compSeq" value=""/>
|
||||||
|
<input type="hidden" id="approKeyView" name="approKey" value=""/>
|
||||||
|
<input type="hidden" id="formIdView" name="formId" value=""/>
|
||||||
|
<input type="hidden" id="fileKeyView" name="fileKey" value=""/>
|
||||||
|
<input type="hidden" id="loginIdView" name="loginId" value=""/>
|
||||||
|
<input type="hidden" id="modView" name="mod" value=""/>
|
||||||
|
|
||||||
|
<input type="hidden" id="subjectStrView" name="subjectStr" value=""/>
|
||||||
|
<input type="hidden" id="contentsStrView" name="contentsStr" value=""/>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
<!-- 나눔폼 끝 -->
|
||||||
Loading…
Reference in New Issue
Block a user