lvhao hace 1 día
padre
commit
55925f8ba5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      template/erp/whlabel_print.html

+ 1 - 1
template/erp/whlabel_print.html

@@ -591,7 +591,7 @@ $(document).keyup(function(event){
          if($(this).find("option[value='']")){
 
          }else{
-            $(this).prepend('<option value="">选择</option>');
+            $(this).prepend('<option value="">选择</option>');
          }
 		 $(this).find("option[value='"+data[i]+"']").prop("selected","selected");
         });