Index: ssts-web/src/main/webapp/disinfectsystem/config/xjjqzyy/print/printConfig.js =================================================================== diff -u -r25699 -r25713 --- ssts-web/src/main/webapp/disinfectsystem/config/xjjqzyy/print/printConfig.js (.../printConfig.js) (revision 25699) +++ ssts-web/src/main/webapp/disinfectsystem/config/xjjqzyy/print/printConfig.js (.../printConfig.js) (revision 25713) @@ -1189,14 +1189,13 @@ htmlTable += "" + "总计" + - ""+ tousseObj.toolsAmount +""; + ""+ tousseObj.toolsAmount +""+ + "重量(公斤)"; + var weight = " "; if(sstsConfig.foreignTousseAddWeight){ - htmlTable += "重量(公斤)"; - htmlTable += ""+tousseObj.weight+""; - }else{ - htmlTable += "重量(公斤)"; - htmlTable += " "; + weight = tousseObj.weight; } + htmlTable += ""+weight+""; htmlTable += ""; }