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
33ba56bc
authored
2018-03-31 10:55:07 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
1433a2e2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
application/views/work/审批/信用报告.php
application/views/work/审批/信用报告.php
View file @
33ba56b
...
...
@@ -141,39 +141,41 @@
</div>
</div>
<div
class=
"panel panel-default mb-20"
>
<
!--<
div class="panel panel-default mb-20">
<div class="panel-header">3个月查询记录</div>
<div class="panel-body cl">
<div class="row cl">
<div class="form-group col-sm-6 col-md-6">
<label>贷款</label>
<input
type=
"text"
name=
"threeMonthLoan"
class=
"form-control input-text"
value=
"
<?
=
$credit
?
$credit
->
threeMonthLoan
:
''
?>
"
>
<input type="text" name="threeMonthLoan" class="form-control input-text" value="
<?
/*=$credit ? $credit->threeMonthLoan : ''*/
?>
">
</div>
</div>
<div class="row cl">
<div class="form-group col-sm-6 col-md-6">
<label>信用卡</label>
<input
type=
"text"
name=
"threeMonthCreditCard"
class=
"form-control input-text"
value=
"
<?
=
$credit
?
$credit
->
threeMonthCreditCard
:
''
?>
"
>
<input type="text" name="threeMonthCreditCard" class="form-control input-text" value="
<?
/*=$credit ? $credit->threeMonthCreditCard : ''*/
?>
">
</div>
</div>
<div class="row cl">
<div class="form-group col-sm-6 col-md-6">
<label>担保</label>
<input
type=
"text"
name=
"threeMonthGuarantee"
class=
"form-control input-text"
value=
"
<?
=
$credit
?
$credit
->
threeMonthGuarantee
:
''
?>
"
>
<input type="text" name="threeMonthGuarantee" class="form-control input-text" value="
<?
/*=$credit ? $credit->threeMonthGuarantee : ''*/
?>
">
</div>
</div>
<div class="row cl">
<div class="form-group col-sm-6 col-md-6">
<label>保前</label>
<input
type=
"text"
name=
"threeMonthGuaranteeBefore"
class=
"form-control input-text"
value=
"
<?
=
$credit
?
$credit
->
threeMonthGuaranteeBefore
:
''
?>
"
>
<input type="text" name="threeMonthGuaranteeBefore" class="form-control input-text" value="
<?
/*=$credit ? $credit->threeMonthGuaranteeBefore : ''*/
?>
">
</div>
</div>
<div class="row cl">
<div class="form-group col-sm-6 col-md-6">
<label>个人查询</label>
<input
type=
"text"
name=
"threeMonthPersonage"
class=
"form-control input-text"
value=
"
<?=
$credit
?
$credit
->
threeMonthPersonage
:
''
?>
"
>
</div>
<input type="text" name="threeMonthPersonage" class="form-control input-text" value="
<?
/*=$credit ? $credit->threeMonthPersonage : ''*/
?>
">
</div>
</div>
</div>
</div>-->
</form>
\ 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