|
|
@@ -32,6 +32,7 @@
|
|
|
<table class="datatitle data" border="0" style="border-collapse:collapse;">
|
|
|
<tr>
|
|
|
<td><label onClick="swapCheck()"><input name="checkbox" type="checkbox" class="regular-checkbox"></label></td>
|
|
|
+<td>批次</td>
|
|
|
<td>条码</td>
|
|
|
<td>标签</td>
|
|
|
<td>标签2</td>
|
|
|
@@ -91,13 +92,14 @@ var customon = 1;
|
|
|
function custom(){
|
|
|
$(".data tr").each(function() {
|
|
|
$(this).find('td:eq(0)').css("width","1%");
|
|
|
-$(this).find('td:eq(1)').css("width","17%");
|
|
|
-$(this).find('td:eq(2)').css("width","19%");
|
|
|
-$(this).find('td:eq(3)').css("width","19%");
|
|
|
-$(this).find('td:eq(4)').css("width","5%");
|
|
|
-$(this).find('td:eq(5)').css("width","9%");
|
|
|
-$(this).find('td:eq(6)').css("width","9%");
|
|
|
-$(this).find('td:eq(7)').css("width","20%");
|
|
|
+$(this).find('td:eq(1)').css("width","8%");
|
|
|
+$(this).find('td:eq(2)').css("width","11%");
|
|
|
+$(this).find('td:eq(3)').css("width","18%");
|
|
|
+$(this).find('td:eq(4)').css("width","18%");
|
|
|
+$(this).find('td:eq(5)').css("width","5%");
|
|
|
+$(this).find('td:eq(6)').css("width","8%");
|
|
|
+$(this).find('td:eq(7)').css("width","8%");
|
|
|
+$(this).find('td:eq(8)').css("width","17%");
|
|
|
});}
|
|
|
window.onload = function() {
|
|
|
if(typeof $("select[name='printer']").length < 1) return;
|