Browse Source

提交数据

lvhao 22 hours ago
parent
commit
2567c6d301
1 changed files with 5 additions and 3 deletions
  1. 5 3
      template/erp/whlabel_bh.html

+ 5 - 3
template/erp/whlabel_bh.html

@@ -71,6 +71,7 @@
 -->
 -->
 <td>已打</td>
 <td>已打</td>
 <td>未打</td>
 <td>未打</td>
+<td>记录已达</td>
 <td>添加时间</td>
 <td>添加时间</td>
 <td>打印</td>
 <td>打印</td>
 </tr>
 </tr>
@@ -114,13 +115,14 @@ var customon = 1;
 function custom(){
 function custom(){
 $(".data tr").each(function() {
 $(".data tr").each(function() {
 $(this).find('td:eq(1)').css("width","13%");
 $(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(4)').css("width","4%");
 $(this).find('td:eq(5)').css("width","4%");
 $(this).find('td:eq(5)').css("width","4%");
 $(this).find('td:eq(6)').css("width","4%");
 $(this).find('td:eq(6)').css("width","4%");
 $(this).find('td:eq(7)').css("width","8%");
 $(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() {
 $(".systemwindow").on('click',".gz",function() {