@model NP.Model.VMCM
| 상위분류 | @Html.Partial("./Partial/Radio", null, new ViewDataDictionary() { { "valuetext", "1:있음;0:없음" }, { "checked", 1 }, { "name", "isparent" } }) |
|---|---|
| 상위분류선택 | @Html.Partial("./Partial/Select", Model.CGs2, new ViewDataDictionary { { "special", "reg" }, { "name", "pcgno" }, { "selected", "" }, { "df", ":-분류선택" } }) |
| 과정분류명 | @Html.TextBox("cgname", "", new { @class = "form-control ff", @maxlength = "20" }) |
| 과정분류코드 | @Html.TextBox("cgcode", "", new { @class = "form-control", @maxlength = "20" }) |
| 사용여부 | @Html.Partial("./Partial/Radio", null, new ViewDataDictionary() { { "valuetext", "1:Y;0:N" }, { "checked", 1 }, { "name", "isuse" } }) |