2022-12-22 11:55 대국민 경정신청 버튼 수정

This commit is contained in:
myname 2022-12-22 11:55:27 +09:00
parent 95fdd23018
commit c5c36559d4
3 changed files with 17 additions and 3 deletions

View File

@ -884,21 +884,27 @@ public class KccadrPdfConversion extends EgovAbstractServiceImpl {
int conversionNo = 0; //pdf 변환 파일명 순번
System.out.println("====newPdfTranCall====");
System.out.println("");
System.out.println("pdfGatewayBuildUrl");
System.out.println(pdfGatewayBuildUrl);
System.out.println("");
System.out.println("pdfGatewayStatusUrl");
System.out.println(pdfGatewayStatusUrl);
System.out.println("");
System.out.println("conversionBeforeUri");
System.out.println(conversionBeforeUri);
System.out.println("");
System.out.println("ozfileUri");
System.out.println(ozfileUri);
System.out.println("");
System.out.println("conversionPdfUri");
System.out.println(conversionPdfUri);
System.out.println("");
System.out.println("bookmarkUri");
System.out.println(bookmarkUri);

View File

@ -123,13 +123,13 @@
return false;
}
if (isEmpty($('textarea[name=rpplChgCn1_' + idx + ']').val())) {
alert('정취지를 입력해 주세요.');
alert('정취지를 입력해 주세요.');
$('textarea[name=rpplChgCn1_' + idx + ']').focus();
result = false;
return false;
}
if (isEmpty($('textarea[name=rpplChgCn2_' + idx + ']').val())) {
alert('정이유를 입력해 주세요.');
alert('정이유를 입력해 주세요.');
$('textarea[name=rpplChgCn2_' + idx + ']').focus();
result = false;
return false;
@ -376,6 +376,10 @@
</tr>
<tr>
<th scope="row" colspan="3">
<p class="req_text">
<span>필수입력 항목</span>
*
</p>
<p>경정취지</p>
</th>
<td>
@ -384,6 +388,10 @@
</tr>
<tr>
<th scope="row" colspan="3">
<p class="req_text">
<span>필수입력 항목</span>
*
</p>
<p>경정이유</p>
</th>
<td>

View File

@ -474,7 +474,7 @@ function fn_submit(){
<button type="button" class="btnType09" onclick="fncDel()" id="btnShow2">삭제</button>
<button type="button" class="btnType09" onclick="fn_submit()" id="btnShow3">제출</button>
</c:if>
<button type="button" class="btnType11" onclick="fncCancle()">취소</button>
<button type="button" class="btnType11" onclick="fncCancle()">목록</button>
</div>
</div>
<!-- //하단 버튼 -->