Index: ssts-web/src/main/webapp/disinfectsystem/reportforms/tousseOperate.js =================================================================== diff -u -r28445 -r28604 --- ssts-web/src/main/webapp/disinfectsystem/reportforms/tousseOperate.js (.../tousseOperate.js) (revision 28445) +++ ssts-web/src/main/webapp/disinfectsystem/reportforms/tousseOperate.js (.../tousseOperate.js) (revision 28604) @@ -208,7 +208,7 @@ loader.load(store.root, function() { var length = store.root.childNodes.length; if (length <= 0) { - var newTitle = "汇总信息"+"(申请数量:0,回收数量:0,发货数量:0,签收数量:0,使用数量:0)"; + var newTitle = "汇总信息"+"(申请数量:0,回收数量:0,发货数量:0,签收数量:0)"; Ext.getCmp(title).setTitle(newTitle); myMask.hide(); return; @@ -227,7 +227,7 @@ totalUseAmount += attributes.useAmount || 0; }); - var newTitle = "汇总信息"+"(申请数量:" + totalApplicationAmount + ",回收数量:" + totalRecyAmount + ",发货数量:" + totalInvoiceAmount + ",签收数量:" + totalSignAmount + ",使用数量:" + totalUseAmount + ")"; + var newTitle = "汇总信息"+"(申请数量:" + totalApplicationAmount + ",回收数量:" + totalRecyAmount + ",发货数量:" + totalInvoiceAmount + ",签收数量:" + totalSignAmount + ")"; Ext.getCmp(title).setTitle(newTitle); myMask.hide();