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 ;
         }