瀏覽代碼

提交数据

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