写js 根据名称判断,指定跳转到标签页序号
if(this.getValue()=="主管经理"){
contentPane.$contentPane.data('TabPane').selectTabAt(0);//sheet页默认从0开始
}
else if(this.getValue()=="副经理(分管工控)"){
contentPane.$contentPane.data('TabPane').selectTabAt(1);//sheet页默认从0开始
}
else if(this.getValue()=="副经理(分管配电)"){
contentPane.$contentPane.data('TabPane').selectTabAt(2);//sheet页默认从0开始
}
else if(this.getValue()=="副经理(分管商务)"){
contentPane.$contentPane.data('TabPane').selectTabAt(3);//sheet页默认从0开始
}