소스 검색

提交数据

lvhao 3 달 전
부모
커밋
08d46376d2
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      template/erp/systemprint_fhd.html

+ 3 - 0
template/erp/systemprint_fhd.html

@@ -71,6 +71,9 @@ $("#scannumber").on("keypress",function(event){
         if(!$('select[name="printer"]').val()){
             $(".ts p").html("请选择打印机!");
             $(".ts").show();
+            $("#scannumber").val("")
+                console.log(c.msg)
+                $("#scannumber").focus();
             setTimeout('$(".ts").fadeOut()', 1000);
             return ;
         }