2024-12-17 11:56 g/w 기안문 수정

This commit is contained in:
myname 2024-12-17 11:56:37 +09:00
parent 3cab2df258
commit 84a8db7fe2
2 changed files with 118 additions and 8 deletions

View File

@ -1250,7 +1250,7 @@ public class GwBaseController {
|| "5-2".equals(p_jobID) //약관거래 - 0205000000
|| "6-2".equals(p_jobID) //대리점거래 - 0206000000
) { //하도급 접수사실통지(신청인)
v_ret = this.makeXBY2(p_data1, p_caseApplcntData, p_caseRespondentData, p_jobID);
v_ret = this.makeXBY2(p_data1, p_caseApplcntData, p_caseRespondentData, p_jobID, p_title);
}else if (false
|| "1-4".equals(p_jobID) //공정거래 - 0201000000
@ -1260,7 +1260,7 @@ public class GwBaseController {
|| "5-4".equals(p_jobID) //약관거래 - 0205000000
|| "6-4".equals(p_jobID) //대리점거래 - 0206000000
) { //하도급 조정신청 접수사실 통지 신청서 보완 요구(신청인)
v_ret = this.makeXBY4(p_data1, p_caseApplcntData, p_caseRespondentData, p_jobID);
v_ret = this.makeXBY4(p_data1, p_caseApplcntData, p_caseRespondentData, p_jobID, p_title);
}else if (false
|| "1-40".equals(p_jobID) //공정거래 - 0201000000
@ -1291,7 +1291,7 @@ public class GwBaseController {
|| "5-3".equals(p_jobID) //약관거래 - 0205000000
|| "6-3".equals(p_jobID) //대리점거래 - 0206000000
) { //하도급 접수사실통지(피신청인)
v_ret = this.makeXBY3(p_data1, p_caseApplcntData, p_caseRespondentData, p_jobID);
v_ret = this.makeXBY3(p_data1, p_caseApplcntData, p_caseRespondentData, p_jobID, p_title);
}else if (false
|| "1-5".equals(p_jobID) //공정거래 - 0201000000
@ -1301,7 +1301,7 @@ public class GwBaseController {
|| "5-5".equals(p_jobID) //약관거래 - 0205000000
|| "6-5".equals(p_jobID) //대리점거래 - 0206000000
) { //하도급 조정신청 접수사실 통지 자료제출 요구(피신청인)
v_ret = this.makeXBY5(p_data1, p_caseApplcntData, p_caseRespondentData, p_jobID);
v_ret = this.makeXBY5(p_data1, p_caseApplcntData, p_caseRespondentData, p_jobID, p_title);
}else if (false
|| "1-6".equals(p_jobID) //공정거래 - 0201000000
@ -1693,7 +1693,8 @@ public class GwBaseController {
EgovMap p_data1,
List<?> p_caseApplcntData,
List<?> p_caseRespondentData,
String p_jobID
String p_jobID,
String p_title
) {
String v_ret = "";
@ -1764,7 +1765,27 @@ public class GwBaseController {
v_ret = v_ret +"<br/>";
v_ret = v_ret +"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2. 일반현황표 1부. 끝.";
}
//관인
v_ret = v_ret +"<br/><br/><br/><br/><br/>";
v_ret = v_ret + this.TableHeaderWithBorderNAlign("0","center");
String[] s_Arr_21 = {"한국공정거래조정원"};
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_21,"24");
//String[] s_Arr_22 = {p_data1.get("caseGubunNm").toString()};
String[] s_Arr_22 = {p_title};
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_22,"24");
String[] s_Arr_24 = {""};
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret + this.TableFooter();
v_ret = v_ret + this.bodyFooter();
@ -1781,7 +1802,8 @@ public class GwBaseController {
EgovMap p_data1,
List<?> p_caseApplcntData,
List<?> p_caseRespondentData,
String p_jobID
String p_jobID,
String p_title
) {
String v_ret = "";
@ -2107,6 +2129,26 @@ public class GwBaseController {
v_ret = v_ret +"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2. 일반현황표 1부. 끝.";
}
//관인
v_ret = v_ret +"<br/><br/><br/><br/><br/>";
v_ret = v_ret + this.TableHeaderWithBorderNAlign("0","center");
String[] s_Arr_21 = {"한국공정거래조정원"};
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_21,"24");
//String[] s_Arr_22 = {p_data1.get("caseGubunNm").toString()};
String[] s_Arr_22 = {p_title};
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_22,"24");
String[] s_Arr_24 = {""};
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret + this.TableFooter();
v_ret = v_ret + this.bodyFooter();
@ -2284,7 +2326,8 @@ public class GwBaseController {
EgovMap p_data1,
List<?> p_caseApplcntData,
List<?> p_caseRespondentData,
String p_jobID
String p_jobID,
String p_title
) {
String v_ret = "";
@ -2387,6 +2430,27 @@ public class GwBaseController {
v_ret = v_ret +"3. 이 분쟁사건의 사실 확인을 위하여 「독점규제 및 공정거래에 관한 법률(이하 ‘공정거래법’이라 합니다)」 제77조 제2항의 규정에 따라 다음과 같이 자료 제출을 요구하오니 기한 내에 제출하여 주시기 바랍니다.";
}
//관인
v_ret = v_ret +"<br/><br/><br/><br/><br/>";
v_ret = v_ret + this.TableHeaderWithBorderNAlign("0","center");
String[] s_Arr_21 = {"한국공정거래조정원"};
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_21,"24");
//String[] s_Arr_22 = {p_data1.get("caseGubunNm").toString()};
String[] s_Arr_22 = {p_title};
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_22,"24");
String[] s_Arr_24 = {""};
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret + this.TableFooter();
v_ret = v_ret + this.bodyFooter();
}catch(Exception ex) {
@ -2402,7 +2466,8 @@ public class GwBaseController {
EgovMap p_data1,
List<?> p_caseApplcntData,
List<?> p_caseRespondentData,
String p_jobID
String p_jobID,
String p_title
) {
String v_ret = "";
@ -2647,6 +2712,27 @@ public class GwBaseController {
v_ret = v_ret +"3. 이 분쟁사건의 사실 확인을 위하여 「독점규제 및 공정거래에 관한 법률(이하 ‘공정거래법’이라 합니다)」 제77조 제2항의 규정에 따라 다음과 같이 자료 제출을 요구하오니 기한 내에 제출하여 주시기 바랍니다.";
}
//관인
v_ret = v_ret +"<br/><br/><br/><br/><br/>";
v_ret = v_ret + this.TableHeaderWithBorderNAlign("0","center");
String[] s_Arr_21 = {"한국공정거래조정원"};
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_21,"24");
//String[] s_Arr_22 = {p_data1.get("caseGubunNm").toString()};
String[] s_Arr_22 = {p_title};
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_22,"24");
String[] s_Arr_24 = {""};
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret +this.makeTrTdWithFontNoBorder(s_Arr_24,"24");
v_ret = v_ret + this.TableFooter();
v_ret = v_ret + this.bodyFooter();
}catch(Exception ex) {

View File

@ -3501,32 +3501,56 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
if (jobID=='1-76' //공정 당사자 통지
|| jobID=='1-6' //공정 접수 통지
|| jobID=='1-2' //접수 통지(신청인)
|| jobID=='1-4' //보완요구(신청인)
|| jobID=='1-3' //접수 통지(피신청인)
|| jobID=='1-5' //자료요구(피신청인)
){
//alert("340");
$("#nanumViewFrm #formIdView").val('340'); //공정 관인
}else if (jobID=='2-76'
|| jobID=='2-6' //접수 통지
|| jobID=='2-2' //접수 통지(신청인)
|| jobID=='2-4' //보완요구(신청인)
|| jobID=='2-3' //접수 통지(피신청인)
|| jobID=='2-5' //자료요구(피신청인)
){
$("#nanumViewFrm #formIdView").val('341'); //가맹 관인
}else if (jobID=='3-76'
|| jobID=='3-6' //접수 통지
|| jobID=='3-2' //접수 통지(신청인)
|| jobID=='3-4' //보완요구(신청인)
|| jobID=='3-3' //접수 통지(피신청인)
|| jobID=='3-5' //자료요구(피신청인)
){
$("#nanumViewFrm #formIdView").val('342'); //하도급 관인
}else if (jobID=='4-76'
|| jobID=='4-6' //접수 통지
|| jobID=='4-2' //접수 통지(신청인)
|| jobID=='4-4' //보완요구(신청인)
|| jobID=='4-3' //접수 통지(피신청인)
|| jobID=='4-5' //자료요구(피신청인)
){
$("#nanumViewFrm #formIdView").val('343'); //대규모 관인
}else if (jobID=='5-76'
|| jobID=='5-6' //접수 통지
|| jobID=='5-2' //접수 통지(신청인)
|| jobID=='5-4' //보완요구(신청인)
|| jobID=='5-3' //접수 통지(피신청인)
|| jobID=='5-5' //자료요구(피신청인)
){
$("#nanumViewFrm #formIdView").val('344'); //약관 관인
}else if (jobID=='6-76'
|| jobID=='6-6' //접수 통지
|| jobID=='6-2' //접수 통지(신청인)
|| jobID=='6-4' //보완요구(신청인)
|| jobID=='6-3' //접수 통지(피신청인)
|| jobID=='6-5' //자료요구(피신청인)
){
$("#nanumViewFrm #formIdView").val('345'); //대리점 관인