2025-01-03 14:25 보완기일 최대값 21로 수정
This commit is contained in:
parent
7c185d012a
commit
84f27f5627
@ -4543,7 +4543,16 @@ function returnTerm(sdt,edt,gubun){
|
||||
data : JSON.stringify(data),
|
||||
success: function(response) {
|
||||
if(gubun == "appReqTerm"){
|
||||
//alert();
|
||||
|
||||
if(response*1 > 21){
|
||||
//신청인 보완기간은 최대 21일로 고정
|
||||
//appReqTerm = 21;
|
||||
$("#appReqTerm").val(21);
|
||||
}else{
|
||||
$("#appReqTerm").val(response);
|
||||
}
|
||||
|
||||
}else if(gubun == "stopReqTerm"){
|
||||
$("#stopReqTerm").val(response);
|
||||
}else if(gubun == "answerTerm"){
|
||||
@ -5131,7 +5140,7 @@ function docOpen(obj) {
|
||||
<button type="button" class="btn-default btn btn_text btn_36 blue_border fl" onclick="nanumCall('13', '조정절차 종료 및 협의회 제출(<c:out value="${masterData.caseNo }"/>)');">종료보고서 결재</button>
|
||||
<button type="button" class="btn-default btn btn_text btn_36 blue_border fl" onclick="nanumCall('14', '분쟁사건의 조사결과 보고 및 협의회 제출');">조사보고서 결재</button>
|
||||
<button type="button" class="btn-default btn btn_text btn_36 blue_border fl" onclick="nanumCall('18', '분쟁사건의 조사결과 보고 및 협의회 제출');">재심의 보고서 결재</button>
|
||||
<button type="button" class="btn-default btn btn_text btn_36 blue_border fl" id="acceptCheckOp" onclick="nanumCall('15', '분쟁조정협의회 조정안에 대한 수락 여부 조회');" >조정안 수락여부 조회</button>
|
||||
<button type="button" class="btn-default btn btn_text btn_36 blue_border fl" id="acceptCheckOp1" onclick="nanumCall('15', '분쟁조정협의회 조정안에 대한 수락 여부 조회');" >조정안 수락여부 조회</button>
|
||||
<button type="button" class="btn-default btn btn_text btn_36 blue_border fl" id="finalCheckOp" onclick="nanumCall('16', '(피)신청인의 분쟁종료 요청사실 보고');">공정위 선보고용 종료통지</button>
|
||||
<button type="button" class="btn-default btn btn_text btn_36 gray_border fl" onclick="fileReqPopOpen('${caseNo}');">요구현황</button>
|
||||
<button type="button" class="btn-default btn btn_text btn_36 gray_border fl" onclick="atendReqPopOpen('${caseNo}');">출석현황</button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user