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
4b3adfde
authored
2018-03-30 22:34:10 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
23fa59fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
application/controllers/Work.php
application/views/work/尽调报告/法人.php
application/controllers/Work.php
View file @
4b3adfd
...
...
@@ -191,6 +191,13 @@ class Work extends CI_Controller
if
(
$ret2
)
{
$credit
=
$ret2
;
}
var_dump
(
$credit
);
exit
;
$url3
=
$this
->
config
->
item
(
'apiBaseUrl'
)
.
'dueDiligence/'
.
$id
;
$result3
=
file_get_contents
(
$url3
);
$json3
=
json_decode
(
$result3
);
$dueDiligence
=
$json3
->
data
;
$data
=
array
(
'clientInfoOutputVO'
=>
$ret
->
clientInfoOutputVO
,
'clientUnitOutputVO'
=>
$ret
->
clientUnitOutputVO
,
...
...
@@ -199,6 +206,8 @@ class Work extends CI_Controller
'credit'
=>
$credit
,
'id'
=>
$id
);
array_merge
(
$data
,
$dueDiligence
);
}
switch
(
$state
)
{
...
...
application/views/work/尽调报告/法人.php
View file @
4b3adfd
...
...
@@ -4,7 +4,7 @@
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
姓名
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"
张三
"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
身份证
</label>
...
...
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