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
aaf68b32
authored
2018-03-31 14:03:18 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
a2141f1c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
application/controllers/Work.php
application/controllers/Work.php
View file @
aaf68b3
...
...
@@ -121,7 +121,7 @@ class Work extends CI_Controller
'clientInfoOutputVO'
=>
$ret
->
clientInfoOutputVO
,
'clientUnitOutputVO'
=>
$ret
->
clientUnitOutputVO
,
'clientContactOutputVOS'
=>
$ret
->
clientContactOutputVOS
,
'applyOrderVO'
=>
$ret
->
applyO
rderVO
,
'applyOrderVO'
=>
$ret
->
o
rderVO
,
'operatorRecord'
=>
$ret2
);
$this
->
load
->
view
(
'work/订单详情'
,
$data
);
...
...
@@ -152,7 +152,7 @@ class Work extends CI_Controller
'clientInfoOutputVO'
=>
$ret
->
clientInfoOutputVO
,
'clientUnitOutputVO'
=>
$ret
->
clientUnitOutputVO
,
'clientContactOutputVOS'
=>
$ret
->
clientContactOutputVOS
,
'applyOrderVO'
=>
$ret
->
applyO
rderVO
,
'applyOrderVO'
=>
$ret
->
o
rderVO
,
'operatorRecord'
=>
$ret2
,
'id'
=>
$id
);
...
...
@@ -179,8 +179,8 @@ class Work extends CI_Controller
if
(
!
$ret
->
clientContactOutputVOS
)
{
$ret
->
clientContactOutputVOS
=
array
();
}
if
(
!
$ret
->
applyO
rderVO
)
{
$ret
->
applyO
rderVO
=
array
();
if
(
!
$ret
->
o
rderVO
)
{
$ret
->
o
rderVO
=
array
();
}
$url2
=
$this
->
config
->
item
(
'apiBaseUrl'
)
.
'audit/creditReport/'
.
$id
;
...
...
@@ -202,7 +202,7 @@ class Work extends CI_Controller
'clientInfoOutputVO'
=>
$ret
->
clientInfoOutputVO
,
'clientUnitOutputVO'
=>
$ret
->
clientUnitOutputVO
,
'clientContactOutputVOS'
=>
$ret
->
clientContactOutputVOS
,
'applyOrderVO'
=>
$ret
->
applyO
rderVO
,
'applyOrderVO'
=>
$ret
->
o
rderVO
,
'credit'
=>
$credit
,
//信用报告
'id'
=>
$id
,
'dueDiligence'
=>
$dueDiligence
//尽调报告
...
...
@@ -227,10 +227,10 @@ class Work extends CI_Controller
$this
->
load
->
view
(
'work/审批/交易记录'
,
$data
);
break
;
case
6
:
if
(
$ret
->
applyO
rderVO
->
status
==
4
){
if
(
$ret
->
o
rderVO
->
status
==
4
){
$this
->
load
->
view
(
'work/审批/录入信用报告'
,
$data
);
}
else
{
if
(
$ret
->
applyO
rderVO
->
status
==
6
){
if
(
$ret
->
o
rderVO
->
status
==
6
){
//查询初审结果,复审结果
$getFirstCheckUrl
=
$this
->
config
->
item
(
'apiBaseUrl'
)
.
'flow/getFirstCheck/'
.
$id
;
$getFirstCheckResult
=
file_get_contents
(
$getFirstCheckUrl
);
...
...
@@ -300,7 +300,7 @@ class Work extends CI_Controller
$ret
->
clientContactOutputVOS
=
array
();
}
//查询还款计划表
$str
=
'borrowAmount='
.
$ret
->
applyOrderVO
->
applyMoney
.
'&productId='
.
$ret
->
applyOrderVO
->
productId
.
'&loanDeadline='
.
$ret
->
applyO
rderVO
->
deadline
;
$str
=
'borrowAmount='
.
$ret
->
orderVO
->
agreeMoney
.
'&productId='
.
$ret
->
orderVO
->
productId
.
'&loanDeadline='
.
$ret
->
o
rderVO
->
deadline
;
$url2
=
$this
->
config
->
item
(
'apiBaseUrl'
)
.
'application/tool/interest?'
.
$str
;
$result2
=
file_get_contents
(
$url2
);
$json2
=
json_decode
(
$result2
);
...
...
@@ -311,7 +311,7 @@ class Work extends CI_Controller
'clientInfoOutputVO'
=>
$ret
->
clientInfoOutputVO
,
'clientUnitOutputVO'
=>
$ret
->
clientUnitOutputVO
,
'clientContactOutputVOS'
=>
$ret
->
clientContactOutputVOS
,
'applyOrderVO'
=>
$ret
->
applyO
rderVO
,
'applyOrderVO'
=>
$ret
->
o
rderVO
,
'plan'
=>
$ret2
);
$this
->
load
->
view
(
'work/客户确认/客户确认'
,
$data
);
...
...
@@ -415,7 +415,7 @@ class Work extends CI_Controller
'clientInfoOutputVO'
=>
$ret
->
clientInfoOutputVO
,
'clientUnitOutputVO'
=>
$ret
->
clientUnitOutputVO
,
'clientContactOutputVOS'
=>
$ret
->
clientContactOutputVOS
,
'applyOrderVO'
=>
$ret
->
applyO
rderVO
,
'applyOrderVO'
=>
$ret
->
o
rderVO
,
'id'
=>
$id
);
...
...
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