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
         <div id="modal-demo1" class="modal fade" tabnonautomatic_index="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
64
         <div id="modal-demo1" class="modal fade" tabnonautomatic_index="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
65
             <div class="modal-dialog" style="width:980px">
65
             <div class="modal-dialog" style="width:980px">
66
                 <div class="modal-content radius" style="width:980px">
66
                 <div class="modal-content radius" style="width:980px">
67
+                    
67
                     <div class="modal-body" style="height:{{$no_height}}px">
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
                             <div class="mt-20">
74
                             <div class="mt-20">
70
                                 <table class="table table-border table-bordered table-bg table-hover table-sort">
75
                                 <table class="table table-border table-bordered table-bg table-hover table-sort">
71
                                     <thead>
76
                                     <thead>
90
                            
95
                            
91
                         </div>
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
                     </div>
98
                     </div>
97
                 </div>
99
                 </div>
98
             </div>
100
             </div>
151
             location.href = '/admin/custreport/detail_export?admin_id='+admin_id+'&stime='+stime+'&etime='+etime;
153
             location.href = '/admin/custreport/detail_export?admin_id='+admin_id+'&stime='+stime+'&etime='+etime;
152
         }
154
         }
153
 
155
 
154
-        /*弹出层-填写原因*/
156
+        /*弹出层-*/
155
         function look_noreport() {
157
         function look_noreport() {
156
             $("#modal-demo1").modal("show");
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