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
d5c26cb2
authored
2018-03-23 21:25:39 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
06180dc5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
application/views/work/申请信息/借款人信息.php
application/views/work/申请信息/借款人信息.php
View file @
d5c26cb
...
...
@@ -64,7 +64,11 @@
<label>
居住情况
</label>
<div
class=
"info"
>
<div
class=
"live-info"
>
<input
type=
"checkbox"
name=
""
checked
>
<input
type=
"checkbox"
name=
""
>
<span>
<?=
$clientInfoOutputVO
->
dwellDetail
?>
</span>
</div>
<!--<div class="live-info">
<input type="checkbox" name="" checked>
<span>自建</span>
<input type="text" class="input-decoration w-50 text-c" value="5"> 层
</div>
...
...
@@ -89,7 +93,7 @@
<div class="live-info">
<input type="checkbox" name="">
<span>单位住房</span>
</div>
</div>
-->
</div>
</div>
</div>
...
...
@@ -97,13 +101,13 @@
<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=
"
13333333333
"
>
<input
type=
"text"
class=
"form-control input-text"
value=
"
<?=
$clientInfoOutputVO
->
phoneNumber
?>
"
>
</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
>
<?=
$clientInfoOutputVO
->
registerProvince
?>
</option>
</select>
</span>
</div>
...
...
@@ -112,14 +116,14 @@
<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=
"
<?=
$clientInfoOutputVO
->
registerDetailAddress
?>
"
>
</div>
</div>
<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=
"
<?=
$clientInfoOutputVO
->
currentAddress
?>
"
>
</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