Index: ssts-web/src/main/webapp/common/selPersonByOrgUnitByExt.jsp =================================================================== diff -u -r29513 -r29536 --- ssts-web/src/main/webapp/common/selPersonByOrgUnitByExt.jsp (.../selPersonByOrgUnitByExt.jsp) (revision 29513) +++ ssts-web/src/main/webapp/common/selPersonByOrgUnitByExt.jsp (.../selPersonByOrgUnitByExt.jsp) (revision 29536) @@ -19,7 +19,11 @@ isOnlyOne = true; - + Index: ssts-web/src/main/webapp/common/selPersonByOrgUnitByExt.js =================================================================== diff -u -r29535 -r29536 --- ssts-web/src/main/webapp/common/selPersonByOrgUnitByExt.js (.../selPersonByOrgUnitByExt.js) (revision 29535) +++ ssts-web/src/main/webapp/common/selPersonByOrgUnitByExt.js (.../selPersonByOrgUnitByExt.js) (revision 29536) @@ -716,6 +716,7 @@ items: [ new Ext.Button({ text:'添加>>', + cls:'button', style:'margin: 15px 0px 10px 24px;', handler: function(){ if (isOnlyOne){ @@ -730,23 +731,26 @@ }), new Ext.Button({ text:'删除<<', + cls:'button', style:'margin: 15px 0px 10px 24px;', handler: function(){ evtObj.removeClick();return false; } }), new Ext.Button({ text:'添加所有>>', + cls:'button', + style:'margin: 15px 0px 10px 24px;', hidden:isOnlyOne ? true : false, - style:'margin: 15px 0px 10px 10px;', handler: function(){ evtObj.addAllClick();return false; } }), new Ext.Button({ text:'删除所有<<', + cls:'button', + style:'margin: 15px 0px 10px 24px;', hidden:isOnlyOne ? true : false, - style:'margin: 15px 0px 10px 10px;', handler: function(){ evtObj.removeAllClick();return false; }