Ver Fonte

修改出库计数

lvhao há 3 meses atrás
pai
commit
1207f852d9
2 ficheiros alterados com 3 adições e 3 exclusões
  1. 2 2
      template/erp/js/print.js
  2. 1 1
      template/erp/systembound.html

+ 2 - 2
template/erp/js/print.js

@@ -468,9 +468,9 @@ $(document).keyup(function(event) {
                 type: "POST",
                 dataType: "json",
                 success: function(b) {
-                    searchspan(1);
                     $(".systemwindow").hide();
                     if (b && b.success) {
+                        searchspan(1);
                         if (b.music == '1') {
                             $("#music_d")[0].play();
                         }
@@ -480,7 +480,7 @@ $(document).keyup(function(event) {
                     } else {
                         $("#outbound").blur();
                         $("#music_c")[0].play();
-                        wprinter.sound(b.msg);
+                        //wprinter.sound(b.msg);
                         $(".systemwindow div p:eq(0)").html(b.msg);
                         $(".systemwindow div p:eq(1)").html("<font class='wcoutbound'>确 定</font>");
                         $(".systemwindow").show();

+ 1 - 1
template/erp/systembound.html

@@ -103,5 +103,5 @@ $("#outbound").focus();
 });
 </script>
 <script type="text/javascript" src="{$theme}js/laydate.js"></script>
-<script type="text/javascript" src="{$theme}js/print.js?v=202410160001"></script>
+<script type="text/javascript" src="{$theme}js/print.js?v=2020160001"></script>
 {Template footer}