lvhao hace 8 horas
padre
commit
4b5226763b
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. 1 1
      core/CoreApp/controllers/Scanimgs.php
  2. 2 1
      template/erp/scanimgs.html

+ 1 - 1
core/CoreApp/controllers/Scanimgs.php

@@ -110,7 +110,7 @@ class Scanimgs extends Start_Controller {
                     "imgs" => $img_str,
                     "addtime" => date("Y-m-d H:i:s",$value['addtime']),
                     "updatetime" => date("Y-m-d H:i:s",$value['updatetime']),
-					'librarytime'=>empty($value['librarytime'])?'未出库':date("Y-m-d H:i:s",$value['librarytime']),
+					'librarytime'=>empty($value['librarytime'])?'未出库':date("Y-m-d H:i:s",$value['librarytime'])."出库",
                 ];
 			}
 			$total = $this->scanimgs->find_count($where);

+ 2 - 1
template/erp/scanimgs.html

@@ -51,9 +51,10 @@ function custom(){
         $(this).find('td:eq(0)').css("width","1%");
         $(this).find('td:eq(1)').css("width","10%");
         $(this).find('td:eq(2)').css("width","10%");
-        $(this).find('td:eq(3)').css("width","50%");
+        $(this).find('td:eq(3)').css("width","40%");
         $(this).find('td:eq(4)').css("width","10%");
         $(this).find('td:eq(5)').css("width","10%");
+        $(this).find('td:eq(6)').css("width","19%");
     });
 }