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
ff366d52
authored
2018-03-24 17:07:09 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
5f952cad
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
application/views/work/尽调管理.php
application/views/work/尽调管理.php
View file @
ff366d5
...
...
@@ -58,7 +58,9 @@
<li><a href="#">退至【等待放款-移交】阶段</a></li>*/
var
subMenu
=
''
;
$
(
'[name=status]'
).
find
(
'option'
).
each
(
function
()
{
console
.
log
(
$
(
this
))
if
(
!
$
(
this
).
val
())
{
return
;
}
subMenu
+=
'<li><a href="javascript:;" onclick="rollback('
+
data
+
','
+
$
(
this
).
val
()
+
','
+
full
.
status
+
')">退至 '
+
$
(
this
).
text
()
+
'阶段</a></li>'
;
})
return
'<span class="dropDown dropDown_hover">\
...
...
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