2022-12-22 11:55 대국민 경정신청 버튼 수정
This commit is contained in:
parent
95fdd23018
commit
c5c36559d4
@ -884,21 +884,27 @@ public class KccadrPdfConversion extends EgovAbstractServiceImpl {
|
|||||||
int conversionNo = 0; //pdf 변환 파일명 순번
|
int conversionNo = 0; //pdf 변환 파일명 순번
|
||||||
|
|
||||||
System.out.println("====newPdfTranCall====");
|
System.out.println("====newPdfTranCall====");
|
||||||
|
System.out.println("");
|
||||||
System.out.println("pdfGatewayBuildUrl");
|
System.out.println("pdfGatewayBuildUrl");
|
||||||
System.out.println(pdfGatewayBuildUrl);
|
System.out.println(pdfGatewayBuildUrl);
|
||||||
|
|
||||||
|
System.out.println("");
|
||||||
System.out.println("pdfGatewayStatusUrl");
|
System.out.println("pdfGatewayStatusUrl");
|
||||||
System.out.println(pdfGatewayStatusUrl);
|
System.out.println(pdfGatewayStatusUrl);
|
||||||
|
|
||||||
|
System.out.println("");
|
||||||
System.out.println("conversionBeforeUri");
|
System.out.println("conversionBeforeUri");
|
||||||
System.out.println(conversionBeforeUri);
|
System.out.println(conversionBeforeUri);
|
||||||
|
|
||||||
|
System.out.println("");
|
||||||
System.out.println("ozfileUri");
|
System.out.println("ozfileUri");
|
||||||
System.out.println(ozfileUri);
|
System.out.println(ozfileUri);
|
||||||
|
|
||||||
|
System.out.println("");
|
||||||
System.out.println("conversionPdfUri");
|
System.out.println("conversionPdfUri");
|
||||||
System.out.println(conversionPdfUri);
|
System.out.println(conversionPdfUri);
|
||||||
|
|
||||||
|
System.out.println("");
|
||||||
System.out.println("bookmarkUri");
|
System.out.println("bookmarkUri");
|
||||||
System.out.println(bookmarkUri);
|
System.out.println(bookmarkUri);
|
||||||
|
|
||||||
|
|||||||
@ -123,13 +123,13 @@
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (isEmpty($('textarea[name=rpplChgCn1_' + idx + ']').val())) {
|
if (isEmpty($('textarea[name=rpplChgCn1_' + idx + ']').val())) {
|
||||||
alert('정정취지를 입력해 주세요.');
|
alert('경정취지를 입력해 주세요.');
|
||||||
$('textarea[name=rpplChgCn1_' + idx + ']').focus();
|
$('textarea[name=rpplChgCn1_' + idx + ']').focus();
|
||||||
result = false;
|
result = false;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (isEmpty($('textarea[name=rpplChgCn2_' + idx + ']').val())) {
|
if (isEmpty($('textarea[name=rpplChgCn2_' + idx + ']').val())) {
|
||||||
alert('정정이유를 입력해 주세요.');
|
alert('경정이유를 입력해 주세요.');
|
||||||
$('textarea[name=rpplChgCn2_' + idx + ']').focus();
|
$('textarea[name=rpplChgCn2_' + idx + ']').focus();
|
||||||
result = false;
|
result = false;
|
||||||
return false;
|
return false;
|
||||||
@ -376,6 +376,10 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row" colspan="3">
|
<th scope="row" colspan="3">
|
||||||
|
<p class="req_text">
|
||||||
|
<span>필수입력 항목</span>
|
||||||
|
*
|
||||||
|
</p>
|
||||||
<p>경정취지</p>
|
<p>경정취지</p>
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
@ -384,6 +388,10 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row" colspan="3">
|
<th scope="row" colspan="3">
|
||||||
|
<p class="req_text">
|
||||||
|
<span>필수입력 항목</span>
|
||||||
|
*
|
||||||
|
</p>
|
||||||
<p>경정이유</p>
|
<p>경정이유</p>
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
@ -474,7 +474,7 @@ function fn_submit(){
|
|||||||
<button type="button" class="btnType09" onclick="fncDel()" id="btnShow2">삭제</button>
|
<button type="button" class="btnType09" onclick="fncDel()" id="btnShow2">삭제</button>
|
||||||
<button type="button" class="btnType09" onclick="fn_submit()" id="btnShow3">제출</button>
|
<button type="button" class="btnType09" onclick="fn_submit()" id="btnShow3">제출</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
<button type="button" class="btnType11" onclick="fncCancle()">취소</button>
|
<button type="button" class="btnType11" onclick="fncCancle()">목록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- //하단 버튼 -->
|
<!-- //하단 버튼 -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user