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
5a35deda
authored
2018-03-23 22:55:32 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
a4d97a8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
application/views/work/申请信息/借款人信息.php
application/views/work/申请信息/联系人信息.php
application/views/work/申请信息/借款人信息.php
View file @
5a35ded
...
...
@@ -64,7 +64,7 @@
<label>
居住情况
</label>
<div
class=
"info"
>
<div
class=
"live-info"
>
<input
type=
"checkbox"
name=
""
>
<input
type=
"checkbox"
checked
name=
""
>
<span>
<?=
$clientInfoOutputVO
->
dwellDetail
?>
</span>
</div>
<!--<div class="live-info">
...
...
application/views/work/申请信息/联系人信息.php
View file @
5a35ded
<div
class=
"panel panel-default mb-20"
>
<div
class=
"panel-header"
>
联系人信息 (不承担贷款相关责任)
</div>
<div
class=
"panel-body"
>
<?php
foreach
(
$ClientContactOutputVO
as
$k
=>
$v
)
:?>
<
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="
<?=
$v
->
contactName
?>
">
</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"
>
<
?=
$v
->
contactRelation
?>
<
/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=
"
<?=
$v
->
contactPhone
?>
"
>
</div>
</div>
<?php
endforeach
;
?>
<div
class=
"row cl"
>
<
!--<
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">
...
...
@@ -56,6 +58,6 @@
<label>手机号</label>
<input type="text" class="form-control input-text" value="XXX">
</div>
</div>
</div>
-->
</div>
</div>
\ No newline at end of file
...
...
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