Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.jsp =================================================================== diff -u -r28784 -r29285 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.jsp (.../invoicePlanExtractedView.jsp) (revision 28784) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.jsp (.../invoicePlanExtractedView.jsp) (revision 29285) @@ -170,5 +170,6 @@
+ \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/invoice/customInvoiceForm.jsp =================================================================== diff -u -r24986 -r29285 --- ssts-web/src/main/webapp/disinfectsystem/invoice/customInvoiceForm.jsp (.../customInvoiceForm.jsp) (revision 24986) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/customInvoiceForm.jsp (.../customInvoiceForm.jsp) (revision 29285) @@ -102,5 +102,7 @@ +
+ \ No newline at end of file Index: ssts-web/src/main/webapp/js/speaker.js =================================================================== diff -u -r29102 -r29285 --- ssts-web/src/main/webapp/js/speaker.js (.../speaker.js) (revision 29102) +++ ssts-web/src/main/webapp/js/speaker.js (.../speaker.js) (revision 29285) @@ -431,6 +431,7 @@ if(!!window.ActiveXObject || "ActiveXObject" in window){ var html = ''; document.getElementById(ids).innerHTML = html; + document.getElementById('invoicePlanAudioIE').src = WWWROOT+'/disinfectsystem/touchScreen/recycle/audio/simpleTips.wav'; }else { var html = ''; document.getElementById(ids).innerHTML = html; Index: ssts-web/src/main/webapp/disinfectsystem/invoice/customInvoiceForm.js =================================================================== diff -u -r28707 -r29285 --- ssts-web/src/main/webapp/disinfectsystem/invoice/customInvoiceForm.js (.../customInvoiceForm.js) (revision 28707) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/customInvoiceForm.js (.../customInvoiceForm.js) (revision 29285) @@ -444,7 +444,7 @@ // showResult(msg); // } // } - speakBasket.speakContent(); + newAddAudioTips("invoicePlanAudio","",speakBasket); // if(result.data.length > 0 && alreadyAddAmount == 0){ // showResult("器械包已扫描或不在发货单中"); // }