Index: ssts-web/src/main/webapp/disinfectsystem/routineMonitoring/routineMonitoringView.js =================================================================== diff -u -r30782 -r30830 --- ssts-web/src/main/webapp/disinfectsystem/routineMonitoring/routineMonitoringView.js (.../routineMonitoringView.js) (revision 30782) +++ ssts-web/src/main/webapp/disinfectsystem/routineMonitoring/routineMonitoringView.js (.../routineMonitoringView.js) (revision 30830) @@ -2296,10 +2296,10 @@ if(!isUndefinedOrNullOrEmpty(tousseName)){ if(isUndefinedOrNullOrEmpty(material2)){ tousseInstanceInfo = tousseBarcode + "@" + tousseInstanceId + "@" + tousseName + "@" + tousseAmount - + "@" + "否"+ "@" + "否"+ "@" + amount2 + " " + "@" + "是" +";"; + + "@" + "否"+ "@" + "否"+ "@" + amount2 + "@" + " " + "@" + "是" +";"; }else{ tousseInstanceInfo = tousseBarcode + "@" + tousseInstanceId + "@" + tousseName + "@" + tousseAmount - + "@" + "否"+ "@" + "否"+ "@" + 1 + " " + "@" + "是" +";"; + + "@" + "否"+ "@" + "否"+ "@" + 1 + "@" + " " + "@" + "是" +";"; } } var qualityMonitoringWin = top.Ext.getCmp("qualityMonitoringWin");