diff --git a/FO/Views/Course/ApplyEdu.cshtml b/FO/Views/Course/ApplyEdu.cshtml
index 371ebb2..8d35bbf 100644
--- a/FO/Views/Course/ApplyEdu.cshtml
+++ b/FO/Views/Course/ApplyEdu.cshtml
@@ -211,7 +211,7 @@
@Html.TextBoxFor(x => x.Assign.ceoname, new { @class = "apylpt", @maxlength = "50" }) |
- | 주소 |
+ 주소 |
|
- | 업태 |
+ 업태 |
@Html.TextBoxFor(x => x.Assign.btype, new { @class = "apylpt", @maxlength = "50" }) |
- | 종목 |
+ 종목 |
@Html.TextBoxFor(x => x.Assign.bkind, new { @class = "apylpt", @maxlength = "50" }) |
@@ -253,7 +253,7 @@
- | 계산서받을 이메일 |
+ 계산서받을 이메일 |
- @Html.TextBoxFor(x => x.Assign.taxemail1, new { @maxlength = "100" })
@@ -263,7 +263,7 @@
|
- | 사업자등록증 |
+ 사업자등록증 (선택) |
@Html.Partial("./Partial/file", Model.FileList, new ViewDataDictionary { { "fgn", "fgnobno" }, { "fgv", Model.Assign.fgnobno ?? 0 }, { "filename", "file1" }, { "filecount", 1 }, { "fileext", "png,jpg,gif,pdf" }, { "datakey", "assign.fgnobno" } })
|
@@ -665,11 +665,16 @@
else if (isCompanyInfoCheck && getBytes(val("Assign_brno")) != 10) { focus("Assign_brno"); msg("10자리의 사업자번호를 등록해주세요."); }
else if (isCompanyInfoCheck && check("Assign_ceoname", null, "대표자성명을 등록해주세요.")) { }
- else if (isrebate && (check("Assign_post", null, "우편번호를 등록해주세요.") || check("Assign_address1", null, "주소를 등록해주세요.") || check("Assign_address2", null, "상세주소를 등록해주세요."))) { }
- else if (isrebate && check("Assign_btype", null, "업태를 등록해주세요.")) { }
- else if (isrebate && check("Assign_bkind", null, "종목을 등록해주세요.")) { }
- else if (isrebate && (check("Assign_taxemail1", null, "계산서받을 이메일을 등록해주세요.") || check("Assign_taxemail2", null, "계산서받을 이메일을 등록해주세요."))) { }
- else if (isrebate && !isemail(assign_taxemail)) { focus("Assign_taxemail1"); msg("올바른 이메일주소를 입력해주세요."); }
+ //else if (isrebate && (check("Assign_post", null, "우편번호를 등록해주세요.") || check("Assign_address1", null, "주소를 등록해주세요.") || check("Assign_address2", null, "상세주소를 등록해주세요."))) { }
+ //else if (isrebate && check("Assign_btype", null, "업태를 등록해주세요.")) { }
+ //else if (isrebate && check("Assign_bkind", null, "종목을 등록해주세요.")) { }
+ //else if (isrebate && (check("Assign_taxemail1", null, "계산서받을 이메일을 등록해주세요.") || check("Assign_taxemail2", null, "계산서받을 이메일을 등록해주세요."))) { }
+ //else if (isrebate && !isemail(assign_taxemail)) { focus("Assign_taxemail1"); msg("올바른 이메일주소를 입력해주세요."); }
+ else if (isCompanyInfoCheck && (check("Assign_post", null, "우편번호를 등록해주세요.") || check("Assign_address1", null, "주소를 등록해주세요.") || check("Assign_address2", null, "상세주소를 등록해주세요."))) { }
+ else if (isCompanyInfoCheck && check("Assign_btype", null, "업태를 등록해주세요.")) { }
+ else if (isCompanyInfoCheck && check("Assign_bkind", null, "종목을 등록해주세요.")) { }
+ else if (isCompanyInfoCheck && (check("Assign_taxemail1", null, "계산서받을 이메일을 등록해주세요.") || check("Assign_taxemail2", null, "계산서받을 이메일을 등록해주세요."))) { }
+ else if (isCompanyInfoCheck && !isemail(assign_taxemail)) { focus("Assign_taxemail1"); msg("올바른 이메일주소를 입력해주세요."); }
else if (check("User_userpno1", null, "주민등록번호 앞자리를 입력하십시오.") || check("User_userpno2", null, "주민등록번호 뒷자리를 입력하십시오.")) { }
else if (check("User_mobile1", null, "휴대전화를 등록해주세요.") || check("User_mobile2", null, "휴대전화를 등록해주세요.") || check("User_mobile3", null, "휴대전화를 등록해주세요.")) { }