5f952cad by yangjianbin

init

1 parent a7b50485
...@@ -58,7 +58,8 @@ ...@@ -58,7 +58,8 @@
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 subMenu += '<li><a href="javascript:;" onclick="rollback('+data+','+$(this).val()+','+full+')">退至 '+$(this).text()+'阶段</a></li>'; 61 console.log($(this))
62 subMenu += '<li><a href="javascript:;" onclick="rollback('+data+','+$(this).val()+','+full.status+')">退至 '+$(this).text()+'阶段</a></li>';
62 }) 63 })
63 return '<span class="dropDown dropDown_hover">\ 64 return '<span class="dropDown dropDown_hover">\
64 <button class="btn radius size-M">请选择 <i class="Hui-iconfont">&#xe6d5;</i></button>\ 65 <button class="btn radius size-M">请选择 <i class="Hui-iconfont">&#xe6d5;</i></button>\
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!