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
bd321429
authored
2018-03-30 00:00:15 +0800
by
Zelig
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
马上尽调
1 parent
2ad00268
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
1 deletions
application/controllers/Work.php
application/views/work/尽调报告/index.php
application/views/work/尽调管理.php
application/controllers/Work.php
View file @
bd32142
...
...
@@ -343,4 +343,9 @@ class Work extends CI_Controller
$data
[
'draw'
]
=
$draw
+
1
;
$this
->
output
->
set_content_type
(
'application/json'
)
->
set_output
(
json_encode
(
$data
));
}
public
function
inquiry
(
$id
)
{
$this
->
load
->
view
(
'/work/尽调报告/index'
,
compact
(
'id'
));
}
}
...
...
application/views/work/尽调报告/index.php
0 → 100644
View file @
bd32142
<?php
$this
->
load
->
view
(
'common/header'
);
?>
<body>
<div
id=
"tab"
class=
"HuiTab"
>
<div
class=
"tabBar clearfix"
style=
"background-color:#e8e8e8"
>
<span>
尽调报告
</span>
<span>
资料清单
</span>
</div>
<div
class=
"tabCon"
>
<?php
$this
->
load
->
view
(
'work/尽调报告/打工'
);
?>
<!--
<?php
$this
->
load
->
view
(
'work/尽调报告/法人'
);
?>
-->
</div>
<div
class=
"tabCon"
>
<?php
$this
->
load
->
view
(
'work/图片上传'
);
?>
</div>
</div>
<?php
$this
->
load
->
view
(
'common/footer'
);
?>
<script>
function
getQueryString
(
name
)
{
var
reg
=
new
RegExp
(
"(^|&)"
+
name
+
"=([^&]*)(&|$)"
,
"i"
);
var
r
=
window
.
location
.
search
.
substr
(
1
).
match
(
reg
);
if
(
r
!=
null
)
return
unescape
(
r
[
2
]);
return
null
;
}
var
index
=
getQueryString
(
'tab'
);
$
(
"#tab"
).
Huitab
({
index
:
index
});
uploadList
();
</script>
</body>
</html>
application/views/work/尽调管理.php
View file @
bd32142
...
...
@@ -67,7 +67,7 @@
<button class="btn radius size-M">请选择 <i class="Hui-iconfont"></i></button>\
<ul class="dropDown-menu menu radius box-shadow">\
<li><a href="javascript:;" onclick="layer_show(\'订单详情\', \'/index.php/work/detail/'
+
data
+
'?tab=0\')">查看详细</a></li>\
<li><a href="javascript:;" onclick="layer_show(\'
资料补录\', \'/index.php/work/record
/'
+
data
+
'\')">马上尽调</a></li>\
<li><a href="javascript:;" onclick="layer_show(\'
马上尽调\', \'/index.php/work/inquiry
/'
+
data
+
'\')">马上尽调</a></li>\
<li><a href="javascript:;" onclick="rollback('
+
data
+
')">驳回</a></li>\
<li>\
<a href="#">退回订单<i class="arrow Hui-iconfont"></i></a>\
...
...
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