본인확인 필수 설정 추가

This commit is contained in:
chicpro
2014-04-11 17:15:57 +09:00
parent 43f89063e0
commit 2fc1c05d6f
9 changed files with 45 additions and 0 deletions

View File

@ -102,6 +102,8 @@ $(function() {
$opener.$("input[name=cert_type]").val("<?php echo $cert_type; ?>");
$opener.$("input[name=mb_name]").val("<?php echo $mb_name; ?>").attr("readonly", true);
$opener.$("input[name=cert_no]").val("<?php echo $md5_cert_no; ?>");
window.close();
});
</script>