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
23fac1a2
authored
2018-03-24 13:44:06 +0800
by
Zelig
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'develop' of
http://g.28ms.com:8000/yangjianbin/page
into develop
2 parents
2bd421df
1cf5b86a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
application/controllers/Work.php
application/views/work/资料补录.php
application/controllers/Work.php
View file @
23fac1a
...
...
@@ -154,6 +154,7 @@ class Work extends CI_Controller
'applyOrderVO'
=>
$ret
->
applyOrderVO
,
'operatorRecord'
=>
$ret2
);
var_dump
(
$data
);
exit
;
$this
->
load
->
view
(
'work/资料/资料补录'
,
$data
);
}
...
...
application/views/work/资料补录.php
View file @
23fac1a
...
...
@@ -44,11 +44,12 @@
{
data: "id", render: function (data, type, full) {
var url = "
<?=
site_url
(
'/work/record'
)
?>
";
url += '/' + data;
return '<span class="
dropDown
dropDown_hover
">\
<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
(
\
'资料补录\',\''
+
url
+
'\')">资料补录</a></li>\
<li><a href="javascript:cancel(
1
);">客户取消</a></li>\
<li><a href="javascript:cancel(
'
+
data
+
'
);">客户取消</a></li>\
</ul>\
</span>'
;
}
...
...
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