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
5a41ffad
authored
2018-03-31 12:08:16 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
53b8e190
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
application/controllers/Work.php
application/views/work/审批/意见.php
application/controllers/Work.php
View file @
5a41ffa
...
...
@@ -228,7 +228,11 @@ class Work extends CI_Controller
$this
->
load
->
view
(
'work/审批/交易记录'
,
$data
);
break
;
case
6
:
if
(
$ret
->
applyOrderVO
->
status
==
4
){
$this
->
load
->
view
(
'work/审批/录入信用报告'
,
$data
);
}
else
{
$this
->
load
->
view
(
'work/审批/意见'
,
$data
);
}
break
;
case
7
:
$this
->
load
->
view
(
'work/审批/网查筛选'
,
$data
);
...
...
application/views/work/审批/意见.php
View file @
5a41ffa
...
...
@@ -3,9 +3,11 @@
<body>
<div
class=
"cl pd-5 bg-1"
>
<span
class=
"l"
>
<?php
if
(
$applyOrderVO
->
status
==
4
)
:
?>
<button
class=
"btn btn-primary radius"
onclick=
"loadIframe('
<?=
site_url
(
'work/check/6/'
.
$id
)
?>
', '录入信用报告');"
>
录入信用报告
</button>
<button
class=
"btn btn-primary radius"
onclick=
"loadIframe('
<?=
site_url
(
'work/check/7/'
.
$id
)
?>
', '网查筛查');"
>
网查筛查
</button>
<button
class=
"btn btn-primary radius"
onclick=
"loadIframe('
<?=
site_url
(
'work/check/8/'
.
$id
)
?>
', '电核');"
>
电核
</button>
<?php
endif
;
?>
<button
class=
"btn btn-primary radius"
onclick=
"loadIframe('
<?=
site_url
(
'work/check/9/'
.
$id
)
?>
', '受理意见');"
>
受理意见
</button>
</span>
</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