lvhao il y a 3 mois
Parent
commit
32d2f93904
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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(c.data.yd)
                         
                     wprinter.ydpdf(c.data);