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
a7b50485
authored
2018-03-24 17:01:42 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
7d5fc342
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
application/views/work/尽调管理.php
application/views/work/尽调管理.php
View file @
a7b5048
...
...
@@ -58,7 +58,7 @@
<li><a href="#">退至【等待放款-移交】阶段</a></li>*/
var
subMenu
=
''
;
$
(
'[name=status]'
).
find
(
'option'
).
each
(
function
()
{
subMenu
+=
'<li><a href="
#
">退至 '
+
$
(
this
).
text
()
+
'阶段</a></li>'
;
subMenu
+=
'<li><a href="
javascript:;" onclick="rollback('
+
data
+
','
+
$
(
this
).
val
()
+
','
+
full
+
')
">退至 '
+
$
(
this
).
text
()
+
'阶段</a></li>'
;
})
return
'<span class="dropDown dropDown_hover">\
<button class="btn radius size-M">请选择 <i class="Hui-iconfont"></i></button>\
...
...
@@ -108,7 +108,8 @@
});
}
function
rollback
(
id
)
{
function
rollback
(
id
,
curr
,
all
)
{
console
.
log
(
id
,
curr
,
all
);
layer
.
prompt
({
title
:
'输入驳回理由'
,
formType
:
1
},
function
(
pass
,
index
){
layer
.
close
(
index
);
...
...
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