<기능개선>

통합테스트목록 . 576
FO/Views/My/Document.cshtml
계산서 발행 요청 레이어 수정적용
This commit is contained in:
kdh0120 2021-11-24 00:50:47 +00:00
parent a67f560c9c
commit a536826514
1 changed files with 5 additions and 5 deletions

View File

@ -564,9 +564,9 @@ else
setv("grno", h.grno);
setv("btype", h.btype);
setv("bkind", h.bkind);
setv("manname", h.manname);
setv("telno", h.telno);
setv("email", h.email);
//setv("manname", h.manname);
//setv("telno", h.telno);
//setv("email", h.email);
setv("post", h.post);
setv("address1", h.address1);
setv("address2", h.address2);
@ -588,8 +588,8 @@ else
//else if (check("grno", null, "법인등록번호를 입력해주세요.")) { }
else if (check("btype", null, "업태를 입력해주세요.")) { }
else if (check("bkind", null, "종목을 입력해주세요.")) { }
else if (check("manname", null, "담당자를 입력해주세요.")) { }
else if (check("telno", null, "연락처를 입력해주세요.")) { }
//else if (check("manname", null, "담당자를 입력해주세요.")) { }
//else if (check("telno", null, "연락처를 입력해주세요.")) { }
else if (check("email", null, "이메일주소를 입력해주세요.")) { }
else if (!isemail(val("email"))) { msg("이메일 형식이 올바르지 않습니다. 다시 입력해주세요."); }
else if (check("post", null, "사업장주소를 입력해주세요.")) { }