This commit is contained in:
parent
bb9a71b064
commit
c01434b700
|
|
@ -375,6 +375,15 @@
|
|||
}
|
||||
|
||||
function applyEdu() {
|
||||
if ($("#User_userpno1").val() == "" || $("#User_userpno1").val() == null) {
|
||||
focus("User_userpno1");
|
||||
msg("주민등록번호 앞자리를 입력하십시오.");
|
||||
}
|
||||
else if ($("#User_userpno2").val() == "" || $("#User_userpno2").val() == null) {
|
||||
focus("User_userpno2");
|
||||
msg("주민등록번호 뒷자리를 입력하십시오.");
|
||||
}
|
||||
else {
|
||||
if (@ViewBag.SSUserNo > 0) {
|
||||
$("#cmisno").val($("input:radio[name=rdoScds]:checked").val());
|
||||
$("#isrebate").val($("input:radio[name=rdoRefund]:checked").val());
|
||||
|
|
@ -387,6 +396,7 @@
|
|||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
function saveResult() {
|
||||
if (capResult.code == 1000 && capResult.obj > 0) {
|
||||
//alert("저장되었습니다. pplno : " + capResult.obj);
|
||||
|
|
|
|||
Loading…
Reference in New Issue