瀏覽代碼

投料功能优化221227

liuhairui 3 年之前
父節點
當前提交
7aba924b2d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/assets/js/backend/feeding.js

+ 1 - 1
public/assets/js/backend/feeding.js

@@ -291,7 +291,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','jQuery.print','jquery
                                                                                 var the_bach = document.getElementsByClassName('bach')[i];
                                                                                 the_bach.value = bach;
                                                                                 $(".number")[i].focus();
-                                                                                //语音播报
+                                                                                //语音播报 
                                                                                 var msg = new SpeechSynthesisUtterance("应投入物料"+result.data[i].material+"应投入重量"+result.data[i].nweight+"千克");
                                                                                 window.speechSynthesis.speak(msg);
                                                                                 error++;