2024-12-24 18:17 사건 신청 수정 사항 적용

This commit is contained in:
myname 2024-12-24 18:17:49 +09:00
parent fa073945b7
commit 6e588631dd
3 changed files with 18 additions and 16 deletions

View File

@ -3428,7 +3428,7 @@ public class GwBaseController {
v_ret = v_ret +this.TableHeader();
String[] s_Arr_1 = {"사건번호","신청인","피신청인","종료사유"};
v_ret = v_ret +this.makeTrTd(s_Arr_1);
String[] s_Arr_2 = {p_data1.get("caseNo").toString(),this.makeApplcnt(p_caseApplcntData),this.makeRespondent(p_caseRespondentData),""};
String[] s_Arr_2 = {p_data1.get("caseNo").toString(),this.makeApplcnt(p_caseApplcntData),this.makeRespondent(p_caseRespondentData),p_data1.get("mediationBig").toString()+"<br/>("+p_data1.get("mediationSmall").toString()+")"};
v_ret = v_ret +this.makeTrTd(s_Arr_2);
v_ret = v_ret +this.TableFooter();

View File

@ -133,7 +133,7 @@
mark += ' </tr>';
mark += ' <tr>';
mark += ' <th>';
mark += ' <p class="required_text">*<span>필수입력</span></p>휴대폰';
mark += ' <p class="required_text">*<span>필수입력</span></p>연락처';
mark += ' </th>';
mark += ' <td>';
mark += ' <div class="phone_wrap">';
@ -180,7 +180,7 @@
mark += ' </tr>';
mark += ' <tr>';
mark += ' <th>';
mark += ' <p class="required_text">*<span>필수입력</span></p>사업자등록번호<br>(\'-\'제외)';
mark += ' 사업자등록번호<br>(\'-\'제외)';
mark += ' </th>';
mark += ' <td>';
mark += ' <input type="text" maxlength="15" name="resBizrNo_' + areaCount + '" id="resBizrNo_' + areaCount + '" class="input_text w100per resBizrNo" onkeyup="removeChar(event);" onkeydown=\'onlyNumber(event);\' style="ime-mode:disabled;">';
@ -761,7 +761,8 @@
}
}
resList = $(".resBizrNo");
/*
resList = $(".resBizrNo");
for(var i = 0; i < resList.length; i++){
if(resList[i].value == ""){
alert((i+1) + ". 피신청인 사업자등록번호를 입력해 주세요");
@ -770,6 +771,7 @@
return false;
}
}
*/
/*피신청인 유효성 검사 END*/
return true;
@ -1306,7 +1308,7 @@
</tr>
<tr>
<th>
<p class="required_text">*<span>필수입력</span></p>휴대폰
<p class="required_text">*<span>필수입력</span></p>연락처
</th>
<td>
<div class="phone_wrap">
@ -1389,7 +1391,7 @@
</tr>
<tr>
<th>
<p class="required_text">*<span>필수입력</span></p>사업자등록번호<br>('-'제외)
사업자등록번호<br>('-'제외)
</th>
<td>
<input type="text" maxlength="15" name="resBizrNo_<c:out value='${sts.index+1}'/>" id="resBizrNo_<c:out value='${sts.index+1}'/>" class="input_text w100per resBizrNo" value="<c:out value='${data.BIZR_NO}'/>" onkeyup="removeChar(event);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;">
@ -1487,7 +1489,7 @@
</tr>
<tr>
<th>
<p class="required_text">*<span>필수입력</span></p>휴대폰
<p class="required_text">*<span>필수입력</span></p>연락처
</th>
<td>
<div class="phone_wrap">
@ -1534,7 +1536,7 @@
</tr>
<tr>
<th>
<p class="required_text">*<span>필수입력</span></p>사업자등록번호<br>('-'제외)
사업자등록번호<br>('-'제외)
</th>
<td>
<input name="resBizrNo_1" type="text" id="resBizrNo_1" class="input_text w100per resBizrNo" maxlength="15" onkeyup="removeChar(event);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;" title="사업자등록번호 입력">

View File

@ -1792,7 +1792,7 @@
<dd class="process_dd" style="padding:0 30px 10px 30px;">
<ul class="input_box process_check" style="width:100%;">
<li>
<input type="radio" class="radio" id="rceLawCheck1" name="rceLawCheck" value="N" <c:if test="${selectRceptsttus.LAWSUIT_CHECK == 'N'}">checked="checked"</c:if>>
<input type="radio" class="radio" id="rceLawCheck1" name="rceLawCheck" value="N" <c:if test="${selectRceptsttus.LAWSUIT_CHECK ne 'Y'}">checked="checked"</c:if>>
<label for="rceLawCheck1">미진행</label>
</li>
<li style="align-self:flex-start;width:calc(100% - 100px);">
@ -1814,7 +1814,7 @@
<dd>
<ul class="input_box">
<li>
<input type="radio" class="radio" id="rceLawCheckSame1" name="rceLawCheckSame" value="N" <c:if test="${selectRceptsttus.LAWSUIT_CHECKSAME == 'N'}">checked="checked"</c:if>>
<input type="radio" class="radio" id="rceLawCheckSame1" name="rceLawCheckSame" value="N" <c:if test="${selectRceptsttus.LAWSUIT_CHECKSAME ne 'Y'}">checked="checked"</c:if>>
<label for="rceLawCheckSame1">동일하지 않음</label>
</li>
<li>
@ -1827,7 +1827,7 @@
<dd class="name_input_dd">
<ul class="input_box">
<li>
<input type="radio" class="radio" id="rceConferenceResult1" name="rceConferenceResult" value="N" <c:if test="${selectRceptsttus.CONFERENCE_RESULT == 'N'}">checked="checked"</c:if>>
<input type="radio" class="radio" id="rceConferenceResult1" name="rceConferenceResult" value="N" <c:if test="${selectRceptsttus.CONFERENCE_RESULT ne 'Y'}">checked="checked"</c:if>>
<label for="rceConferenceResult1">미진행</label>
</li>
<li>
@ -1845,7 +1845,7 @@
<dd class="name_input_dd">
<ul class="input_box">
<li>
<input type="radio" class="radio" id="66" name="rceArbCheck" value="N" <c:if test="${selectRceptsttus.ARBITRATION_CHECK == 'N'}">checked="checked"</c:if>>
<input type="radio" class="radio" id="66" name="rceArbCheck" value="N" <c:if test="${selectRceptsttus.ARBITRATION_CHECK ne 'Y'}">checked="checked"</c:if>>
<label for="66">미진행</label>
</li>
<li>
@ -1863,7 +1863,7 @@
<dd class="name_input_dd">
<ul class="input_box">
<li>
<input type="radio" class="radio" id="rceRegulatingOrgan1" name="rceRegulatingOrgan" value="N" <c:if test="${selectRceptsttus.REGULATING_ORGAN == 'N'}">checked="checked"</c:if>>
<input type="radio" class="radio" id="rceRegulatingOrgan1" name="rceRegulatingOrgan" value="N" <c:if test="${selectRceptsttus.REGULATING_ORGAN ne 'Y'}">checked="checked"</c:if>>
<label for="rceRegulatingOrgan1">미진행</label>
</li>
<li>
@ -1881,7 +1881,7 @@
<dd class="name_input_dd">
<ul class="input_box">
<li>
<input type="radio" class="radio" id="rceFtcInvestigation1" name="rceFtcInvestigation" value="N" <c:if test="${selectRceptsttus.FTC_INVESTIGATION == 'N'}">checked="checked"</c:if>>
<input type="radio" class="radio" id="rceFtcInvestigation1" name="rceFtcInvestigation" value="N" <c:if test="${selectRceptsttus.FTC_INVESTIGATION ne 'Y'}">checked="checked"</c:if>>
<label for="rceFtcInvestigation1">미진행</label>
</li>
<li>
@ -1900,7 +1900,7 @@
<dd>
<ul class="input_box">
<li>
<input type="radio" class="radio" id="rceFtcCorrect1" name="rceFtcCorrect" value="N" <c:if test="${selectRceptsttus.FTC_CORRECT == 'N'}">checked="checked"</c:if>>
<input type="radio" class="radio" id="rceFtcCorrect1" name="rceFtcCorrect" value="N" <c:if test="${selectRceptsttus.FTC_CORRECT ne 'Y'}">checked="checked"</c:if>>
<label for="rceFtcCorrect1">아니오</label>
</li>
<li>
@ -1916,7 +1916,7 @@
<dd>
<ul class="input_box">
<li>
<input type="radio" class="radio" id="rceParAgreement1" name="rceParAgreement" value="N" <c:if test="${selectRceptsttus.PAR_AGREEMENT == 'N'}">checked="checked"</c:if>>
<input type="radio" class="radio" id="rceParAgreement1" name="rceParAgreement" value="N" <c:if test="${selectRceptsttus.PAR_AGREEMENT ne 'Y'}">checked="checked"</c:if>>
<label for="rceParAgreement1">아니오</label>
</li>
<li>