| 회사명 | -@Html.TextBoxFor(x=>x.Assign.asname, new { @class = "apylpt"}) | +@Html.TextBoxFor(x => x.Assign.asname, new { @class = "apylpt", @maxlength = "100" }) |
|---|---|---|
| 사업자등록번호 | -@Html.TextBoxFor(x => x.Assign.brno, new { @class = "apylpt" }) | +@Html.TextBoxFor(x => x.Assign.brno, new { @class = "apylpt", @maxlength = "10" }) |
| 대표자성명 | -@Html.TextBoxFor(x => x.Assign.ceoname, new { @class = "apylpt" }) | +@Html.TextBoxFor(x => x.Assign.ceoname, new { @class = "apylpt", @maxlength = "50" }) |
| 주소 | @@ -124,7 +127,7 @@ @Html.TextBoxFor(x => x.Assign.address1, new { @class = "postadr", @style = "background-color:#ddd;", @readonly = true, @placeholder = "주소입력" })||
| 업태 | -@Html.TextBoxFor(x => x.Assign.btype, new { @class = "apylpt" }) | +@Html.TextBoxFor(x => x.Assign.btype, new { @class = "apylpt", @maxlength = "50" }) |
| 종목 | -@Html.TextBoxFor(x => x.Assign.bkind, new { @class = "apylpt" }) | +@Html.TextBoxFor(x => x.Assign.bkind, new { @class = "apylpt", @maxlength = "50" }) |
| 고용보험관리번호 | -@Html.TextBoxFor(x => x.Assign.eino, new { @class = "apylpt" }) | +@Html.TextBoxFor(x => x.Assign.eino, new { @class = "apylpt", @maxlength = "30" }) |
| 담당자성명 | -@Html.TextBoxFor(x => x.Assign.mname, new { @class = "apylpt" }) | +@Html.TextBoxFor(x => x.Assign.mname, new { @class = "apylpt", @maxlength = "30" }) |
| 담당자연락처 |
| |
| 계산서받을 이메일 |
|
|
| 사업자등록증 | - + @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.TextBoxFor(x => x.User.username, new { @class = "apylpt" }) |
+ @Html.TextBoxFor(x => x.User.username, new { @class = "apylpt", @maxlength = "10", @style = "background-color:#ddd;", @readonly = true }) |
|---|---|---|
| 주민등록번호 |
|
+ |
| 휴대전화 |
|
이메일 |
|
@@ -227,7 +232,7 @@
@Html.TextBoxFor(x => x.User.address1, new { @class = "postadr", @style = "background-color:#ddd;", @readonly = true, @placeholder = "주소입력" })
| 직위 | - @Html.TextBoxFor(x => x.User.uduty, new { @class = "apylpt"}) + @Html.TextBoxFor(x => x.User.uduty, new { @class = "apylpt", @maxlength = "20" }) | |