| 회사명 |
@Html.TextBoxFor(x => x.Assign.asname, new { @class = "apylpt", @maxlength = "100" }) |
| 사업자등록번호 |
@Html.TextBoxFor(x => x.Assign.brno, new { @class = "apylpt", @maxlength = "10" }) |
| 대표자성명 |
@Html.TextBoxFor(x => x.Assign.ceoname, new { @class = "apylpt", @maxlength = "50" }) |
| 주소 |
-
@Html.TextBoxFor(x => x.Assign.post, new { @class = "postno", @style = "background-color:#ddd;", @readonly = true })
-
@Html.TextBoxFor(x => x.Assign.address1, new { @class = "postadr", @style = "background-color:#ddd;", @readonly = true, @placeholder = "주소입력" })
-
@Html.TextBoxFor(x => x.Assign.address2, new { @class = "postadrsub", @placeholder = "나머지 주소입력", @maxlength = "200" })
-
우편번호검색
|
| 업태 |
@Html.TextBoxFor(x => x.Assign.btype, new { @class = "apylpt", @maxlength = "50" }) |
| 종목 |
@Html.TextBoxFor(x => x.Assign.bkind, new { @class = "apylpt", @maxlength = "50" }) |
| 고용보험관리번호 |
@Html.TextBoxFor(x => x.Assign.eino, new { @class = "apylpt", @maxlength = "30" }) |
| 담당자성명 |
@Html.TextBoxFor(x => x.Assign.mname, new { @class = "apylpt", @maxlength = "30" }) |
| 담당자연락처 |
- @Html.TextBoxFor(x => x.Assign.mphone1, new { @maxlength = "3" })
- -
- @Html.TextBoxFor(x => x.Assign.mphone2, new { @maxlength = "4" })
- -
- @Html.TextBoxFor(x => x.Assign.mphone3, new { @maxlength = "4" })
|
| 계산서받을 이메일 |
- @Html.TextBoxFor(x => x.Assign.taxemail1, new { @maxlength = "100" })
- @
- @Html.TextBoxFor(x => x.Assign.taxemail2, new { @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" } })
|