/** * 拆解部件设定按钮 */ Ext.define('erp.view.core.button.DecomSetting',{ extend: 'Ext.Button', alias: 'widget.erpDecomSettingButton', text: $I18N.common.button.erpDecomSettingButton, tooltip: '序列号范围', iconCls: 'x-button-icon-save', cls: 'x-btn-gray', id: 'erpDecomSettingButton', initComponent : function(){ this.callParent(arguments); }, width: 125 });