diff --git a/BO/Content/file/documentspast.xlsx b/BO/Content/file/documentspast.xlsx index 660c605..a875189 100644 Binary files a/BO/Content/file/documentspast.xlsx and b/BO/Content/file/documentspast.xlsx differ diff --git a/BO/Controllers/croomController.cs b/BO/Controllers/croomController.cs index 8750d85..26b1196 100644 --- a/BO/Controllers/croomController.cs +++ b/BO/Controllers/croomController.cs @@ -994,11 +994,11 @@ namespace NP.BO.Controllers new String[] { "구분","과정분류","교육유형","이름","주민번호","기술인분류","교육구분","교육목적","등급","직무분야","과정명","수료번호","업체명","업체주소","사업자등록번호", "고용보험관리번호","업태","종목","대표자","교육시작일","교육종료일","교육이수시간","소속협회","학력","직위","교육생연락처","업체담당자","업체담당당자 연락처","교육비", "환급액","환급은행명","환급계좌" ,"환급계좌예금주","계산서이메일","교육연도"}, - new String[] { "kind", "cg", "cshape", "username", "userpno", "typeman", "edukind", "typeedu", "typegrade", "typejob", "cgname", "completeno", "companyname", - "companyaddr", "brno", "eino", "btype", "bkind", "ceoname", "ssdateymd","sedateymd","sctime","assign","slevel","uduty","phone","mname","mphone", + new String[] { "kind", "cg", "cshape", "username", "userpnostr", "typeman", "edukind", "typeedu", "typegrade", "typejob", "cgname", "completeno", "companyname", + "companyaddr", "brno", "eino", "btype", "bkind", "ceoname", "ssdateymd2","sedateymd2","sctime","assign","slevel","uduty","phone","mname","mphone", "sprice","rprice","rbank","rbankno","rbankuser","taxemail","syear"}, vm.DocumentList, - "증빙서류출력(과거)"); + "증빙서류출력(과거)",null,",0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,"); } return View(vm); } diff --git a/BO/Views/cm/cmreg.cshtml b/BO/Views/cm/cmreg.cshtml index bfb1186..9ca197e 100644 --- a/BO/Views/cm/cmreg.cshtml +++ b/BO/Views/cm/cmreg.cshtml @@ -101,7 +101,8 @@ }
-
@Html.Partial("./Partial/Radio", Model.CM.cshape, new ViewDataDictionary() { { "valuetext", "0:온라인;1:교육장;2:온라인 혼합" }, { "checked", Model.CM.cshape }, { "name", "CM.cshape" } })
+ @*
@Html.Partial("./Partial/Radio", Model.CM.cshape, new ViewDataDictionary() { { "valuetext", "0:온라인;1:교육장;2:온라인 혼합" }, { "checked", Model.CM.cshape }, { "name", "CM.cshape" } })
*@ +
@Html.Partial("./Partial/Radio", Model.CM.cshape, new ViewDataDictionary() { { "valuetext", "1:교육장 교육;2:온라인 교육" }, { "checked", Model.CM.cshape }, { "name", "CM.cshape" } })