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