|
|
|
@ -106,7 +106,9 @@
|
|
|
|
|
납부자번호
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="rtpyrNo--${pageName}" name="rtpyrNo"
|
|
|
|
|
class="form-control" data-map="RTPYR_NO" maxlength="100" />
|
|
|
|
|
class="form-control privacy" data-map="RTPYR_NO" maxlength="100" />
|
|
|
|
|
<input type="text" id="mask-rtpyrNo--${pageName}"
|
|
|
|
|
class="form-control privacy-mask" disabled value="******"/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label for="vhrno--${pageName}"
|
|
|
|
@ -311,6 +313,9 @@ $(document).ready(function(){
|
|
|
|
|
|
|
|
|
|
//첫번째 줄 클릭
|
|
|
|
|
$("#tbody--${pageName}").find("tr:eq(0)").click();
|
|
|
|
|
|
|
|
|
|
//보안모드
|
|
|
|
|
fn_securityModeToggle($("#securityMode--top").is(":checked"));
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
</script>
|