@model NP.Model.VMCourse
@*강좌번호*@ @*법정교육/기타교육*@ @*교육유형*@ @*기술인분류*@ @*교육목적*@ @*등급*@ @*직무분야*@ @*교육일정 month*@

신청강좌

@if (Model.CM.cshape == 2 && Model.CM.applicableCM == "정상접수") {

교육일정선택

   ※지정하신 일자가 수료일자가 됩니다.

} @if (Model.CM.cshape == 1) {

교육비 지원

교육비 지원

※ 고용보험에 가입되어 있는 재직자의 경우에만 교육비 중 기준된 일정금액 환급이 가능 하며 대표이사, 대표이사의 직계가족 또는 고용보험 미 가입자는 환급이 불가 합니다.

}
close

회사정보 확인

회사명 @Html.TextBoxFor(x=>x.Assign.asname, new { @class = "apylpt"})
사업자등록번호 @Html.TextBoxFor(x => x.Assign.brno, new { @class = "apylpt" })
대표자성명 @Html.TextBoxFor(x => x.Assign.ceoname, new { @class = "apylpt" })
주소
  • @Html.TextBoxFor(x => x.Assign.post, new { @class = "postno", @style = "background-color:#ddd;", @readonly = true })
  • @Html.TextBoxFor(x => x.Assign.address1, new { @class = "postadr", @style = "background-color:#ddd;", @readonly = true, @placeholder = "주소입력" })
  • @Html.TextBoxFor(x => x.Assign.address2, new { @class = "postadrsub", @style = "background-color:#ddd;", @placeholder = "나머지 주소입력" })
  • 우편번호검색
업태 @Html.TextBoxFor(x => x.Assign.btype, new { @class = "apylpt" })
종목 @Html.TextBoxFor(x => x.Assign.bkind, new { @class = "apylpt" })
고용보험관리번호 @Html.TextBoxFor(x => x.Assign.eino, new { @class = "apylpt" })
담당자성명 @Html.TextBoxFor(x => x.Assign.mname, new { @class = "apylpt" })
담당자연락처
  • @Html.TextBoxFor(x => x.Assign.mphone1)
  • -
  • @Html.TextBoxFor(x => x.Assign.mphone2)
  • -
  • @Html.TextBoxFor(x => x.Assign.mphone3)
계산서받을 이메일
  • @Html.TextBoxFor(x => x.Assign.taxemail1)
  • @Html.TextBoxFor(x => x.Assign.taxemail2)
사업자등록증

개인정보 확인

이름

@Html.TextBoxFor(x => x.User.username, new { @class = "apylpt" })

주민등록번호
  • @Html.TextBoxFor(x => x.User.userpno1)
  • -
  • @Html.TextBoxFor(x => x.User.userpno2)
휴대전화
  • @Html.TextBoxFor(x => x.User.mobile1)
  • -
  • @Html.TextBoxFor(x => x.User.mobile2)
  • -
  • @Html.TextBoxFor(x => x.User.mobile3)
이메일
  • @Html.TextBoxFor(x => x.User.email1)
  • @Html.TextBoxFor(x => x.User.email2)
주소
  • @Html.TextBoxFor(x => x.User.post, new { @class = "postno", @style = "background-color:#ddd;", @readonly = true })
  • @Html.TextBoxFor(x => x.User.address1, new { @class = "postadr", @style = "background-color:#ddd;", @readonly = true, @placeholder = "주소입력" })
  • @Html.TextBoxFor(x => x.User.address2, new { @class = "postadrsub", @style = "background-color:#ddd;", @placeholder = "나머지 주소입력" })
  • 우편번호검색
채용형태
  • @Html.RadioButtonFor(model => model.User.isassignuser, "1", new { @name = "recruit", @checked = "checked" })정규직
  • @Html.RadioButtonFor(model => model.User.isassignuser, "0", new { @name = "recruit" })비정규직
직위 @Html.TextBoxFor(x => x.User.uduty, new { @class = "apylpt"})
학력
  • @Html.RadioButtonFor(model => model.User.slevel, "0", new { @name = "eduGrade", @checked = "checked" })기타
  • @Html.RadioButtonFor(model => model.User.slevel, "1", new { @name = "eduGrade" })고졸
  • @Html.RadioButtonFor(model => model.User.slevel, "2", new { @name = "eduGrade" })학사
  • @Html.RadioButtonFor(model => model.User.slevel, "3", new { @name = "eduGrade" })석사
  • @Html.RadioButtonFor(model => model.User.slevel, "4", new { @name = "eduGrade" })박사
@section scriptsHeader{ @Html.Partial("./Partial/ScriptPost") }