lvhao há 1 mês atrás
pai
commit
a763ec7d2b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      template/erp/whlabel_enter.html

+ 1 - 1
template/erp/whlabel_enter.html

@@ -89,7 +89,7 @@ $(".export_excel").on("click",function(){
         }
     })
     str = str.substring(0,str.length-1);
-    var url = "/whlabelfz/whlabel_cprk_excel?"+$("#searchform").serialize();
+    var url = "/whlabelfz/whlabel_cprk_excel?"+str;
     window.location.href = url;
 })
 </script>