Index: ssts-web/src/main/webapp/disinfectsystem/config/xjjqzyy/print/printConfig.js =================================================================== diff -u -r25644 -r25699 --- ssts-web/src/main/webapp/disinfectsystem/config/xjjqzyy/print/printConfig.js (.../printConfig.js) (revision 25644) +++ ssts-web/src/main/webapp/disinfectsystem/config/xjjqzyy/print/printConfig.js (.../printConfig.js) (revision 25699) @@ -1079,6 +1079,7 @@ } //外来器械申请单打印 + var foreignTousseAppliationPrintConfig = { isPrintForeignTousse : true, // 是否打印外来器械包 printApplyInfo : true, @@ -1188,10 +1189,15 @@ htmlTable += "" + "总计" + - ""+ tousseObj.toolsAmount +"" + - "重量(公斤)" + - " " + - ""; + ""+ tousseObj.toolsAmount +""; + if(sstsConfig.foreignTousseAddWeight){ + htmlTable += "重量(公斤)"; + htmlTable += ""+tousseObj.weight+""; + }else{ + htmlTable += "重量(公斤)"; + htmlTable += " "; + } + htmlTable += ""; } //如果存在植入物时