/** * 取消下地按钮 */ Ext.define('erp.view.core.button.CancelMakeDown',{ extend: 'Ext.Button', alias: 'widget.erpCancelMakeDownButton', iconCls: 'x-button-icon-save', cls: 'x-btn-gray', tooltip: '取消下地', id: 'erpUpdateMaCraftButton', formBind: true, text: '取消下地', initComponent : function(){ this.callParent(arguments); }, width: 100 });