2025-01-03 16:52 회의개최 통보 수정
This commit is contained in:
parent
eed14cb959
commit
89195da5c0
@ -2091,7 +2091,7 @@ public class GwBaseController {
|
||||
|| "5-21".equals(p_jobID) //약관거래 - 0205000000
|
||||
|| "6-21".equals(p_jobID) //대리점거래 - 0206000000
|
||||
){ //하도급 출석요구
|
||||
v_ret = this.makeXBY21(p_data1, p_dataA, p_caseApplcntData, p_caseRespondentData, p_jobID, 2);
|
||||
v_ret = this.makeXBY21(p_data1, p_dataA, p_dataB, p_jobID, 2);
|
||||
|
||||
}else if (false
|
||||
//추가안건상정-1차
|
||||
@ -4853,8 +4853,7 @@ v_ret = this.receiverHeader();
|
||||
private String makeXBY21(
|
||||
EgovMap p_data1,
|
||||
EgovMap p_dataA,
|
||||
List<?> p_caseApplcntData,
|
||||
List<?> p_caseRespondentData,
|
||||
List<?> p_dataB,
|
||||
String p_jobID,
|
||||
int p_cnt //요구회차
|
||||
) {
|
||||
@ -4865,9 +4864,9 @@ v_ret = this.receiverHeader();
|
||||
|
||||
//수신영역
|
||||
{
|
||||
v_ret = v_ret + "수신자 내부결재<br/>"+"(경유)<br/>";
|
||||
v_ret = v_ret + "수신자 수신자 참조<br/>"+"(경유)<br/>";
|
||||
//v_ret = v_ret + "제목 <b>" +p_data1.get("conferenceNames").toString()+" "+p_data1.get("conferenceGubunNm").toString()+" 안건 상정</b>";
|
||||
v_ret = v_ret + "제목 <b>" +p_dataA.get("conferenceNames").toString()+" 회의개최 통보</b>";
|
||||
v_ret = v_ret + "제목 <b>" +p_dataA.get("conferenceNames").toString()+" 회의개최 통지</b>";
|
||||
/*
|
||||
if (p_cnt>1) {
|
||||
v_ret = v_ret +"("+Integer.toString(p_cnt)+"차)";
|
||||
@ -4891,12 +4890,22 @@ v_ret = this.receiverHeader();
|
||||
v_ret = v_ret +"<br/><br/>가. 일 자: "+p_dataA.get("fixDay").toString()+"";
|
||||
v_ret = v_ret +"<br/>나. 장 소: "+p_dataA.get("conferencePlace").toString()+"";
|
||||
v_ret = v_ret +"<br/>다. 회의안건: 조정신청 사건 결과 보고(보고안건 ";
|
||||
v_ret = v_ret
|
||||
+(
|
||||
// Integer.parseInt(p_data1.get("endmtrCnt").toString())
|
||||
0+Integer.parseInt(p_data1.get("bigCnt1").toString())
|
||||
+Integer.parseInt(p_data1.get("bigCnt2").toString())
|
||||
+Integer.parseInt(p_data1.get("bigCnt3").toString())
|
||||
+Integer.parseInt(p_data1.get("bigCnt4").toString())
|
||||
+Integer.parseInt(p_data1.get("dlbrtmtrCnt").toString()))+"건";
|
||||
/*
|
||||
v_ret = v_ret +(Integer.parseInt(p_data1.get("endmtrCnt").toString())
|
||||
+Integer.parseInt(p_data1.get("bigCnt1").toString())
|
||||
+Integer.parseInt(p_data1.get("bigCnt2").toString())
|
||||
+Integer.parseInt(p_data1.get("bigCnt3").toString())
|
||||
+Integer.parseInt(p_data1.get("bigCnt4").toString())
|
||||
+Integer.parseInt(p_data1.get("dlbrtmtrCnt").toString()))+"건";
|
||||
*/
|
||||
v_ret = v_ret +")";
|
||||
|
||||
v_ret = v_ret +"<br/><br/>2. 참고로 위 1. 다.의 회의안건 중 「독점규제 및 공정거래에 관한 법률」 제75조의 규정에 따른 제척사유가 발생하였거나 당사자의 기피신청이 있는 경우에는 위원께서 제척·기피·회피 대상이 되실 수 있으니 사전에 확인하여 주시기 바랍니다.";
|
||||
@ -4940,6 +4949,8 @@ v_ret = this.receiverHeader();
|
||||
//v_ret = v_ret +"<br/><br/>붙임 1. 제2022-2차 하도급분쟁조정협의회 소회의 상정안건 1부.";
|
||||
//v_ret = v_ret +"<br/>2. 제2022-2차 소회의자료 1부. 끝.";
|
||||
|
||||
v_ret = v_ret + this.makeCfrncatndncNrecipient(p_dataB);
|
||||
|
||||
|
||||
v_ret = v_ret + this.bodyFooter();
|
||||
|
||||
|
||||
@ -2081,7 +2081,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
|
||||
alert('G/W 연동 기안문 작성을 위해서는 G/W아이디가 필요합니다.\n담당자 관리 개인정보 수정 화면에서 G/W아이디를 넣어주세요! ');
|
||||
}else {
|
||||
|
||||
if (jobID=='1-120' //회의안건상정
|
||||
if (jobID=='1-21' //회의개최통보
|
||||
|
||||
){
|
||||
|
||||
@ -2091,7 +2091,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
|
||||
$("#nanumViewFrm #formIdView").val('395'); //공정 관인 - 개발서버
|
||||
}
|
||||
|
||||
}else if (jobID=='2-120' //회의안건상정
|
||||
}else if (jobID=='2-21' //회의개최통보
|
||||
|
||||
){
|
||||
|
||||
@ -2102,7 +2102,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
|
||||
}
|
||||
|
||||
|
||||
}else if (jobID=='3-120' //회의안건상정
|
||||
}else if (jobID=='3-21' //회의개최통보
|
||||
|
||||
){
|
||||
$("#nanumViewFrm #formIdView").val('342'); //가맹 관인
|
||||
@ -2113,7 +2113,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
|
||||
$("#nanumViewFrm #formIdView").val('397'); //하도급 관인- 개발서버
|
||||
}
|
||||
|
||||
}else if (jobID=='4-120' //회의안건상정
|
||||
}else if (jobID=='4-21' //회의개최통보
|
||||
|
||||
){
|
||||
$("#nanumViewFrm #formIdView").val('343'); //가맹 관인
|
||||
@ -2124,7 +2124,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
|
||||
$("#nanumViewFrm #formIdView").val('398'); //대규모 관인- 개발서버
|
||||
}
|
||||
|
||||
}else if (jobID=='5-120' //회의안건상정
|
||||
}else if (jobID=='5-21' //회의개최통보
|
||||
|
||||
){
|
||||
$("#nanumViewFrm #formIdView").val('344'); //가맹 관인
|
||||
@ -2135,7 +2135,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
|
||||
$("#nanumViewFrm #formIdView").val('399'); //햑관 관인- 개발서버
|
||||
}
|
||||
|
||||
}else if (jobID=='6-120' //회의안건상정
|
||||
}else if (jobID=='6-21' //회의개최통보
|
||||
|
||||
){
|
||||
$("#nanumViewFrm #formIdView").val('345'); //가맹 관인
|
||||
|
||||
Loading…
Reference in New Issue
Block a user