<기능개선>
1. PMS NO : NULl 2. (주요)작업내용 (1) BO/Views/user/ur.cshtml - 사용자 소속 필수조건
This commit is contained in:
parent
9ff5017827
commit
32c9e245ee
|
|
@ -464,7 +464,7 @@
|
|||
else if (('@Model.viewname' == 'professor' || '@Model.viewname' == 'user') && check("User_mobile", null, "핸드폰 번호를 입력해주세요")) { }
|
||||
else if (!isnulloremt(val("User_email")) && !isemail(val("User_email"))) { focus("User_email"); msg("이메일주소를 올바르게 입력해주세요."); }
|
||||
//else if (!isnulloremt(val("User_mobile")) && (!ismobile(val("User_mobile")) )) { focus("User_mobile"); msg("핸드폰번호를 올바르게 입력해주세요."); }
|
||||
else if (val("User_usertype") == "81" && val("User_asno") == "") { msg("소속을 등록해주세요.");}
|
||||
else if ((val("User_usertype") == "1" || val("User_usertype") == "81") && val("User_asno") == "") { msg("소속을 등록해주세요.");}
|
||||
else if (confirm("저장하시겠습니까?")) {
|
||||
if (val("User_usertype") >= "92") {
|
||||
setv("User_asno", "");
|
||||
|
|
|
|||
Loading…
Reference in New Issue