日期:2014-05-16 浏览次数:20475 次
// 国: var PAG007_Cmb_Country = new Ext.form.ComboBox({ width: 130, store : PAG007_Cmb_CustomerName_Store, mode : 'local', editable : false, triggerAction : 'all', valueField : 'COUNTRY_CODE', displayField : 'COUNTRY_NAME', listeners:{ 'select':function(combo, record, index){ PAG007_AddressGridPanel_Store.load({ params : { 'COUNTRY_CODE' : PAG007_Cmb_Country.getValue(), 'NAVIGHT_CODE' : PAG007_Txt_Navight_Code.getValue(), 'funcId' : params.funcId }, callback : function(){ } }) } } });
listeners:{ 'select':function(combo, record, index){ PAG007_AddressGridPanel_Store.load({ params : { 'COUNTRY_CODE' : PAG007_Cmb_Country.getValue(), 'NAVIGHT_CODE' : PAG007_Txt_Navight_Code.getValue(), 'funcId' : params.funcId },