Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeForm.js =================================================================== diff -u -r15098 -r15121 --- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeForm.js (.../supplyRoomTypeForm.js) (revision 15098) +++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeForm.js (.../supplyRoomTypeForm.js) (revision 15121) @@ -268,21 +268,7 @@ id : 'sequence', dataIndex : 'sequence', hidden :true - },{ - id : 'deleteItem', - header:'删除', - width : 100, - renderer: function(v,p,record){ - var str = "" - + "  " - + "  " - + "  " - + "  "; - return str; - }, - menuDisabled : true, - dataIndex:'id' - } ]); + }]); var cm4 = new Ext.grid.ColumnModel( [ { id : 'id', @@ -1455,6 +1441,44 @@ } },{ + text : '删除', + iconCls : 'btn_ext_application_del', + handler : function() { + + removeGridItem3(); + } + },{ + + text : '上移到顶部', +// iconAlign: 'left', +// icon: WWWROOT + '/images/web/tango-icon-go-top.png', + handler : function() { + + moveTopGridItem3(); + } + },{ + + text : '上移', + handler : function() { + + moveUpGridItem3(); + } + },{ + + text : '下移', + handler : function() { + + moveDownGridItem3(); + } + },{ + + text : '下移到底部', + handler : function() { + + moveBottomGridItem3(); + } + },{ + text : '删除全部', iconCls : 'btn_ext_application_del', handler : function() {