lvhao 2 days ago
parent
commit
8c5805cf85
1 changed files with 2 additions and 6 deletions
  1. 2 6
      template/erp/whlabel_bh_cj_transfer_zklog.html

+ 2 - 6
template/erp/whlabel_bh_cj_transfer_zklog.html

@@ -64,13 +64,9 @@ function custom(){
 $(".data tr").each(function() {
 $(".data tr").each(function() {
 $(this).find('td:eq(0)').css("width","1%");
 $(this).find('td:eq(0)').css("width","1%");
 $(this).find('td:eq(1)').css("width","5%");
 $(this).find('td:eq(1)').css("width","5%");
-$(this).find('td:eq(2)').css("width","5%");
+$(this).find('td:eq(2)').css("width","30%");
 $(this).find('td:eq(3)').css("width","15%");
 $(this).find('td:eq(3)').css("width","15%");
-$(this).find('td:eq(4)').css("width","5%");
-$(this).find('td:eq(5)').css("width","5%");
-$(this).find('td:eq(6)').css("width","5%");
-$(this).find('td:eq(7)').css("width","5%");
-$(this).find('td:eq(8)').css("width","5%");
+
 
 
 
 
 });}
 });}