Index: ssts-web/src/main/webapp/disinfectsystem/config/gdszyy/print/printConfig.js =================================================================== diff -u -r29146 -r29151 --- ssts-web/src/main/webapp/disinfectsystem/config/gdszyy/print/printConfig.js (.../printConfig.js) (revision 29146) +++ ssts-web/src/main/webapp/disinfectsystem/config/gdszyy/print/printConfig.js (.../printConfig.js) (revision 29151) @@ -1229,14 +1229,16 @@ table += ''; table += ''+item.content.body[j].depart+''; for(var z=0;z'+item.content.body[j].count[z]+''; + var count = (item.content.body[j].count[z] == 0)?'':item.content.body[j].count[z]; + table += ''+count+''; } table += ''; } table += ''; table += '汇总'; for(var j=0;j'+item.content.totalCount[j]+''; + var totalCount = (item.content.totalCount[j] == 0)?'':item.content.totalCount[j]; + table += ''+totalCount+''; } table += ''; table += '';