Ver Fonte

提交数据

lvhao há 15 horas atrás
pai
commit
db67dc34bf
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      template/erp/whlabel_bh_cj_transfer_log.html

+ 2 - 1
template/erp/whlabel_bh_cj_transfer_log.html

@@ -93,7 +93,8 @@ $("select[name='transfer']").on("change",function(){
         tid:tid,
         orderinfo:$("input[name='orderinfo']").val(),
         timetk:$("input[name='timetk']").val(),
-        timetj:$("input[name='timetj']").val()
+        timetj:$("input[name='timetj']").val(),
+        pm:$("input[name='pm']").val()
     }
     $.post("/whlabel_bh/cj_transfer_log_count",formData,function(res){
         if(res.code==1){