2024-11-26 19:14 묶음 기안
This commit is contained in:
parent
8c2ed24b9a
commit
14ec097e3a
@ -137,6 +137,14 @@ public class GwBaseController {
|
||||
|| "5-4".equals(s_jobID) //약관거래 - 0205000000
|
||||
|| "6-4".equals(s_jobID) //대리점거래 - 0206000000
|
||||
|
||||
//접수사실통지 & 보완요구(신청인) - 통보 1-41,1-42,1-43,1-44,1-45
|
||||
|| s_jobID.indexOf("1-4")>-1 //공정거래 - 0201000000
|
||||
|| s_jobID.indexOf("2-4")>-1 //가맹점사업거래 - 0202000000
|
||||
|| s_jobID.indexOf("3-4")>-1 //하도급거래 - 0203000000
|
||||
|| s_jobID.indexOf("4-4")>-1 //대규모유통거래 - 0204000000
|
||||
|| s_jobID.indexOf("5-4")>-1 //약관거래 - 0205000000
|
||||
|| s_jobID.indexOf("6-4")>-1 //대리점거래 - 0206000000
|
||||
|
||||
//접수사실통지(피신청인)
|
||||
|| "1-3".equals(s_jobID) //공정거래 - 0201000000
|
||||
|| "2-3".equals(s_jobID) //가맹점사업거래 - 0202000000
|
||||
@ -167,7 +175,23 @@ public class GwBaseController {
|
||||
|| "3-7".equals(s_jobID) //하도급거래 - 0203000000
|
||||
|| "4-7".equals(s_jobID) //대규모유통거래 - 0204000000
|
||||
|| "5-7".equals(s_jobID) //약관거래 - 0205000000
|
||||
|| "6-7".equals(s_jobID) //대리점거래 - 0206000000
|
||||
|| "6-7".equals(s_jobID) //대리점거래 - 0206000000
|
||||
|
||||
//접수사실통지 & 보완요구(신청인) 2차
|
||||
|| "1-9".equals(s_jobID) //공정거래 - 0201000000
|
||||
|| "2-9".equals(s_jobID) //가맹점사업거래 - 0202000000
|
||||
|| "3-9".equals(s_jobID) //하도급거래 - 0203000000
|
||||
|| "4-9".equals(s_jobID) //대규모유통거래 - 0204000000
|
||||
|| "5-9".equals(s_jobID) //약관거래 - 0205000000
|
||||
|| "6-9".equals(s_jobID) //대리점거래 - 0206000000
|
||||
|
||||
//접수사실통지 & 자료제출(신청인) 2차
|
||||
|| "1-10".equals(s_jobID) //공정거래 - 0201000000
|
||||
|| "2-10".equals(s_jobID) //가맹점사업거래 - 0202000000
|
||||
|| "3-10".equals(s_jobID) //하도급거래 - 0203000000
|
||||
|| "4-10".equals(s_jobID) //대규모유통거래 - 0204000000
|
||||
|| "5-10".equals(s_jobID) //약관거래 - 0205000000
|
||||
|| "6-10".equals(s_jobID) //대리점거래 - 0206000000
|
||||
) {
|
||||
|
||||
//사건 신청인
|
||||
@ -501,6 +525,9 @@ public class GwBaseController {
|
||||
|
||||
}else if ("3-4".equals(p_jobID)) { //하도급 조정신청 접수사실 통지 및 신청서 보완 요구(신청인)
|
||||
v_ret = this.makeXBY4(p_data1, p_caseApplcntData, p_caseRespondentData);
|
||||
|
||||
}else if ("3-41".equals(p_jobID)) { //하도급 1차 추가통지
|
||||
v_ret = this.makeXBY4(p_data1, p_caseApplcntData, p_caseRespondentData);
|
||||
|
||||
}else if ("3-3".equals(p_jobID)) { //하도급 접수사실통지(피신청인)
|
||||
v_ret = this.makeXBY3(p_data1, p_caseApplcntData, p_caseRespondentData);
|
||||
@ -522,6 +549,28 @@ public class GwBaseController {
|
||||
){ //하도급 출석요구
|
||||
v_ret = this.makeXBY7(p_data1, p_caseApplcntData, p_caseRespondentData, p_jobID, 1);
|
||||
|
||||
}else if (false
|
||||
//보완요구 2차
|
||||
|| "1-9".equals(p_jobID) //공정거래 - 0201000000
|
||||
|| "2-9".equals(p_jobID) //가맹점사업거래 - 0202000000
|
||||
|| "3-9".equals(p_jobID) //하도급거래 - 0203000000
|
||||
|| "4-9".equals(p_jobID) //대규모유통거래 - 0204000000
|
||||
|| "5-9".equals(p_jobID) //약관거래 - 0205000000
|
||||
|| "6-9".equals(p_jobID) //대리점거래 - 0206000000
|
||||
){ //하도급 출석요구
|
||||
v_ret = this.makeXBY9(p_data1, p_caseApplcntData, p_caseRespondentData, p_jobID, 2);
|
||||
|
||||
}else if (false
|
||||
//자료제출 2차
|
||||
|| "1-10".equals(p_jobID) //공정거래 - 0201000000
|
||||
|| "2-10".equals(p_jobID) //가맹점사업거래 - 0202000000
|
||||
|| "3-10".equals(p_jobID) //하도급거래 - 0203000000
|
||||
|| "4-10".equals(p_jobID) //대규모유통거래 - 0204000000
|
||||
|| "5-10".equals(p_jobID) //약관거래 - 0205000000
|
||||
|| "6-10".equals(p_jobID) //대리점거래 - 0206000000
|
||||
){ //하도급 출석요구
|
||||
v_ret = this.makeXBY10(p_data1, p_caseApplcntData, p_caseRespondentData, p_jobID, 2);
|
||||
|
||||
}
|
||||
|
||||
}catch(Exception ex) {
|
||||
@ -782,7 +831,7 @@ public class GwBaseController {
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"4. 우리 협의회가 귀사(하)에게 통지하는 문서 중 조정절차 종료사실에 관한 문서는 우리 원 「온라인분쟁조정시스템」(fairnet.kofair.or.kr)으로 통지됨을 알려 드립니다.";
|
||||
v_ret = v_ret +this.makeApplcntsConnInfo(p_data1);
|
||||
v_ret = v_ret +this.makeRespondentConnInfo(p_data1);
|
||||
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
@ -986,7 +1035,7 @@ public class GwBaseController {
|
||||
v_ret = v_ret +"피신청인: "+this.makeRespondent(p_caseRespondentData);
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"1."+this.makeExaminer(p_data1);
|
||||
v_ret = v_ret +"1."+this.makeTeam(p_data1);
|
||||
|
||||
|
||||
/*
|
||||
@ -1013,13 +1062,13 @@ public class GwBaseController {
|
||||
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"가. 출석일시: 202o. oo. oo.(수) oo:oo";
|
||||
v_ret = v_ret +"<span></span>가. 출석일시: 202o. oo. oo.(수) oo:oo";
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"나. 출석장소: 한국공정거래조정원";
|
||||
v_ret = v_ret +"<span> </span>나. 출석장소: 한국공정거래조정원";
|
||||
v_ret = v_ret +"<br/>";
|
||||
v_ret = v_ret +"[서울 중구 세종대로 39, 9층(남대문로4가, 상공회의소회관)]";
|
||||
v_ret = v_ret +"<p> </p>[서울 중구 세종대로 39, 9층(남대문로4가, 상공회의소회관)]";
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"다. 출석대상";
|
||||
v_ret = v_ret +"<p></p>다. 출석대상";
|
||||
v_ret = v_ret +"<br/>";
|
||||
v_ret = v_ret +" ㅇ 신 청 인 측: 대표이사";
|
||||
v_ret = v_ret +"<br/>";
|
||||
@ -1060,6 +1109,221 @@ public class GwBaseController {
|
||||
return v_ret;
|
||||
}
|
||||
|
||||
//STEP3.통지 - 접수사실 통지 및 보완요구2차(신청인)
|
||||
private String makeXBY9(
|
||||
EgovMap p_data1,
|
||||
List<?> p_caseApplcntData,
|
||||
List<?> p_caseRespondentData,
|
||||
String p_jobID,
|
||||
int p_cnt //요구회차
|
||||
) {
|
||||
String v_ret = "";
|
||||
|
||||
try {
|
||||
v_ret = this.receiverHeader();
|
||||
|
||||
//수신영역
|
||||
{
|
||||
v_ret = v_ret + "수신자 " + this.makeApplcnt(p_caseApplcntData) + "<br/>"+
|
||||
"(경유)<br/>"+
|
||||
"제목 <b>신청내용 보완요구("+p_data1.get("caseNo").toString()+" )</b>";
|
||||
if (p_cnt>1) {
|
||||
v_ret = v_ret +"("+Integer.toString(p_cnt)+"차)";
|
||||
}
|
||||
v_ret = v_ret +"<br/>";
|
||||
}
|
||||
|
||||
v_ret = v_ret + this.receiverHeader();
|
||||
|
||||
|
||||
//하단본문영역
|
||||
v_ret = v_ret + this.bodyHeader();
|
||||
v_ret = v_ret +"사건번호: "+p_data1.get("caseNo").toString();
|
||||
v_ret = v_ret +"<br/>";
|
||||
v_ret = v_ret +"신 청 인: "+this.makeApplcnt(p_caseApplcntData);
|
||||
v_ret = v_ret +"<br/>";
|
||||
v_ret = v_ret +"피신청인: "+this.makeRespondent(p_caseRespondentData);
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"1."+this.makeTeam(p_data1);
|
||||
|
||||
/*
|
||||
* //보완요구2차
|
||||
|| "1-9".equals(p_jobID) //공정거래 - 0201000000
|
||||
|| "2-9".equals(p_jobID) //가맹점사업거래 - 0202000000
|
||||
|| "3-9".equals(p_jobID) //하도급거래 - 0203000000
|
||||
|| "4-9".equals(p_jobID) //대규모유통거래 - 0204000000
|
||||
|| "5-9".equals(p_jobID) //약관거래 - 0205000000
|
||||
|| "6-9".equals(p_jobID) //대리점거래 - 0206000000
|
||||
){ //하도급 보완요구
|
||||
*/
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"2. 위 분쟁사건의 조정절차 진행을 위하여 ";
|
||||
if ("2-9".equals(p_data1)) {
|
||||
v_ret = v_ret +"「가맹사업거래의 공정화에 관한 법률(이하 ‘가맹사업법’이라 합니다)」 시행령 제21조 제1항의 규정에 따라 ";
|
||||
|
||||
}else {
|
||||
v_ret = v_ret +"관련 규정에 따라 ";
|
||||
}
|
||||
v_ret = v_ret +"위 1과 같이 신청내용 보완을 요구하였으나, 기한 내 보완이 이루어지지 않아 다음과 같이 신청내용 보완을 다시 요구하오니 제출기한 내에 제출하여 주시기 바랍니다.";
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"가. 보완요청내용: 붙임 접수사실 통지 및 신청내용 보완 요구 공문";
|
||||
v_ret = v_ret +"<br/>";
|
||||
v_ret = v_ret +"나. 제출기한: 2023. 11. 20.(월)까지";
|
||||
v_ret = v_ret +"<br/>";
|
||||
v_ret = v_ret +"다. 제출방법: 등기우편, 전자우편, 온라인분쟁조정시스템(fairnet.kofair.or.kr)";
|
||||
v_ret = v_ret +"<br/>";
|
||||
v_ret = v_ret +"라. 제 출 처: 한국공정거래조정원 분쟁조정 1실 가맹유통플랫폼팀";
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"3. 만일 위 보완 요구에 대하여 정당한 사유 없이 2회 이상 응하지 아니할 경우에는 ";
|
||||
if ("2-9".equals(p_data1)) {
|
||||
v_ret = v_ret +"가맹사업법 제23조 제4항의 규정에 따라 ";
|
||||
|
||||
}else {
|
||||
v_ret = v_ret +"관련 규정에 따라 ";
|
||||
}
|
||||
v_ret = v_ret +"조정절차가 종료될 수 있음을 알려드립니다. ";
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"4. 제출하신 보완서는 원만한 조정절차의 진행을 위하여 피신청인에게 공개될 수 있으나 보완서에 첨부하신 증빙자료 및 기업정보에 한하여 비공개를 원하는 자료가 있다면 해당 자료에 “비공개” 표시(견출지 등으로 표시)하여 주시기 바랍니다.";
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"5. 우리 협의회가 귀사(하)에게 통지하는 문서 중 조정절차 종료사실에 관한 문서는 우리 원 「온라인분쟁조정시스템」(fairnet.kofair.or.kr)으로 통지됨을 알려 드립니다.";
|
||||
v_ret = v_ret +this.makeApplcntsConnInfo(p_data1);
|
||||
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"6. 만약 온라인분쟁조정시스템을 통한 문서 통지를 원하지 않으면 담당 조사관에게 개별적으로 문의하여 주시기 바라며, 원하시는 경우 본 시스템을 통해 조정절차 진행상황 확인, 조정절차 관련 자료 제출 등의 기능도 이용할 수 있으니 적극 활용하여 주시기 바랍니다.";
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"7. 참고로 귀사(하)가 본 내용을 임의로 제3자에게 제공할 경우 분쟁당사자 상대방의 기업비밀 등이 공개되어 피해가 발생할 수 있으니 주의를 부탁드립니다.";
|
||||
|
||||
//붙임
|
||||
//v_ret = v_ret +"<br/><br/>";
|
||||
//v_ret = v_ret +"붙임: 1. 분쟁조정 신청사건 처리안내 1부.";
|
||||
//v_ret = v_ret +"<br/>";
|
||||
//v_ret = v_ret +" 2. 일반현황표 1부. 끝.";
|
||||
|
||||
v_ret = v_ret + this.bodyFooter();
|
||||
|
||||
}catch(Exception ex) {
|
||||
ex.printStackTrace();
|
||||
}
|
||||
|
||||
|
||||
return v_ret;
|
||||
}
|
||||
|
||||
//STEP3.통지 - 접수사실 통지 및 자료제출2차(피신청인)
|
||||
private String makeXBY10(
|
||||
EgovMap p_data1,
|
||||
List<?> p_caseApplcntData,
|
||||
List<?> p_caseRespondentData,
|
||||
String p_jobID,
|
||||
int p_cnt //요구회차
|
||||
) {
|
||||
String v_ret = "";
|
||||
|
||||
try {
|
||||
v_ret = this.receiverHeader();
|
||||
|
||||
//수신영역
|
||||
{
|
||||
v_ret = v_ret + "수신자 " + this.makeRespondent(p_caseRespondentData) + "<br/>"+
|
||||
"(경유)<br/>"+
|
||||
"제목 <b>자료제출 요구("+p_data1.get("caseNo").toString()+" )</b>";
|
||||
if (p_cnt>1) {
|
||||
v_ret = v_ret +"("+Integer.toString(p_cnt)+"차)";
|
||||
}
|
||||
v_ret = v_ret +"<br/>";
|
||||
}
|
||||
|
||||
v_ret = v_ret + this.receiverHeader();
|
||||
|
||||
|
||||
//하단본문영역
|
||||
v_ret = v_ret + this.bodyHeader();
|
||||
v_ret = v_ret +"사건번호: "+p_data1.get("caseNo").toString();
|
||||
v_ret = v_ret +"<br/>";
|
||||
v_ret = v_ret +"신 청 인: "+this.makeApplcnt(p_caseApplcntData);
|
||||
v_ret = v_ret +"<br/>";
|
||||
v_ret = v_ret +"피신청인: "+this.makeRespondent(p_caseRespondentData);
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"1."+this.makeTeam(p_data1);
|
||||
|
||||
/*
|
||||
* //보완요구2차
|
||||
|| "1-9".equals(p_jobID) //공정거래 - 0201000000
|
||||
|| "2-9".equals(p_jobID) //가맹점사업거래 - 0202000000
|
||||
|| "3-9".equals(p_jobID) //하도급거래 - 0203000000
|
||||
|| "4-9".equals(p_jobID) //대규모유통거래 - 0204000000
|
||||
|| "5-9".equals(p_jobID) //약관거래 - 0205000000
|
||||
|| "6-9".equals(p_jobID) //대리점거래 - 0206000000
|
||||
){ //하도급 보완요구
|
||||
*/
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"2. 위 분쟁사건의 조정절차 진행을 위하여 ";
|
||||
if ("2-10".equals(p_data1)) {
|
||||
v_ret = v_ret +"「가맹사업거래의 공정화에 관한 법률(이하 ‘가맹사업법’이라 합니다)」 제23조 제6항의 규정에 따라 ";
|
||||
|
||||
}else {
|
||||
v_ret = v_ret +"관련 규정에 따라 ";
|
||||
}
|
||||
v_ret = v_ret +"위 1과 같이 자료 제출을 요구하였으나, 기한 내 제출이 이루어지지 않아 다음과 같이 자료 제출을 다시 요구하오니 기한 내에 제출하여 주시기 바랍니다.";
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"가. 보완요청내용: 붙임 접수사실 통지 및 자료제출 요구 공문";
|
||||
v_ret = v_ret +"<br/>";
|
||||
v_ret = v_ret +"나. 제출기한: 2023. 11. 20.(월)까지";
|
||||
v_ret = v_ret +"<br/>";
|
||||
v_ret = v_ret +"다. 제출방법: 등기우편, 전자우편, 모사전송, 온라인분쟁조정시스템(fairnet.kofair.or.kr)";
|
||||
v_ret = v_ret +"<br/>";
|
||||
v_ret = v_ret +"라. 제 출 처: 한국공정거래조정원 분쟁조정1실 가맹유통플랫폼팀";
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"3. 만일 이 자료 제출 요구에 응하지 아니할 경우에는 ";
|
||||
if ("2-10".equals(p_data1)) {
|
||||
v_ret = v_ret +"가맹사업법 제23조 제4항의 규정에 따라 ";
|
||||
|
||||
}else {
|
||||
v_ret = v_ret +"관련 규정에 따라 ";
|
||||
}
|
||||
v_ret = v_ret +"조정절차를 종료하고, 동 조 제5항의 규정에 따라 공정거래위원회에 보고하게 됨을 알려드립니다.";
|
||||
v_ret = v_ret +"<br/>";
|
||||
v_ret = v_ret +"※ ‘2. 나.’의 제출기한은 정당한 사유가 기재된 서면요청서를 제출하실 경우에 한하여 1회(7일)만 추가로 연장 가능함을 알려드립니다.";
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"4. 제출하신 답변서는 원만한 조정절차의 진행을 위하여 신청인에게 공개될 수 있으나 답변서에 첨부하신 증빙자료 및 기업정보에 한하여 비공개를 원하는 자료가 있다면 해당 자료에 “비공개” 표시(견출지 등으로 표시)하여 주시기 바랍니다.";
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"5. 우리 협의회가 귀사(하)에게 통지하는 문서 중 조정절차 종료사실에 관한 문서는 우리 원 「온라인분쟁조정시스템」(fairnet.kofair.or.kr)으로 통지됨을 알려 드립니다.";
|
||||
v_ret = v_ret +this.makeRespondentConnInfo(p_data1);
|
||||
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"6. 만약 온라인분쟁조정시스템을 통한 문서 통지를 원하지 않으면 담당 조사관에게 개별적으로 문의하여 주시기 바라며, 원하시는 경우 본 시스템을 통해 조정절차 진행상황 확인, 조정절차 관련 자료 제출 등의 기능도 이용할 수 있으니 적극 활용하여 주시기 바랍니다.";
|
||||
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"7. 참고로 귀사(하)가 본 내용을 임의로 제3자에게 제공할 경우 분쟁당사자 상대방의 기업비밀 등이 공개되어 피해가 발생할 수 있으니 주의를 부탁드립니다.";
|
||||
|
||||
//붙임
|
||||
v_ret = v_ret +"<br/><br/>";
|
||||
v_ret = v_ret +"붙임: 접수사실 통지 및 자료제출 요구 공문 사본 1부. 끝.";
|
||||
|
||||
v_ret = v_ret + this.bodyFooter();
|
||||
|
||||
}catch(Exception ex) {
|
||||
ex.printStackTrace();
|
||||
}
|
||||
|
||||
|
||||
return v_ret;
|
||||
}
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 2.정보 추출
|
||||
@ -1197,6 +1461,21 @@ public class GwBaseController {
|
||||
return v_ret;
|
||||
}
|
||||
|
||||
//조사관 정보
|
||||
private String makeTeam(EgovMap p_data1) {
|
||||
String v_ret = "0";
|
||||
|
||||
try {
|
||||
v_ret = "";
|
||||
v_ret = v_ret + " " + p_data1.get("timhderAssignNm").toString();//.." "공정거래팀 윤계상 조사관(02-6363-0000, abc@kofair.or.kr)";
|
||||
|
||||
}catch(Exception ex) {
|
||||
ex.printStackTrace();
|
||||
}
|
||||
|
||||
return v_ret;
|
||||
}
|
||||
|
||||
//신청인 접속 정보
|
||||
private String makeApplcntsConnInfo(EgovMap p_data1) {
|
||||
String v_ret = "0";
|
||||
|
||||
@ -186,6 +186,14 @@
|
||||
AND A.DEL_YN = 'N'
|
||||
AND A.RCEPT_NO IS NOT NULL
|
||||
AND A.CASE_END = 'N'
|
||||
|
||||
<if test="groupType == '3-1'">
|
||||
AND A.STATE_PRO = '0401000000'
|
||||
</if><if test="groupType == '3-11' or groupType == '3-12'">
|
||||
AND A.STATE_PRO = '0404000000'
|
||||
</if>
|
||||
|
||||
|
||||
<if test='memberPosition neq "0915000000"'>
|
||||
<choose>
|
||||
<when test="memberPosition eq '0910000000' or memberPosition eq '0903000000' or (memberPosition eq '0913000000' and memberDept eq '1010000000')">
|
||||
@ -334,6 +342,13 @@
|
||||
AND A.DEL_YN = 'N'
|
||||
AND A.RCEPT_NO IS NOT NULL
|
||||
AND A.CASE_END = 'N'
|
||||
|
||||
<if test="groupType == '3-1'">
|
||||
AND A.STATE_PRO = '0401000000'
|
||||
</if><if test="groupType == '3-11' or groupType == '3-12'">
|
||||
AND A.STATE_PRO = '0404000000'
|
||||
</if>
|
||||
|
||||
<if test='memberPosition neq "0915000000"'>
|
||||
<choose>
|
||||
<when test="memberPosition eq '0910000000' or memberPosition eq '0903000000' or (memberPosition eq '0913000000' and memberDept eq '1010000000')">
|
||||
|
||||
@ -178,7 +178,7 @@ function clipCall(crfNm){
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</form:form>
|
||||
|
||||
|
||||
<%-- <div style="font-size: 1.1em; margin-bottom: 15px">현재 처리중인 사건은 총 <c:out value="${pageMaker.totalCount}"/>건입니다.</div> --%>
|
||||
<div class="form-wrap">
|
||||
@ -186,6 +186,9 @@ function clipCall(crfNm){
|
||||
<table>
|
||||
<caption>분쟁사건에 대한 처리관리 목록화면 입니다.</caption>
|
||||
<colgroup>
|
||||
<c:if test="${groupType != '' and not empty groupType}">
|
||||
<col class="title7">
|
||||
</c:if>
|
||||
<col class="title10">
|
||||
<col class="title7">
|
||||
<col class="title7">
|
||||
@ -203,6 +206,9 @@ function clipCall(crfNm){
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<c:if test="${groupType != '' and not empty groupType}">
|
||||
<th scope="col" rowspan="2"><input type="checkbox" name="checkAll" id="checkAll" onclick="chkAll(this);" /><label for="checkAll"></label></th>
|
||||
</c:if>
|
||||
<th scope="col" rowspan="2">사건번호</th>
|
||||
<th scope="col" rowspan="2">현재단계</th>
|
||||
<th scope="col" rowspan="2">다음단계</th>
|
||||
@ -229,6 +235,13 @@ function clipCall(crfNm){
|
||||
<c:when test="${not empty data}">
|
||||
<c:forEach items="${data}" var="list" varStatus="status">
|
||||
<tr>
|
||||
<c:if test="${groupType != '' and not empty groupType}">
|
||||
<td>
|
||||
<input name="chk" class="${list.caseNo}"
|
||||
value="${list.caseNo}@${list.caseGubun}" title="Check" type="checkbox"/>
|
||||
</td>
|
||||
</c:if>
|
||||
|
||||
<td><a href="javascript:void(0);" onclick="goPage('TP_RCEPTEDIT', '${list.caseNo}')">${list.caseNo}</a></td>
|
||||
<td>${list.stateProNm}</td>
|
||||
<td>${list.stateProNext}</td>
|
||||
@ -349,8 +362,55 @@ function clipCall(crfNm){
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="table_top">
|
||||
|
||||
<!-- 검색영역 -->
|
||||
<div class="search_wrap">
|
||||
|
||||
|
||||
<div class="sch-content-wrap clear">
|
||||
<fieldset>
|
||||
<select name="groupType" id="groupType" class="sch-select" title="묶음기안 선택" onchange="goPage('search', '')">
|
||||
<option value="">선택</option>
|
||||
<option value="3-1" <c:if test="${groupType == '3-1'}">selected="selected"</c:if>>착수보고서</option>
|
||||
<option value="3-12" <c:if test="${groupType == '3-12'}">selected="selected"</c:if>>조사보고서</option>
|
||||
<option value="3-11" <c:if test="${groupType == '3-11'}">selected="selected"</c:if>>종료보고서</option>
|
||||
|
||||
</select>
|
||||
<button type="button" class="btn blue_border btn-page-sch" title="묶음기안 버튼" onclick="nanumListCall()">묶음기안하기</button>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- //검색영역 -->
|
||||
|
||||
</div>
|
||||
</form:form>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
//체크박스 전체 선택
|
||||
function chkAll(thisObj){
|
||||
$("input[name=chk]").prop("checked" , $(thisObj).is(":checked"));
|
||||
}
|
||||
|
||||
function nanumListCall(){
|
||||
|
||||
var p_no = $("#groupType").val();
|
||||
var p_caseNo = $("#groupType").val();
|
||||
|
||||
if('0201000000' == caseGubun){
|
||||
//공정
|
||||
if(p_no == '1'){ //착수보고
|
||||
jobNo = '1';
|
||||
codeNo = '5201000000';
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
function goPage(type, param){
|
||||
if(type == 'view'){
|
||||
$("#rceptNo").val(param);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user