- | 이름 |
- @Html.TextBoxFor(x => x.User.username, new { @class = "apylpt", @maxlength = "10", @style = "background-color:#ddd;", @readonly = true }) |
-
-
- | 주민등록번호 |
+ 회사명 |
-
- - @Html.TextBoxFor(x => x.User.userpno1, new { @maxlength = "6", @readonly = "readonly", @style = "background-color:#ddd;" })
- - -
- - @Html.TextBoxFor(x => x.User.userpno2, new { @maxlength = "7", @readonly = "readonly", @style = "background-color:#ddd;" })
-
+ @Html.TextBoxFor(x => x.Assign.asname, new { @class = "apylpt", @maxlength = "100", @style = "background-color:#ddd;", @readonly = true })
+ 검색
|
- | 휴대전화 |
-
-
- - @Html.TextBoxFor(x => x.User.mobile1, new { @maxlength = "3", @readonly = "readonly", @style = "background-color:#ddd;" })
- - -
- - @Html.TextBoxFor(x => x.User.mobile2, new { @maxlength = "4", @readonly = "readonly", @style = "background-color:#ddd;" })
- - -
- - @Html.TextBoxFor(x => x.User.mobile3, new { @maxlength = "4", @readonly = "readonly", @style = "background-color:#ddd;" })
-
- |
+ 사업자등록번호 |
+ @Html.TextBoxFor(x => x.Assign.brno, new { @class = "apylpt", @maxlength = "10" }) |
- | 이메일 |
-
-
- - @Html.TextBoxFor(x => x.User.email1, new { @maxlength = "100" })
- - @
- - @Html.TextBoxFor(x => x.User.email2, new { @maxlength = "30" })
-
- |
+ 대표자성명 |
+ @Html.TextBoxFor(x => x.Assign.ceoname, new { @class = "apylpt", @maxlength = "50" }) |
- | 주소 |
+ 주소 |
-
- @Html.TextBoxFor(x => x.User.post, new { @class = "postno", @style = "background-color:#ddd;", @readonly = true })
+ @Html.TextBoxFor(x => x.Assign.post, new { @class = "postno", @style = "background-color:#ddd;" })
-
- @Html.TextBoxFor(x => x.User.address1, new { @class = "postadr", @style = "background-color:#ddd;", @readonly = true, @placeholder = "주소입력" })
+ @Html.TextBoxFor(x => x.Assign.address1, new { @class = "postadr", @style = "background-color:#ddd;", @placeholder = "주소입력" })
-
- @Html.TextBoxFor(x => x.User.address2, new { @class = "postadrsub", @placeholder = "나머지 주소입력", @maxlength = "200" })
+ @Html.TextBoxFor(x => x.Assign.address2, new { @class = "postadrsub", @placeholder = "나머지 주소입력", @maxlength = "200" })
-
우편번호검색
@@ -334,63 +232,167 @@
|
-
- | 채용형태 |
-
-
- -
- @Html.RadioButtonFor(model => model.User.isassignuser, "1", new { @name = "recruit", @checked = "checked" })정규직
-
- -
- @Html.RadioButtonFor(model => model.User.isassignuser, "0", new { @name = "recruit" })비정규직
-
-
- |
-
-
- | 직위 |
-
- @Html.TextBoxFor(x => x.User.uduty, new { @class = "apylpt", @maxlength = "20" })
- |
+
+ | 업태 |
+ @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.mname, new { @class = "apylpt", @maxlength = "30" }) |
+
+
+ | 담당자연락처 |
-
- -
- @Html.RadioButtonFor(model => model.User.slevel, "0", new { @name = "eduGrade", @checked = "checked" })기타
-
- -
- @Html.RadioButtonFor(model => model.User.slevel, "1", new { @name = "eduGrade" })고졸
-
- -
- @Html.RadioButtonFor(model => model.User.slevel, "2", new { @name = "eduGrade" })학사
-
- -
- @Html.RadioButtonFor(model => model.User.slevel, "3", new { @name = "eduGrade" })석사
-
- -
- @Html.RadioButtonFor(model => model.User.slevel, "4", new { @name = "eduGrade" })박사
-
+
+ - @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" } })
+ |
+
*@