Index: ssts-web/src/main/webapp/disinfectsystem/print/print.js =================================================================== diff -u -r26017 -r26031 --- ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 26017) +++ ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 26031) @@ -516,6 +516,8 @@ var indexName = item.dataIndex; if (indexName == "goodsAmount" || indexName.toLowerCase().indexOf("count") >= 0 || indexName == "amount"){ value = printSummaryObj.totalGoodsAmount; + style = "'BORDER: #000000 1px solid; padding-right:0px;'"; + item.align = "right"; } else if (indexName == "applyAmount"){ value = printSummaryObj.totalApplyAmount; @@ -525,9 +527,11 @@ } else if(indexName == "rowPrice" || indexName == "totalPrice"){ value = formatMoney(printSummaryObj.totalPrice); + style = "'BORDER: #000000 1px solid; padding-right:0px;'"; + item.align = "right"; } - tableHtml += "