sunhao 5 years ago
parent
commit
d0fe94ebf8
1 changed files with 12 additions and 5 deletions
  1. 12 5
      resources/views/custreport/detaillist.blade.php

+ 12 - 5
resources/views/custreport/detaillist.blade.php

@@ -64,8 +64,13 @@
64 64
         <div id="modal-demo1" class="modal fade" tabnonautomatic_index="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
65 65
             <div class="modal-dialog" style="width:980px">
66 66
                 <div class="modal-content radius" style="width:980px">
67
+                    
67 68
                     <div class="modal-body" style="height:{{$no_height}}px">
68
-                        <div id="fa2">                       
69
+                        <div style="float:right">                           
70
+                            <button class="btn btn-primary" data-dismiss="modal" aria-hidden="true">关闭</button>
71
+                        </div>
72
+                        <div id="fa2">   
73
+                                            
69 74
                             <div class="mt-20">
70 75
                                 <table class="table table-border table-bordered table-bg table-hover table-sort">
71 76
                                     <thead>
@@ -90,9 +95,6 @@
90 95
                            
91 96
                         </div>
92 97
          
93
-                        <div style="float:right">                           
94
-                            <button class="btn btn-primary" data-dismiss="modal" aria-hidden="true">关闭</button>
95
-                        </div>
96 98
                     </div>
97 99
                 </div>
98 100
             </div>
@@ -151,10 +153,15 @@
151 153
             location.href = '/admin/custreport/detail_export?admin_id='+admin_id+'&stime='+stime+'&etime='+etime;
152 154
         }
153 155
 
154
-        /*弹出层-填写原因*/
156
+        /*弹出层-*/
155 157
         function look_noreport() {
156 158
             $("#modal-demo1").modal("show");
157 159
         }
160
+        /*弹出层-关闭*/
161
+        function hide_noreport() {
162
+            alert(1);
163
+            $("#modal-demo1").modal("hide");
164
+        }
158 165
        
159 166
         /*分页*/
160 167