Index: ssts-web/src/main/webapp/disinfectsystem/print/print.js =================================================================== diff -u -r29494 -r29497 --- ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 29494) +++ ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 29497) @@ -1231,7 +1231,7 @@ tableHtml = appendTableRowString(tableHtml, myObj.goodsTable.rowHeight , myObj.goodsTable.fontSize); if(print2column == true){ tableHtml += "合计"; - tableHtml += "" + (leftSumTotal+rightSumTotal) + " "; + tableHtml += "" + printSummaryObj.totalGoodsAmount + " "; }else { tableHtml += "合计";