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++;