|
@@ -71,6 +71,7 @@
|
|
|
-->
|
|
|
<td>已打</td>
|
|
|
<td>未打</td>
|
|
|
+<td>记录已达</td>
|
|
|
<td>添加时间</td>
|
|
|
<td>打印</td>
|
|
|
</tr>
|
|
@@ -114,13 +115,14 @@ var customon = 1;
|
|
|
function custom(){
|
|
|
$(".data tr").each(function() {
|
|
|
$(this).find('td:eq(1)').css("width","13%");
|
|
|
-$(this).find('td:eq(2)').css("width","46%");
|
|
|
-$(this).find('td:eq(3)').css("width","11%");
|
|
|
+$(this).find('td:eq(2)').css("width","45%");
|
|
|
+$(this).find('td:eq(3)').css("width","10%");
|
|
|
$(this).find('td:eq(4)').css("width","4%");
|
|
|
$(this).find('td:eq(5)').css("width","4%");
|
|
|
$(this).find('td:eq(6)').css("width","4%");
|
|
|
$(this).find('td:eq(7)').css("width","8%");
|
|
|
-$(this).find('td:eq(8)').css("width","10%");
|
|
|
+$(this).find('td:eq(8)').css("width","8%");
|
|
|
+$(this).find('td:eq(9)').css("width","10%");
|
|
|
});}
|
|
|
//修改数量
|
|
|
$(".systemwindow").on('click',".gz",function() {
|