Kaynağa Gözat

提交数据

lvhao 3 ay önce
ebeveyn
işleme
08d46376d2
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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 ;
         }