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
ec8d3f8b
authored
2018-03-30 11:52:17 +0800
by
杨建斌
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
3bd938b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
9 deletions
application/controllers/Work.php
application/views/work/审批/信用报告.php
application/controllers/Work.php
View file @
ec8d3f8
...
...
@@ -182,11 +182,21 @@ class Work extends CI_Controller
if
(
!
$ret
->
applyOrderVO
)
{
$ret
->
applyOrderVO
=
array
();
}
$url2
=
$this
->
config
->
item
(
'apiBaseUrl'
)
.
'audit/creditReport/'
.
$id
;
$result2
=
file_get_contents
(
$url2
);
$json2
=
json_decode
(
$result2
);
$ret2
=
$json2
->
data
;
$credit
=
(
object
)
array
();
if
(
$ret2
)
{
$credit
=
$ret2
;
}
$data
=
array
(
'clientInfoOutputVO'
=>
$ret
->
clientInfoOutputVO
,
'clientUnitOutputVO'
=>
$ret
->
clientUnitOutputVO
,
'clientContactOutputVOS'
=>
$ret
->
clientContactOutputVOS
,
'applyOrderVO'
=>
$ret
->
applyOrderVO
,
'credit'
=>
$credit
,
'id'
=>
$id
);
}
...
...
application/views/work/审批/信用报告.php
View file @
ec8d3f8
...
...
@@ -119,22 +119,22 @@
<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=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMOne"
value=
"
<?=
$credit
?
$credit
->
threeMOne
:
''
?>
"
>
<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=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMTwo"
value=
"
<?=
$credit
?
$credit
->
threeMTwo
:
''
?>
"
>
<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=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMThree"
value=
"
<?=
$credit
?
$credit
->
threeMThree
:
''
?>
"
>
<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=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMSeven"
value=
"
<?=
$credit
?
$credit
->
threeMSeven
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
个
</span>
</div>
</div>
...
...
@@ -147,31 +147,31 @@
<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=
""
>
<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=
""
>
<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=
""
>
<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=
""
>
<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=
""
>
<input
type=
"text"
name=
"threeMonthPersonage"
class=
"form-control input-text"
value=
"
<?=
$credit
?
$credit
->
threeMonthPersonage
:
''
?>
"
>
</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