diff --git a/BO/Views/croom/completions.cshtml b/BO/Views/croom/completions.cshtml
index b870be9..f3bb218 100644
--- a/BO/Views/croom/completions.cshtml
+++ b/BO/Views/croom/completions.cshtml
@@ -165,7 +165,7 @@
-
+
ㆍ강좌정보/수료정보
@@ -200,7 +200,7 @@
| 주문번호 |
- |
+ |
ㆍ사용자정보
@@ -227,7 +227,7 @@
직위 |
@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.uduty", Style = "width:100%;" })) |
연락처 * |
- @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.mobile", Style = "width:100%;" ,CssClass="mobilefmt nocomma" })) |
+ @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.mobile", Style = "width:100%;", CssClass = "mobilefmt nocomma" })) |
| 소속협회 |
@@ -252,14 +252,14 @@
교육시작일* |
|
교육종료일(집체교육일) * |
-
+ |
@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.estart", Style = "width:100%;", IsReadOnly = true }))
- |
+
+
| 기술인분류 * |
@@ -281,7 +281,7 @@
| 수료여부 * |
- @Html.Partial("./Partial/Select", null, new ViewDataDictionary { { "valuetext", "0:미수료;1:수료" }, { "name", "completion.iscomplete" }, { "style", "width: 100%" }}) |
+ @Html.Partial("./Partial/Select", null, new ViewDataDictionary { { "valuetext", "0:미수료;1:수료" }, { "name", "completion.iscomplete" }, { "style", "width: 100%" } }) |
ㆍ환급정보
@@ -294,7 +294,7 @@
| 환급액 |
- @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.rbankamt", Style = "width:100%;" , CssClass="int" })) |
+ @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.rbankamt", Style = "width:100%;", CssClass = "int" })) |
환급은행명 |
@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.rbank", Style = "width:100%;" })) |
@@ -356,15 +356,26 @@
| 대표자 |
- @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.ceoname", Style = "width:100%;" })) |
+ @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.ceoname", Style = "width:100%;" })) |
+
+
+ ㆍ계산서정보
+
+
+
+
+
+
+
+
| 업체담당자 |
@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.mname", Style = "width:100%;" })) |
-
-
| 업체담당자연락처 |
@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.mphone", Style = "width:100%;" })) |
+
+
| 계산서이메일 |
- @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.taxemail", Style = "width:100%;" })) |
+ @Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.taxemail", Style = "width:100%;" })) |
@@ -410,9 +421,9 @@
$("#completion_bkind").val(data.bkind);
$("#completion_btype").val(data.btype);
$("#completion_ceoname").val(data.ceoname);
- $("#completion_mname").val(data.mname);
- $("#completion_mphone").val(data.mphone);
- $("#completion_taxemail").val(data.taxemail);
+ //$("#completion_mname").val(data.mname);
+ //$("#completion_mphone").val(data.mphone);
+ //$("#completion_taxemail").val(data.taxemail);
}
var _bindcdnocid = "";
function bindcgno(id, cid) {