var toolBar2 = new Ext.Toolbar({ 
             items: 
              [         
'任务执行人:',
task_person,
{xtype: 'tbspacer',width:this.spaceWidth},
'任务编号:',
task_no,
{xtype: 'tbspacer',width:this.spaceWidth},
    query1,
    {xtype: 'tbspacer',width:this.spaceWidth}
   
             ]});