Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoiceSign.jsp =================================================================== diff -u -r27343 -r27347 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoiceSign.jsp (.../invoiceSign.jsp) (revision 27343) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoiceSign.jsp (.../invoiceSign.jsp) (revision 27347) @@ -654,6 +654,7 @@ + Index: ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordView.jsp =================================================================== diff -u -r27137 -r27347 --- ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordView.jsp (.../sterilizationRecordView.jsp) (revision 27137) +++ ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordView.jsp (.../sterilizationRecordView.jsp) (revision 27347) @@ -130,5 +130,6 @@ + \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.jsp =================================================================== diff -u -r26658 -r27347 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.jsp (.../invoicePlanExtractedView.jsp) (revision 26658) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.jsp (.../invoicePlanExtractedView.jsp) (revision 27347) @@ -169,6 +169,7 @@ - + + \ No newline at end of file Index: ssts-web/src/main/webapp/js/speaker.js =================================================================== diff -u -r27343 -r27347 --- ssts-web/src/main/webapp/js/speaker.js (.../speaker.js) (revision 27343) +++ ssts-web/src/main/webapp/js/speaker.js (.../speaker.js) (revision 27347) @@ -373,7 +373,12 @@ * 精简提示嘀的声音 */ function simpleTipsAudio(ids){ - document.getElementById(ids).setAttribute("src",WWWROOT +"/disinfectsystem/touchScreen/recycle/audio/simpleTips.wav"); + if(!!window.ActiveXObject || "ActiveXObject" in window){ + document.getElementById(ids).setAttribute("src",WWWROOT +"/disinfectsystem/touchScreen/recycle/audio/simpleTips.wav"); + }else { + document.getElementById(ids+'2').setAttribute("src",WWWROOT +"/disinfectsystem/touchScreen/recycle/audio/simpleTips.wav"); + document.getElementById(ids+'2').setAttribute("autoplay","autoplay"); + } } /** Index: ssts-web/src/main/webapp/common/newmsg.jsp =================================================================== diff -u -r12331 -r27347 --- ssts-web/src/main/webapp/common/newmsg.jsp (.../newmsg.jsp) (revision 12331) +++ ssts-web/src/main/webapp/common/newmsg.jsp (.../newmsg.jsp) (revision 27347) @@ -11,6 +11,7 @@ + Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/updateAmount.jsp =================================================================== diff -u -r27111 -r27347 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/updateAmount.jsp (.../updateAmount.jsp) (revision 27111) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/updateAmount.jsp (.../updateAmount.jsp) (revision 27347) @@ -78,7 +78,12 @@ /* if(inputValue == "" && Number == '0'){ return; } */ - playSound($("#audioNum"),Number); + if(!!window.ActiveXObject || "ActiveXObject" in window){ + playSound($("#audioNum"),Number); + }else { + $("#audioNum2").attr('src',"audio/"+Number+".wav"); + $("#audioNum2").attr('autoplay',"autoplay"); + } var temp = parseInt(inputValue + Number); if(from == 'customLoadedAmount'){ var maxAmount = recycleAmount - loadedAmount; @@ -198,6 +203,7 @@
- + + Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.jsp =================================================================== diff -u -r27267 -r27347 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.jsp (.../recycleForTouchScreen.jsp) (revision 27267) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.jsp (.../recycleForTouchScreen.jsp) (revision 27347) @@ -421,6 +421,7 @@ + Index: ssts-web/src/main/webapp/disinfectsystem/useRecord/useRecordView.jsp =================================================================== diff -u -r27127 -r27347 --- ssts-web/src/main/webapp/disinfectsystem/useRecord/useRecordView.jsp (.../useRecordView.jsp) (revision 27127) +++ ssts-web/src/main/webapp/disinfectsystem/useRecord/useRecordView.jsp (.../useRecordView.jsp) (revision 27347) @@ -228,5 +228,6 @@ + \ No newline at end of file