소스 검색

提交数据

lvhao 2 일 전
부모
커밋
36417ba5f3
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      template/erp/whlabel_bh_cj_transfer_log.html

+ 6 - 1
template/erp/whlabel_bh_cj_transfer_log.html

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