lvhao 3 月之前
父节点
当前提交
05e316885a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      template/erp/systemprint_fhd.html

+ 2 - 2
template/erp/systemprint_fhd.html

@@ -93,9 +93,9 @@ $("#scannumber").on("keypress",function(event){
                 console.log(c.msg)
                 $("#scannumber").focus();
                 if (c.code == 1) {
-                    alert(JSON.parse(c.rows));
+                    
                         
-                    wprinter.ydpdf(c.rows);
+                    wprinter.ydpdf(c.data);
                     
                 } else {
                     $("#music_c")[0].play();