lvhao 2 日 前
コミット
e0506a728c
1 ファイル変更1 行追加10 行削除
  1. 1 10
      template/erp/whlabel_bh_cj_transfer_log.html

+ 1 - 10
template/erp/whlabel_bh_cj_transfer_log.html

@@ -86,15 +86,6 @@ $(this).find('td:eq(8)').css("width","5%");
 
 $("select[name='transfer']").on("change",function(){
     var tid = $(this).val();
-   countListPage(tid);
-})
-$(".search span").click(function(){
-    var tid = $("input[name='tid']").val();
-    countListPage(tid);
-})
-
-function countListPage(tid){
-    
     $("input[name='tid']").val(tid);
     $("#dqbm").text($("select[name='transfer'] option:selected").text());
     $(".search span").click();
@@ -114,7 +105,7 @@ function countListPage(tid){
             $("#wgzs").text(res.data.wgzs);
         }
     },'json')
-}
+})
 window.onload = function() { 
 // if(typeof $("select[name='printer']").length < 1) return;
 // setTimeout(function(){ wprinter.printer()},1000);