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
c495896e
authored
2018-04-01 12:24:24 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
169dc13a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
13 deletions
application/views/work/审批/信用报告.php
application/views/work/审批/信用报告.php
View file @
c495896
...
...
@@ -76,31 +76,33 @@
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
M1
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"
creditCardMOne"
value=
"
<?=
$credit
?
$credit
->
creditCard
MOne
:
''
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"
loanMOne"
value=
"
<?=
$credit
?
$credit
->
loan
MOne
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
个
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
M2
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"
creditCardMTwo"
value=
"
<?=
$credit
?
$credit
->
creditCard
MTwo
:
''
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"
loanMTwo"
value=
"
<?=
$credit
?
$credit
->
loan
MTwo
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
个
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
M3
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"
creditCardMThree"
value=
"
<?=
$credit
?
$credit
->
creditCard
MThree
:
''
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"
loanMThree"
value=
"
<?=
$credit
?
$credit
->
loan
MThree
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
个
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
M7
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"
creditCardMSeven"
value=
"
<?=
$credit
?
$credit
->
creditCard
MSeven
:
''
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"
loanMSeven"
value=
"
<?=
$credit
?
$credit
->
loan
MSeven
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
个
</span>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
信用卡使用记录
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"
loan
Record"
value=
"
<?=
$credit
?
$credit
->
creditCardUseRecord
:
''
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"
creditCardUse
Record"
value=
"
<?=
$credit
?
$credit
->
creditCardUseRecord
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
年
</span>
</div>
</div>
...
...
@@ -112,13 +114,13 @@
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
余额
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"
loanBalance"
value=
"
<?=
$credit
?
$credit
->
creditCardUseRecord
:
''
?>
"
>
<label>
已使用额度
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"
creditCardHaveUsedAmount"
value=
"
<?=
$credit
?
$credit
->
creditCardHaveUsedAmount
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
逾期
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"
loanDue"
value=
"
<?=
$credit
?
$credit
->
creditCardUseRecord
:
''
?>
"
>
<label>
6个月平均使用
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"
creditCardSixMonthAverageAmount"
value=
"
<?=
$credit
?
$credit
->
creditCardSixMonthAverageAmount
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
</div>
...
...
@@ -126,25 +128,26 @@
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
M1
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"
loanMOne"
value=
"
<?=
$credit
?
$credit
->
loan
MOne
:
''
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"
creditCardMOne"
value=
"
<?=
$credit
?
$credit
->
creditCard
MOne
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
个
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
M2
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"
loanMTwo"
value=
"
<?=
$credit
?
$credit
->
loan
MTwo
:
''
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"
creditCardMTwo"
value=
"
<?=
$credit
?
$credit
->
creditCard
MTwo
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
个
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
M3
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"
loanMThree"
value=
"
<?=
$credit
?
$credit
->
loan
MThree
:
''
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"
creditCardMThree"
value=
"
<?=
$credit
?
$credit
->
creditCard
MThree
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
个
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
M7
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"
loanMSeven"
value=
"
<?=
$credit
?
$credit
->
loan
MSeven
:
''
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"
creditCardMSeven"
value=
"
<?=
$credit
?
$credit
->
creditCard
MSeven
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
个
</span>
</div>
</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