This commit is contained in:
parent
a333e01c93
commit
60a0a4da7b
|
|
@ -25,7 +25,7 @@
|
||||||
if ('@(ViewBag.ret)' == '0') {
|
if ('@(ViewBag.ret)' == '0') {
|
||||||
if ('@(RSLT_CD)' == 'B000') {
|
if ('@(RSLT_CD)' == 'B000') {
|
||||||
//이름일치 확인
|
//이름일치 확인
|
||||||
if ("@(RSLT_NAME)" == $(opener.document).find("#mform").find("#User_username").val()) {
|
if ("@(RSLT_NAME)" == $(opener.document).find("#mform").find("#username").val()) {
|
||||||
$(opener.document).find("#mform").find("#intval2").val(1);
|
$(opener.document).find("#mform").find("#intval2").val(1);
|
||||||
$(opener.document).find("#mform").find("#mobile").val("@(TEL_NO)".replaceAll("-", ""));
|
$(opener.document).find("#mform").find("#mobile").val("@(TEL_NO)".replaceAll("-", ""));
|
||||||
$(opener.document).find("#mform").find("#mobilestr").text("@(TEL_NO)".replaceAll("-", ""));
|
$(opener.document).find("#mform").find("#mobilestr").text("@(TEL_NO)".replaceAll("-", ""));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue