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
1d660bb5
authored
2018-03-31 11:03:38 +0800
by
wang
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
2 parents
df9c6573
33ba56bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
application/views/work/审批/信用报告.php
application/views/work/尽调报告/index.php
application/views/work/审批/信用报告.php
View file @
1d660bb
...
...
@@ -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
:
''
?>
"
>
<input type="text" name="threeMonthPersonage" class="form-control input-text" value="
<?
/*=$credit ? $credit->threeMonthPersonage : ''*/
?>
">
</div>
</div>
</div>
</div>
</div>-->
</form>
\ No newline at end of file
...
...
application/views/work/尽调报告/index.php
View file @
1d660bb
...
...
@@ -27,7 +27,7 @@
</div>
<div
class=
"row cl pb-20 col-sm-12"
>
<div
class=
"col-sm-offset-
3
col-sm-2"
>
<div
class=
"col-sm-offset-
4
col-sm-2"
>
<button
class=
"btn btn-warning btn-block"
>
退回订单
</button>
</div>
<div
class=
"col-sm-2"
>
...
...
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