diff --git a/BO/Web.config b/BO/Web.config
index 5c83003..c55e7fe 100644
--- a/BO/Web.config
+++ b/BO/Web.config
@@ -56,9 +56,9 @@
| 회사명 | -- @Html.TextBoxFor(x => x.Assign.asname, new { @class = "apylpt", @maxlength = "100", @style = "background-color:#ddd;", @readonly = true }) - 검색 - | +사업자등록번호 | +@Html.TextBoxFor(x => x.Assign.brno, new { @class = "apylpt", @maxlength = "10", @readonly = true, @style = "background-color:#ddd;" }) + 검색 |
|---|---|---|---|
| 사업자등록번호 | -@Html.TextBoxFor(x => x.Assign.brno, new { @class = "apylpt", @maxlength = "10" }) | +회사명 | ++ @Html.TextBoxFor(x => x.Assign.asname, new { @class = "apylpt", @maxlength = "100"}) + |
| 대표자성명 | @@ -248,11 +248,11 @@|||
| 사업자등록증 (선택) | -- @Html.Partial("./Partial/file", Model.FileList, new ViewDataDictionary { { "fgn", "fgnobno" }, { "fgv", Model.Assign.fgnobno ?? 0 }, { "filename", "file1" }, { "filecount", 1 }, { "fileext", "png,jpg,gif,pdf" }, { "datakey", "assign.fgnobno" } }) - | -사업자등록증 (선택) | ++ @Html.Partial("./Partial/file", Model.FileList, new ViewDataDictionary { { "fgn", "fgnobno" }, { "fgv", Model.Assign.fgnobno ?? 0 }, { "filename", "file1" }, { "filecount", 1 }, { "fileext", "png,jpg,gif,pdf" }, { "datakey", "assign.fgnobno" } }) + | + *@