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
b1085e8e
authored
2018-03-24 14:03:04 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
ac30d17f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
application/views/work/资料/资料补录.php
application/views/work/资料/资料补录.php
View file @
b1085e8
...
...
@@ -133,7 +133,20 @@
<div
class=
"form-group col-sm-12 col-md-12"
>
<label>
居住情况
</label>
<div
class=
"info"
>
<div
class=
"live-info"
>
<?php
foreach
(
$this
->
session
->
dwellEnum
as
$k
=>
$v
)
:?>
<
div
class
="
live
-
info
">
<input type="
checkbox
" <?=
$clientInfoOutputVO->dwellState
==
$k
? 'checked' : ''?> name="
dwellState
">
<span><?=
$v
?></span>
<?php if(
$k
== 0):?>
<input type="
text
" <?=
$clientInfoOutputVO->dwellState
==
$k
?
$clientInfoOutputVO->dwellDetail
: ''?> class="
input
-
decoration
w
-
50
text
-
c
" name="
dwellDetail
" value=""> 层
<?php elseif (
$k
== 1):?>
<input type="
text
" <?=
$clientInfoOutputVO->dwellState
==
$k
?
$clientInfoOutputVO->dwellDetail
: ''?> name="
dwellDetail
" class="
input
-
decoration
w
-
50
text
-
c
"> 万
<?php elseif (
$k
== 2):?>
<input type="
text
" <?=
$clientInfoOutputVO->dwellState
==
$k
?
$clientInfoOutputVO->dwellDetail
: ''?> name="
dwellDetail
" class="
input
-
decoration
w
-
50
text
-
c
"> 万
<?php endif;?>
</div>
<?php endforeach;?>
<!--<div class="
live
-
info
">
<input type="
checkbox
" name="
dwellState
">
<span>自建</span>
<input type="
text
" class="
input
-
decoration
w
-
50
text
-
c
" name="
dwellDetail
" value=""> 层
...
...
@@ -158,7 +171,7 @@
</div>
<div class="
live
-
info
">
<input type="
checkbox
" name="
dwellState
">
<span>
单位住房
</span>
<span>单位住房</span>
-->
</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