Browse Source

提交数据

lvhao 3 months ago
parent
commit
08d46376d2
1 changed files with 3 additions and 0 deletions
  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()){
         if(!$('select[name="printer"]').val()){
             $(".ts p").html("请选择打印机!");
             $(".ts p").html("请选择打印机!");
             $(".ts").show();
             $(".ts").show();
+            $("#scannumber").val("")
+                console.log(c.msg)
+                $("#scannumber").focus();
             setTimeout('$(".ts").fadeOut()', 1000);
             setTimeout('$(".ts").fadeOut()', 1000);
             return ;
             return ;
         }
         }