| 교육시작일 |
@Html.Partial("./Partial/Date", null, new ViewDataDictionary { { "name", "completion.sdate" } }) | 교육종료일 |
@Html.Partial("./Partial/Date", null, new ViewDataDictionary { { "name", "completion.edate" } }) |
|---|---|---|---|
| 교육시작일(결제완료일) |
+ + | 교육종료일(집체교육일) |
+
+
+ @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.estart", Style = "width:100%;", IsReadOnly = true }))
+
+
+ |
+
| 기술인분류 |
@Html.Partial("./Partial/Select", Model.ComCodes.Where(w => w.cgroup == "typeman"), new ViewDataDictionary { { "name", "completion.typeman" }, { "style", "width: 100%" }, { "df", ":-기술인분류" } }) | @@ -354,21 +369,32 @@