创新互联公司专注于福清网站建设服务及定制,我们拥有丰富的企业做网站经验。 热诚为您提供福清营销型网站建设,福清网站制作、福清网页设计、福清网站官网定制、成都小程序开发服务,打造福清网络公司原创品牌,更为您提供福清网站排名全网营销落地服务。
{
xtype: 'commonTypeCombo',
name: 'companyCode',
reference: 'companyCode',
fieldLabel: bizI18n_hr.hrMdMat.companyCode,
typeId: 'HR_COMP_CODE',
allowBlank: true,
listeners: {
render:function (combo) {
combo.getStore().on('load',function (store, record) {
combo.setValue(record[0].get('typeId'))
})
}
}
}