lvhao 1 dzień temu
rodzic
commit
ea53151e70
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      template/erp/whlabel_print.html

+ 1 - 0
template/erp/whlabel_print.html

@@ -587,6 +587,7 @@ $(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');
             }
         });