Index: ssts-web/src/main/webapp/disinfectsystem/assestManagement/tousseGoods/tousseGoodsWarningView.js =================================================================== diff -u -r38497 -r38498 --- ssts-web/src/main/webapp/disinfectsystem/assestManagement/tousseGoods/tousseGoodsWarningView.js (.../tousseGoodsWarningView.js) (revision 38497) +++ ssts-web/src/main/webapp/disinfectsystem/assestManagement/tousseGoods/tousseGoodsWarningView.js (.../tousseGoodsWarningView.js) (revision 38498) @@ -758,13 +758,13 @@ hidden:System_TousseGoods_delete, handler: function(){printTousseGoods(grid)} },'-',{ - text : '返销', + text : '返消', iconCls : 'btn_ext_returnDisinfect', handler : function(){ var records = grid.getSelectionModel().getSelections(); if (records.length == 0) { - showResult("请选择要返销的器械包。"); + showResult("请选择要返消的器械包。"); return false; }