Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/tousseImage.jsp =================================================================== diff -u -r25414 -r25417 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/tousseImage.jsp (.../tousseImage.jsp) (revision 25414) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/tousseImage.jsp (.../tousseImage.jsp) (revision 25417) @@ -31,11 +31,14 @@ document.getElementById("tousseNameID").appendChild(BElement); var BElements = document.createElement('b'); BElements.setAttribute("id", "materials"); - BElements.innerText = "材料汇总: "; + BElements.innerText = "材料总数: "; document.getElementById("tousseNameID").appendChild(BElements); var materials = document.createElement('b'); materials.setAttribute("id", "SumTotal"); document.getElementById("materials").appendChild(materials); + var piece = document.createElement('b'); + piece.innerText = "件"; + document.getElementById("materials").appendChild(piece); var params = "{tousseName:'" + tousseName + "',tousseDefinitionID:'"+tousseDefinitionID+"'}"; TousseDefinitionTableManager.getTousseIncludeMaterialsWithOutDisposableGoods(params,function(result){ var json = JSON.parse(result);