Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeForm.js =================================================================== diff -u -r15241 -r15329 --- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeForm.js (.../supplyRoomTypeForm.js) (revision 15241) +++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeForm.js (.../supplyRoomTypeForm.js) (revision 15329) @@ -1462,36 +1462,6 @@ } },{ - 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() { @@ -1529,6 +1499,37 @@ } } } + }], + bbar : [{ + + 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(); + } }] }) ]