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

+ 0 - 1
template/erp/whlabel_print.html

@@ -587,7 +587,6 @@ $(document).keyup(function(event){
 		$(".setting .select").each(function() {
 		$(".setting .select").each(function() {
 		    $(this).find("option[value='"+data[i]+"']").prop("selected","selected");
 		    $(this).find("option[value='"+data[i]+"']").prop("selected","selected");
             if ($(this).hasClass('select_two')) {
             if ($(this).hasClass('select_two')) {
-                alert(data[i])
                 $(this).val(data[i]).trigger('change');
                 $(this).val(data[i]).trigger('change');
             }
             }
         });
         });