lvhao 1 день назад
Родитель
Сommit
cf3b713f9e
1 измененных файлов с 0 добавлено и 1 удалено
  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() {
 		    $(this).find("option[value='"+data[i]+"']").prop("selected","selected");
             if ($(this).hasClass('select_two')) {
-                alert(data[i])
                 $(this).val(data[i]).trigger('change');
             }
         });