lvhao 3 mesi fa
parent
commit
6c09a410b1
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      template/erp/systemprint_fhd.html

+ 2 - 2
template/erp/systemprint_fhd.html

@@ -64,7 +64,7 @@ setTimeout(function(){ wprinter.printer()},1000);};
 $(document).ready(function() {
     $("#scannumber").focus();
 });
-
+alert(123);
 $("#scannumber").on("keypress",function(event){
     if(event.which === 13){
         
@@ -93,7 +93,7 @@ $("#scannumber").on("keypress",function(event){
                 console.log(c.msg)
                 $("#scannumber").focus();
                 if (c.code == 1) {
-                    
+                    alert(JSON.parse(c.rows));
                         
                     wprinter.ydpdf(c.rows);