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
19f05b37
authored
2018-03-24 14:15:42 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
f811b2fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
application/controllers/Work.php
application/views/work/资料/资料补录.php
application/controllers/Work.php
View file @
19f05b3
...
...
@@ -154,7 +154,7 @@ class Work extends CI_Controller
'applyOrderVO'
=>
$ret
->
applyOrderVO
,
'operatorRecord'
=>
$ret2
);
var_dump
(
$data
);
exit
;
//
var_dump($data);exit;
$this
->
load
->
view
(
'work/资料/资料补录'
,
$data
);
}
...
...
application/views/work/资料/资料补录.php
View file @
19f05b3
...
...
@@ -214,11 +214,11 @@
<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=
"
<?=
$clientUnitOutputVO
->
unitName
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
value=
"
<?=
$clientUnitOutputVO
?
$clientUnitOutputVO
->
unitName
:
''
?>
"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
部门
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"
<?=
$clientUnitOutputVO
->
department
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
value=
"
<?=
$clientUnitOutputVO
?
$clientUnitOutputVO
->
department
:
''
?>
"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
单位性质
</label>
...
...
@@ -232,18 +232,18 @@
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
职位名称
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"
<?=
$clientUnitOutputVO
->
jobPosition
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
value=
"
<?=
$clientUnitOutputVO
?
$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=
"
<?=
$clientUnitOutputVO
->
currentUnitEntryDate
?>
"
>
<input
type=
"text"
class=
"form-control input-text Wdate"
value=
"
<?=
$clientUnitOutputVO
?
$clientUnitOutputVO
->
currentUnitEntryDate
:
''
?>
"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
现单位工作年限
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"
<?=
$clientUnitOutputVO
->
currentUnitWorkYears
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
value=
"
<?=
$clientUnitOutputVO
?
$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"
>
...
...
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