3e1c02b0 by yangjianbin

init

1 parent 296314ae
...@@ -28,10 +28,7 @@ ...@@ -28,10 +28,7 @@
28 <button class="btn btn-warning btn-block">退回订单</button> 28 <button class="btn btn-warning btn-block">退回订单</button>
29 </div> 29 </div>
30 <div class="col-sm-2"> 30 <div class="col-sm-2">
31 <button class="btn btn-danger btn-block" onclick="research()">再次发起尽调</button> 31 <button class="btn btn-primary btn-block" onclick="submit()">提交尽调</button>
32 </div>
33 <div class="col-sm-2">
34 <button class="btn btn-primary btn-block" onclick="approval()">确认</button>
35 </div> 32 </div>
36 </div> 33 </div>
37 34
...@@ -49,6 +46,10 @@ ...@@ -49,6 +46,10 @@
49 $("#tab").Huitab({index: index}); 46 $("#tab").Huitab({index: index});
50 47
51 uploadList(); 48 uploadList();
49
50 function submit() {
51
52 }
52 </script> 53 </script>
53 </body> 54 </body>
54 </html> 55 </html>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!