lvhao 1 개월 전
부모
커밋
ea53151e70
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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() {
 		$(".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');
             }
             }
         });
         });