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
90a86f2b
authored
2018-04-02 01:01:53 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
2c547f8e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
application/views/work/申请信息/借款人信息.php
application/views/work/申请信息/借款人信息.php
View file @
90a86f2
...
...
@@ -63,10 +63,24 @@
<div
class=
"form-group col-sm-12 col-md-12"
>
<label>
居住情况
</label>
<div
class=
"info"
>
<?php
foreach
(
$this
->
session
->
dwellEnum
as
$k
=>
$v
)
:
?>
<div
class=
"live-info"
>
<input
type=
"checkbox"
checked
name=
""
>
<span>
<?=
$clientInfoOutputVO
->
dwellDetail
?>
</span>
</div>
<input
value=
"1"
type=
"radio"
<?=
$clientInfoOutputVO
&&
$clientInfoOutputVO
->
dwellState
==
$k
?
'checked'
:
''
?>
name=
"clientInfoInputVO.dwellState"
>
<span>
<?=
$v
?>
</span>
<?php
if
(
$k
==
0
)
:
?>
<input
type=
"text"
<?=
$clientInfoOutputVO
&&
$clientInfoOutputVO
->
dwellState
==
$k
?
$clientInfoOutputVO
->
dwellDetail
:
''
?>
class=
"input-decoration w-50 text-c"
name=
"clientInfoInputVO.dwellDetail"
value=
""
>
层
<?php
elseif
(
$k
==
1
)
:
?>
<input
type=
"text"
<?=
$clientInfoOutputVO
&&
$clientInfoOutputVO
->
dwellState
==
$k
?
$clientInfoOutputVO
->
dwellDetail
:
''
?>
name=
"clientInfoInputVO.dwellDetail"
class=
"input-decoration w-50 text-c"
>
万
<?php
elseif
(
$k
==
2
)
:
?>
<input
type=
"text"
<?=
$clientInfoOutputVO
&&
$clientInfoOutputVO
->
dwellState
==
$k
?
$clientInfoOutputVO
->
dwellDetail
:
''
?>
name=
"clientInfoInputVO.dwellDetail"
class=
"input-decoration w-50 text-c"
>
万
<?php
endif
;
?>
</div>
<?php
endforeach
;
?>
<!--<div class="live-info">
<input type="checkbox" name="" checked>
<span>自建</span>
...
...
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