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
7056fdaf
authored
2018-03-31 11:15:43 +0800
by
wang
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
2 parents
ade1d3dc
12d746fe
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
application/controllers/Work.php
application/views/work/审批/信用报告.php
application/controllers/Work.php
View file @
7056fda
...
...
@@ -187,9 +187,10 @@ class Work extends CI_Controller
$result2
=
file_get_contents
(
$url2
);
$json2
=
json_decode
(
$result2
);
$ret2
=
$json2
->
data
;
$credit
=
(
object
)
array
();
if
(
$ret2
)
{
$credit
=
$ret2
;
}
else
{
$credit
=
array
();
}
$url3
=
$this
->
config
->
item
(
'apiBaseUrl'
)
.
'dueDiligence/'
.
$id
;
...
...
@@ -202,11 +203,12 @@ class Work extends CI_Controller
'clientUnitOutputVO'
=>
$ret
->
clientUnitOutputVO
,
'clientContactOutputVOS'
=>
$ret
->
clientContactOutputVOS
,
'applyOrderVO'
=>
$ret
->
applyOrderVO
,
'credit'
=>
$credit
,
'id'
=>
$id
'credit'
=>
$credit
,
//信用报告
'id'
=>
$id
,
'dueDiligence'
=>
$dueDiligence
//尽调报告
);
// array_merge($data, $dueDiligence);
}
switch
(
$state
)
{
...
...
application/views/work/审批/信用报告.php
View file @
7056fda
<?php
var_dump
(
$credit
);
?>
<form
action=
""
id=
"form1"
>
<input
type=
"hidden"
name=
"orderId"
value=
"
<?=
$id
?>
"
>
<div
class=
"panel panel-default mb-20"
>
...
...
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