/** * 修改按钮---宇辰售后记录用 */ Ext.define('erp.view.core.button.UpdateFP',{ extend: 'Ext.Button', alias: 'widget.erpUpdateFPButton', iconCls: 'x-button-icon-submit', cls: 'x-btn-gray', text: $I18N.common.button.erpUpdateFPButton, id:'updatefpbutton', style: { marginLeft: '10px' }, width: 90, initComponent : function(){ this.callParent(arguments); } });