Browse Source

no message

lvhao 4 months ago
parent
commit
7d8727407e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      template/erp/returngoods.html

+ 2 - 2
template/erp/returngoods.html

@@ -162,8 +162,8 @@ $(this).find('td:eq(1)').css("width","7%");
 $(this).find('td:eq(2)').css("width","7%");
 $(this).find('td:eq(3)').css("width","7%");
 $(this).find('td:eq(4)').css("width","9%");
-$(this).find('td:eq(5)').css("width","10%");
-$(this).find('td:eq(6)').css("width","22%");
+$(this).find('td:eq(5)').css("width","22%");
+$(this).find('td:eq(6)').css("width","10%");
 $(this).find('td:eq(7)').css("width","7%");
 $(this).find('td:eq(8)').css("width","5%");
 $(this).find('td:eq(9)').css("width","5%");