Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a4d97a8a
authored
2018-03-23 21:39:53 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
586a0e6c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
application/views/work/申请信息/单位信息.php
application/views/work/申请信息/单位信息.php
View file @
a4d97a8
...
...
@@ -4,54 +4,53 @@
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
单位名称
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"
XXX
"
>
<input
type=
"text"
class=
"form-control input-text"
value=
"
<?=
$clientUnitOutputVO
->
unitName
?>
"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
部门
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"
XXX
"
>
<input
type=
"text"
class=
"form-control input-text"
value=
"
<?=
$clientUnitOutputVO
->
department
?>
"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
单位性质
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
"1"
>
事业单位
</option>
<option
value=
"2"
>
个体户
</option>
<option>
<?=
$clientUnitOutputVO
->
unitNature
?>
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
职位名称
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"
XXX
"
>
<input
type=
"text"
class=
"form-control input-text"
value=
"
<?=
$clientUnitOutputVO
->
jobPosition
?>
"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
现单位入职时间
</label>
<input
type=
"text"
class=
"form-control input-text Wdate"
value=
"
2018-01-01
"
>
<input
type=
"text"
class=
"form-control input-text Wdate"
value=
"
<?=
$clientUnitOutputVO
->
currentUnitEntryDate
?>
"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
现单位工作年限
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
value=
"
<?=
$clientUnitOutputVO
->
currentUnitWorkYears
?>
"
>
<span
class=
"glyphicon glyphicon-year form-control-feedback"
aria-hidden=
"true"
></span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
现单位电话
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
value=
"
<?=
$clientUnitOutputVO
->
unitPhone
?>
"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
月收入
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"
10w
"
>
<input
type=
"text"
class=
"form-control input-text"
value=
"
<?=
$clientUnitOutputVO
->
monthlyIncome
?>
"
>
<span
class=
"glyphicon glyphicon-rmb form-control-feedback"
aria-hidden=
"true"
></span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
工资发放形式
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
"1"
>
支付宝
</option>
<option
value=
"1"
>
<?=
$clientUnitOutputVO
->
salaryGrantForm
?>
</option>
</select>
</span>
</div>
...
...
@@ -60,7 +59,7 @@
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
现单位所在地
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
value=
"
<?=
$clientUnitOutputVO
->
currentUnitAddress
?>
"
>
</div>
</div>
</div>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment