ff366d52 by yangjianbin

init

1 parent 5f952cad
...@@ -58,7 +58,9 @@ ...@@ -58,7 +58,9 @@
58 <li><a href="#">退至【等待放款-移交】阶段</a></li>*/ 58 <li><a href="#">退至【等待放款-移交】阶段</a></li>*/
59 var subMenu = ''; 59 var subMenu = '';
60 $('[name=status]').find('option').each(function () { 60 $('[name=status]').find('option').each(function () {
61 console.log($(this)) 61 if(!$(this).val()) {
62 return;
63 }
62 subMenu += '<li><a href="javascript:;" onclick="rollback('+data+','+$(this).val()+','+full.status+')">退至 '+$(this).text()+'阶段</a></li>'; 64 subMenu += '<li><a href="javascript:;" onclick="rollback('+data+','+$(this).val()+','+full.status+')">退至 '+$(this).text()+'阶段</a></li>';
63 }) 65 })
64 return '<span class="dropDown dropDown_hover">\ 66 return '<span class="dropDown dropDown_hover">\
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!