在combo的onChange事件里set对应form表单字段的属性
var combo = new Ext.form.ComboBox({ .... listeners:{ 'change':function(me,newValue,oldValue){ ...... } }})