/** * 制造单取消暂停 */ Ext.define('erp.view.core.button.MakeResStop',{ extend: 'Ext.Button', alias: 'widget.erpMakeResStopButton', text: $I18N.common.button.erpMakeResStopButton, tooltip: '取消暂停', iconCls: 'x-button-icon-save', cls: 'x-btn-gray', id: 'erpMakeResStopButton', initComponent : function(){ this.callParent(arguments); }, width: 90 });