lvhao há 2 dias atrás
pai
commit
cc6cdf24a2

+ 0 - 4
core/CoreApp/controllers/Workshopshow.php

@@ -813,10 +813,6 @@ class Workshopshow extends Start_Controller
 
             $timetkk = $this->input->post('timetkk',true);
             $timetjj = $this->input->post('timetjj',true);
-            $timetkk = strtotime($timetkk);
-            $timetjj = strtotime($timetjj);
-
-            
             if(empty($page))
 		    {
                 $start = 0;

+ 5 - 7
template/erp/workshopshow_dyc7twchshow.html

@@ -38,13 +38,11 @@ var customon = 1;
 function custom(){
 $(".data tr").each(function() {
     $(this).find('td:eq(0)').css("width","1%");
-    $(this).find('td:eq(1)').css("width","11%");
-    $(this).find('td:eq(2)').css("width","25%");
-    $(this).find('td:eq(3)').css("width","25%");
-    $(this).find('td:eq(4)').css("width","10%");
-    $(this).find('td:eq(5)').css("width","10%");
-    $(this).find('td:eq(6)').css("width","15%");
-  
+    $(this).find('td:eq(1)').css("width","10%");
+    $(this).find('td:eq(2)').css("width","8%");
+    $(this).find('td:eq(3)').css("width","8%");
+    $(this).find('td:eq(4)').css("width","8%");
+    $(this).find('td:eq(5)').css("width","50%");
 });}
 
 </script>