@model NP.Model.Documents
교육년도
과정분류
@Html.Partial("./Partial/Select", Model.cgs, new ViewDataDictionary { { "name", "stringval2" }, { "selected", Model.stringval2 }, { "style", "width: 100%" }, { "df", ":-선택" } })
교육유형
@Html.Partial("./Partial/Select", Model.cshapes, new ViewDataDictionary { { "name", "stringval3" }, { "selected", Model.stringval3 }, { "style", "width: 100%" }, { "df", ":-선택" } })
기술인분류
@Html.Partial("./Partial/Select", Model.typemans, new ViewDataDictionary { { "name", "stringval4" }, { "selected", Model.stringval4 }, { "style", "width: 100%" }, { "df", ":-선택" } })
교육구분
@Html.Partial("./Partial/Select", Model.edukinds, new ViewDataDictionary { { "name", "stringval5" }, { "selected", Model.stringval5 }, { "style", "width: 100%" }, { "df", ":-선택" } })
교육목적
@Html.Partial("./Partial/Select", Model.typeedus, new ViewDataDictionary { { "name", "stringval6" }, { "selected", Model.stringval6 }, { "style", "width: 100%" }, { "df", ":-선택" } })
등급
@Html.Partial("./Partial/Select", Model.typegrades, new ViewDataDictionary { { "name", "stringval7" }, { "selected", Model.stringval7 }, { "style", "width: 100%" }, { "df", ":-선택" } })
직무분야
@Html.Partial("./Partial/Select", Model.typejobs, new ViewDataDictionary { { "name", "stringval8" }, { "selected", Model.stringval8 }, { "style", "width: 100%" }, { "df", ":-선택" } })
학습기간
@Html.Partial("./Partial/Date", string.IsNullOrEmpty(Model.stringval9) ? (DateTime?)null : Convert.ToDateTime(Model.stringval9), new ViewDataDictionary { { "name", "stringval9" } }) ~ @Html.Partial("./Partial/Date", string.IsNullOrEmpty(Model.stringval10) ? (DateTime?)null : Convert.ToDateTime(Model.stringval10), new ViewDataDictionary { { "name", "stringval10" } })
검색단어
@Html.Partial("./Partial/Select", Model.words, new ViewDataDictionary { { "name", "stringval11" }, { "selected", Model.stringval11 }, { "style", "width: 100%" }, { "df", ":-선택" } })
@Html.Partial("./Partial/Text", Model.stringval12, Helpers.DicText(new NP.Model.TextDic() { Name = "stringval12", Value = Model.stringval12, PH = "단어를 입력하세요.", CssClass = "ff" }))
엑셀다운로드 엑셀일괄등록

@Html.Partial("./Partial/pagerow", new ViewDataDictionary { { "tbodyid", "tbody1" }, { "searchmethod", "submit()" }, { "pagesize", Model.pagerowcount } })
@foreach (var item in Model.DocumentList) { }
수정 등록/수정 일자 이름 주민번호 교육생연락처 교육유형 교육구분 기술인분류 직무분야 교육목적 등급 교육시작일 교육종료일 과정명 수료번호
@(item.cdt != DateTime.MinValue ? item.cdtymd : item.udt != DateTime.MinValue ? item.udtymd : "-") @item.username @(item.userpno.Length > 7 ? item.userpno.Insert(6,"-") : item.userpno) @item.phone @item.cshape @item.edukind @item.typeman @item.typejob @item.typeedu @item.typegrade @Convert.ToDateTime(@item.ssdate).ToShortDateString() @Convert.ToDateTime(@item.sedate).ToShortDateString() @item.cgname @item.completeno
@Html.Pager((int)Model.pagenum, 10, Model.pagerowcount, Model.pagetotalcount)

과거 증빙서류 수정닫기

과정분류 @Html.Partial("./Partial/Select", Model.cgs, new ViewDataDictionary { { "name", "document.cg" }, { "style", "width: 100%" }, { "df", ":-선택" } }) 교육유형 @Html.Partial("./Partial/Select", Model.cshapes, new ViewDataDictionary { { "name", "document.cshape" }, { "style", "width: 100%" }, { "df", ":-선택" } })
이름 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.username", Style = "width:100%;" })) 주민번호 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.userpno", Style = "width:100%;" }))
기술인분류 @Html.Partial("./Partial/Select", Model.typemans, new ViewDataDictionary { { "name", "document.typeman" }, { "style", "width: 100%" }, { "df", ":-선택" } }) 교육구분 @Html.Partial("./Partial/Select", Model.edukinds, new ViewDataDictionary { { "name", "document.edukind" }, { "style", "width: 100%" }, { "df", ":-선택" } })
교육목적 @Html.Partial("./Partial/Select", Model.typeedus, new ViewDataDictionary { { "name", "document.typeedu" }, { "style", "width: 100%" }, { "df", ":-선택" } }) 등급 @Html.Partial("./Partial/Select", Model.typegrades, new ViewDataDictionary { { "name", "document.typegrade" }, { "style", "width: 100%" }, { "df", ":-선택" } })
직무분야 @Html.Partial("./Partial/Select", Model.typejobs, new ViewDataDictionary { { "name", "document.typejob" }, { "style", "width: 100%" }, { "df", ":-선택" } }) 과정명 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.cgname", Style = "width:100%;" }))
수료번호 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.completeno", Style = "width:100%;" })) 업체명 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.companyname", Style = "width:100%;" }))
업체주소 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.companyaddr", Style = "width:100%;" }))
사업자등록번호 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.brno", Style = "width:100%;" })) 고용보험관리번호 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.eino", Style = "width:100%;" }))
업태 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.btype", Style = "width:100%;" })) 종목 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.bkind", Style = "width:100%;" }))
대표자 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.ceoname", Style = "width:100%;" })) 교육일시작일 @Html.Partial("./Partial/Date", null, new ViewDataDictionary { { "name", "document.ssdate" } })
교육일종료일 @Html.Partial("./Partial/Date", null, new ViewDataDictionary { { "name", "document.sedate" } }) 교육이수시간 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.sctime", Style = "width:100%;" }))
소속협회 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.assign", Style = "width:100%;" })) 학력 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.slevel", Style = "width:100%;" }))
직위 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.uduty", Style = "width:100%;" })) 교육생연락처 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.phone", Style = "width:100%;" }))
업체담당자 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.mname", Style = "width:100%;" })) 업체담당자연락처 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.mphone", Style = "width:100%;" }))
교육비 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.sprice", Style = "width:100%;" })) 환급액 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.rprice", Style = "width:100%;" }))
환급은행명 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.rbank", Style = "width:100%;" })) 환급계좌 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.rbankno", Style = "width:100%;" }))
환급계좌예금주 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.rbankuser", Style = "width:100%;" })) 계산서이메일 @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "document.taxemail", Style = "width:100%;" }))
교육연도 @Html.Partial("./Partial/Select", Model.syears, new ViewDataDictionary { { "name", "document.syear" }, { "style", "width: 100%" }, { "df", ":-선택" } }) 구분 @Html.Partial("./Partial/Select", Model.kinds, new ViewDataDictionary { { "name", "document.kind" }, { "style", "width: 100%" }, { "df", ":-선택" } })
수정

닫기

일괄등록
@section scriptsHeader{ @Html.Partial("./Partial/ScriptDate") } @section scripts{ }